var myMenu;$(document).ready(function(){myMenu=new SDMenu("my_menu");myMenu.init();$("#location_select, #location_select_sub").change(function(){if(this.value!=""){location.href=LOCATION_URL+this.value+"/"+SORT_OPTION}});$("#sidemenu_content").css({marginRight:"-"+$("#sidemenu_content").width()+"px",opacity:0}).hide();$("#slidemenu_btn").click(function(a){a.preventDefault();var b=$("div > div > *",this);if(b[0].className=="show_arrow"){b[0].className="show_hide_arrow";$(b[1]).text(SLIDEMENU_HIDE_TEXT);$("#sidemenu_content").show().animate({marginRight:0,opacity:1},"slow","easeOutElastic")}else{b[0].className="show_arrow";$(b[1]).text(SLIDEMENU_SHOW_TEXT);$("#sidemenu_content").animate({marginRight:"-"+$("#sidemenu_content").width()+"px",opacity:0},"slow","easeOutElastic",function(){$(this).hide()})}});$("#story_list > div.list_box").hover(function(){$(this).addClass("onmouse")},function(){$(this).removeClass("onmouse")}).click(function(){var a=$("div.story_tell > p > a.icon_detail",this).attr("href");if(typeof(a)!=="undefined"){location.href=a}})});