$(document).ready(function(){$("div.scrollableItems").scrollable({size:3,keyboard:false,clickable:false}).circular().autoscroll({interval:3000});$("select#selectStock").change(function(){location.href="http://news.etnet.com.cn/stock-recommend/"+$(this).children("option:selected").val()+".htm"});$("select#selectExpert2").change(function(){location.href="http://news.etnet.com.cn/stock-analysis-"+$(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")});
