var http1="http://test1.56mtv.com/";
var http2="http://test2.56mtv.com/";
function geturl(temp_id){
	var mtv_url="";
	if (temp_id>=1900){

				mtv_url="http://61.160.251.73:999/flv2_temp/000"+temp_id+".flv";
	}
	else{
				mtv_url="http://61.160.251.73:999/flv_temp/000"+temp_id+".flv";
	}
	return mtv_url;
}

function CText(){ 
tt="推荐一个MTV视频给你：非常棒哦！"+window.location.href+"" 
clipboardData.setData('text',tt); 
alert('MTV视频地址和标题已复制，你可以粘贴到QQ、MSN或通过其它方式发给好友了。'); 
} 
