try{var hot_arr=new Array();
hot_arr[0]='<a href="http://qun.youban.com/topic/wenxue-73355.html" target="_blank">庆祝“三八”妇女节，文学社特举办踢楼有奖活动</a>';
hot_arr[1]='<a href="http://qun.youban.com/topic/baby-72780.html" target="_blank">【小活动】我家宝宝吃得香，美妈们快来秀秀宝宝的吃相</a>';
hot_arr[2]='<a href="http://qun.youban.com/topic/ningsiaiai-71057.html" target="_blank">【活动】 年夜饭大比拼~~</a>';
hot_arr[3]='<a href="http://qun.youban.com/topic/baby-69465.html" target="_blank">宝宝乐园春节活动 宝贝欢乐中国年</a>';
var rands = 1;
$('show_hot').innerHTML = hot_arr[0];
function move(){
	arr_rand = rands%4;
	$('show_hot').innerHTML = hot_arr[arr_rand];
	rands++;
	if(rands==4) rands=0;
}
function start() {
	ts = setInterval(move,2000)
}
function stop() {
	clearInterval(ts);
}
start();
}catch(e){}