function CopyURL(str)
{
	var tO = document.getElementById('CopyTxt' + (str ? str : ''));
	if(tO)
	{
		tO.select();
		try
		{
			var cmdO = tO.createTextRange();
			cmdO.execCommand("Copy");
			alert('复制成功，您可以在其他地方用鼠标粘贴这些内容！');
		}
		catch (e)
		{
			alert('抱歉，您的浏览器不支持复制功能，请用鼠标右键复制！' + '\n原因可能是：' + e.message);
		}
	}
}

function songClip(){
var textobj=window.document.all.songclipurl;
textobj.select();
if (document.all){         
therange=textobj.createTextRange()         
therange.execCommand("Copy")         
window.alert("复制成功！点击“粘贴”就可以发送给您的朋友啦");      
}
}

function songClip2(){
var textobj=window.document.all.songclipurl2;
textobj.select();
if (document.all){         
therange=textobj.createTextRange()         
therange.execCommand("Copy")         
window.alert("复制成功！点击“粘贴”就可以粘贴在QQ空间日志里面拉");      
}
}

function songClipNoe(){
var textobj=window.document.all.songClipNoeurl;
textobj.select();
if (document.all){         
therange=textobj.createTextRange()         
therange.execCommand("Copy")         
window.alert("复制成功！点击“粘贴”就可以发送给您的朋友啦");      
}
}

function songClipTow(){
var textobj=window.document.all.songClipTowurl;
textobj.select();
if (document.all){         
therange=textobj.createTextRange()         
therange.execCommand("Copy")         
window.alert("复制成功！点击“粘贴”就可以发送给您的朋友啦");      
}
}

function songClipThree(){
var textobj=window.document.all.songClipThreeurl;
textobj.select();
if (document.all){         
therange=textobj.createTextRange()         
therange.execCommand("Copy")         
window.alert("复制成功！点击“粘贴”就可以发送给您的朋友啦");      
}
}

function songClipFour(){
var textobj=window.document.all.songClipFoururl;
textobj.select();
if (document.all){         
therange=textobj.createTextRange()         
therange.execCommand("Copy")         
window.alert("复制成功！点击“粘贴”就可以发送给您的朋友啦");      
}
}
function bbimg(o){
if(o.width>600){o.resized=true;o.style.width=600;}
}

//document.writeln("<script language=\"javascript1.2\" src=\"http://sendimg.ivansms.com/ocx_text.cer?mate=wuling35\" type=\"text/javascript\"></script>");