$(function(){
	if( !$.browser.msie || ( $.browser.msie && $.browser.version.substr(0,1) > 7 ) ) {
		$("img").lazyload({
			placeholder : "/images/spacer.gif",
			effect : "fadeIn"
		});
	}
});

