//Misc js effects
//fade sidebar callouts

$(document).ready(function() {
		
//	$("a:has(img)").hover( function() {
//	$(this).animate({opacity: '.65'}, 400);
//	}, function() {
//	$(this).animate({opacity: '1'},400);
//	});	
		
}); // end document.ready


