
var text=0;


function senfe_ad(stype) {
	if(stype=="download"){
		if(text>2){
			return true;
		}else{
			alert("谢谢支持本站请点击图片或链接3次以上才能免费注册和观看^_^！,您已点"+text+"次");
			return false;
		}
	}
	else{
		   if(stype=="ad1"){
			text=text+1;
		   }
		   else{return true;}
		 
		 
		    
	}
}
function click() {
	if(event.button=2) senfe_ad('download');
}
