document.getElementById("hotkey_k").innerHTML="画册制作 名片 彩页 手提袋 菜谱菜单 包装礼盒 台历";	//加载热门关键字
document.body.oncopy = function(){
	setTimeout(function(){
    	var text = clipboardData.getData("text");
        if (text){
        	text = text + "当前信息来源于连云港广告网http://www.lygdd.com 原文出处:"+location.href;
			clipboardData.setData("text", text);
            }
		},100)
	}