<!-- 
var copytoclip=1
function xingmingnetcopy(theField) {
var tempval=eval("document."+theField)
tempval.focus()
tempval.select()
if (document.all&&copytoclip==1){
therange=tempval.createTextRange()
therange.execCommand("Copy")
window.alert('复制成功，现在您可以粘贴到任何地方！包括QQ、论坛、日记、留言本...')
setTimeout("window.status=''",1800)
}
}
// -->