document.domain = "xunlei.com" ;
var recommend_hot = [{ title:"国产版灌篮高手 李学庆变流川枫",link:"http://ent.xunlei.com/movie/contents/99/474737.shtml" },{ title:"郭富城被嘲笑：我真是个艺术家",link:"http://ent.xunlei.com/movie/contents/e8/474861.shtml" },{ title:"张柏芝当众激吻谢霆锋",link:"http://ent.xunlei.com/movie/contents/c0/474745.shtml" }] ; ;

var return_html= "" ;
for (i=0;i<recommend_hot.length;i++) {
	if (i==0) {
		var dot = '' ;
	}
	else {
		var dot = ' <span>-</span>' ;
	}
	if (recommend_hot[i]['title']) {
		return_html += dot+ '<a href="'+recommend_hot[i]['link']+'" title="'+recommend_hot[i]['title']+'">'+recommend_hot[i]['title']+'</a>' ;
	}
}
try{
	document.getElementById("recommend_hot_global").innerHTML = return_html ;
}
catch(e){}