
$(document).ready(function(){if($.browser.msie&&$.browser.version<7)return;$(".fade").fadeTo(1,1);$(".fade").hover(function(){$(this).fadeTo("fast",0.33);},function(){$(this).fadeTo("slow",1);});});
