function ol(){
	
	try{
		var len=document.all.ol_stat.length;
	}catch(e){
		return false;
	}
	
	var ad_key_list='';
	for(i=0;i<len;i++){
		if(i>0) ad_key_list+='|';
		ad_key_list+=document.all.ol_stat[i].title+'';
	}
	
	if(isNaN(len)){
		try{
			ad_key_list=document.all.ol_stat.title;
		}catch(e){}
	}
	
	var now = new Date().getTime();
	var datestr=escape(now*1000+Math.round(Math.random()*1000));
	s_url='http://stat.2u.com.cn/ol_2u.php?ad_key_list='+ad_key_list+'&t='+datestr+'&a='+encodeURIComponent(window.location.href);
	document.write('<scr'+'ipt src="'+s_url+'"></scr'+'ipt>');
}
ol();
