$(document).ready(function(){$("div.scrollableItems").scrollable({size:3,keyboard:false,clickable:false}).circular().autoscroll({interval:3000});$("select#selectStock").change(function(){location.href="stockrecommend?sid="+$(this).children("option:selected").val()});$("select#selectExpert").change(function(){location.href="analysislist?aid="+$(this).children("option:selected").val()+"&date=&pgn=1"});$("select#selectDate").change(function(){location.href="analysislist?aid=&date="+$(this).children("option:selected").val()+"&pgn=1"});$("select#selectExpert2").change(function(){location.href="analysisauthor?aid="+$(this).children("option:selected").val()});$("input.limit").keydown(onlyNumberAndLetter);$("form.notEmpty").submit(checkKeywordsNotEmpty);$("img.resetButton").click(resetForm);enterSubmit(".enterSubmitInput:text","#searchNews");locateAd("div.moveAd","show")});
