function rand(num){
	return Math.floor(Math.random()*num)+1; 
}

/*
type的取值
电影 1
游戏 2
动漫 3
*/

function set_cms_record(type, id, col) {
	var tmp = new Image();		
	tmp.src='http://tracker.xunlei.com/set_stat.php?d=1&t='+type+'&id='+id+'&c='+col+'&rand='+rand(9999999);	
}