$(document).ready(function(){$("#notice .notice-top a").mouseover(function(){var a=$("#notice .notice-top a").index($(this));$("#notice .notice-c").hide();if(a==0){$(".notic-b a").attr("href","news.asp");$(this).css("background-position","0px 0px");$("#notice .notice-top a:last").css("background-position","-100px 0px")}else{$(".notic-b a").attr("href","article.asp");$(this).css("background-position","-100px -37px");$("#notice .notice-top a:first").css("background-position","0px -37px")}$("#notice .notice-c:eq("+a+")").show()});$("#picture .picture-top a:lt(2)").mouseover(function(){var a=$("#picture .picture-top a").index($(this));$("#picture ul").hide();if(a==0){$(".picture-top .more").attr("href","news.asp?flag=2");$(this).css("background-position","0px 0px");$("#picture .picture-top a:eq(1)").css("background-position","-79px 0px")}else{$(".picture-top .more").attr("href","piano.asp?flag=1");$(this).css("background-position","-79px -19px");$("#picture .picture-top a:eq(0)").css("background-position","0px -19px")}$("#picture ul:eq("+a+")").show()});$("#news .news-top a:lt(2)").mouseover(function(){var a=$("#news .news-top a").index($(this));$("#news .news-c").hide();if(a==0){$(this).css("background-position","0px 0px");$("#news .news-top a:eq(1)").css("background-position","-83px 0px")}else{$(this).css("background-position","-83px -27px");$("#news .news-top a:eq(0)").css("background-position","0px -27px")}$("#news .news-c:eq("+a+")").show()})});

