NEWS
















TODAY'S
PICKUP




















'); $("#news_detail .arrow").css("left", "-15px"); $("#news_detail .arrow").css("right", ""); $("#html,body").animate({ scrollTop:scroll_pos, }, "fast" ); $("#news_detail").animate({ top:news_detail_pos, }, "fast" ); }); $("#news_list a").hover( function(){ var hover_cover = $(this).find(".hover_cover"); var news_container_heihgt = $(this).height(); $(hover_cover).css("bottom", news_container_heihgt); $(hover_cover).animate( {"bottom":"0px"}, "fast" ); }, function(){ $(this).find(".hover_cover").stop(); $("#news_list").find(".hover_cover").css("bottom", "500px"); } ); $("#today_list a").click(function(){ DisplayNews(this); var scroll_pos = $(this).offset().top - $(window).height() / 4; var today_news_container = $(this).closest(".today_news_container2"); var news_detail_pos = $(today_news_container).position().top - 3; $("#news_detail").css("left", "639px"); $("#news_detail").css("display", "block"); $("#news_list a").css("background", ""); $("#today_list a").css("background", ""); $("#pickup_list a").css("background", ""); $(this).css("background", "#ff007e"); $("#news_detail .arrow").html(''); $("#news_detail .arrow").css("left", "-15px"); $("#news_detail .arrow").css("right", ""); $("#html,body").animate({ scrollTop:scroll_pos, }, "fast" ); $("#news_detail").animate({ top:news_detail_pos, }, "fast" ); }); $("#today_list a").hover( function(){ var hover_cover = $(this).find(".hover_cover"); var news_container_heihgt = $(this).height(); $(hover_cover).css("bottom", news_container_heihgt); $(hover_cover).animate( {"bottom":"0px"}, "fast" ); }, function(){ $(this).find(".hover_cover").stop(); $("#today_list").find(".hover_cover").css("bottom", "500px"); } ); $("#pickup_list a").click(function(){ DisplayNews(this); var scroll_pos = $(this).offset().top - $(window).height() / 4; var news_detail_pos = $(this).position().top - 3; $("#news_detail").css("left", "310px"); $("#news_detail").css("display", "block"); $("#news_list a").css("background", ""); $("#today_list a").css("background", ""); $("#pickup_list a").css("background", ""); $(this).css("background", "#addd26"); $("#news_detail .arrow").html('
'); $("#news_detail .arrow").css("left", ""); $("#news_detail .arrow").css("right", "-26px"); $("#html,body").animate({ scrollTop:scroll_pos, }, "fast" ); $("#news_detail").animate({ top:news_detail_pos, }, "fast" ); }); $(".detail_close_btn").click(function() { $("#news_list a").css("background", ""); $("#today_list a").css("background", ""); $("#pickup_list a").css("background", ""); $("#news_detail").fadeOut("fast",function() { $("#news_detail_container2").html(""); }); }); $("#pickup_list a").hover( function(){ var hover_cover = $(this).find(".hover_cover"); var news_container_heihgt = $(this).height(); $(hover_cover).css("bottom", news_container_heihgt); $(hover_cover).animate( {"bottom":"0px"}, "fast" ); }, function(){ $(this).find(".hover_cover").stop(); $("#pickup_list").find(".hover_cover").css("bottom", "500px"); } ); });