﻿function adyy(tag,obj)
{	
	obj.target="_blank";
	var t=document.getElementById("vnm").innerHTML;
	if (tag=='xn'){
		obj.href = "http://share.xiaonei.com/share/buttonshare.do?link="+location.href+'&title='+t;
	}else if(tag=='kx'){		
		obj.href = "http://www.kaixin001.com/~repaste/repaste.php?rtitle="+t+'&rurl='+location.href+'&rcontent='+t;
	}else if(tag=='db'){
		obj.href = "http://www.douban.com/recommend/?url="+location.href+'&title='+t;
	}else if(tag=='qq'){
		obj.href = "http://shuqian.qq.com/post?from=3&title="+t+'&uri='+location.href;		
	}else if(tag=='myspace'){
		obj.href = "http://www.myspace.com/Modules/PostTo/Pages/?u="+location.href+'&t='+t;
	}	
	//obj.click();
	return true;
}

function dt(){
  this.target="_blank";
  var wz=location.href;
  var t=wz.match(/[^\/]+$/);	
  var t=t.toString();
  var wid=t.match(/[0-9]+/);	
  document.write("<script src=http://www.517dv.com/system/api/download/download.php?vid="+wid+"><\/script>");
  /*this.href = "http://www.517dv.com/system/api/download/download.php?vid="+wid;*/
  /*return true;*/
}

function shhid(obj){
	if (document.getElementById("sdtd").style.display!="none"){
		document.getElementById("sdtd").style.display="none";
	}else{
		document.getElementById("sdtd").style.display="";
	}
	return true;
}
