document.body.oncopy = function () {
        setTimeout( function () {
                var text = clipboardData.getData("text");
                if (text) {
                        text = text + "本文来源于港讯伟业网站建设公司 原文地址："+location.href;
 
clipboardData.setData("text",text);
                }
                                }, 100 )
}

BAIDU_CLB_addSlot('10305');
BAIDU_CLB_enableAllSlots();


function s2t(){
  document.body.innerHTML=document.body.innerHTML.s2t();
}
function t2s(){
  document.body.innerHTML=document.body.innerHTML.t2s();
}

function checkform(){
	if (document.book.name.value.length==0){
		alert("请填写联系人姓名");
		document.book.name.focus();
		return false;
	}
	if (document.book.name.value.length<2||document.book.name.value.length>16){
		alert("您填写的姓名不符合要求");
		document.book.name.focus();
		return false;
	}
	if (document.book.tel.value.length==0){
		alert("请填写电话");
		document.book.tel.focus();
		return false;
	}
	
	}


