CopyURL=function(){
try{
clipboardData.setData('text',"<a href='"+location.href+"'>"+productname+"</a>"); 
alert("您已经复制了本页面地址");
}catch(e){
}
}