
$(document).ready(function(){$(".fadeDiv").fadeTo("slow",0.2);$("#contentIndexWrap1").hover(function(){$("#contentIndexFade1").fadeTo("slow",0.4);},function(){$("#contentIndexFade1").fadeTo("slow",0.2);});$("#contentIndexWrap2").hover(function(){$("#contentIndexFade2").fadeTo("slow",0.4);},function(){$("#contentIndexFade2").fadeTo("slow",0.2);});$("#contentIndexWrap3").hover(function(){$("#contentIndexFade3").fadeTo("slow",0.4);},function(){$("#contentIndexFade3").fadeTo("slow",0.2);});$("#contentIndexWrap4").hover(function(){$("#contentIndexFade4").fadeTo("slow",0.4);},function(){$("#contentIndexFade4").fadeTo("slow",0.2);});});
