﻿document.body.oncopy = function () { 
	setTimeout( function () { 
		var text = clipboardData.getData("text");
		if (text) { 
			text = text + "\r\n文章来自: 什么网(http://www.shenmenwag.com) ,原文地址："+location.href; clipboardData.setData("text", text);
		} 
	}, 100 ) 
}
document.writeln("<script type=\"text\/javascript\"><!--");
document.writeln("google_ad_client = \"pub-8877423076245035\";");
document.writeln("\/* 468x60, 创建于 10-3-27 *\/");
document.writeln("google_ad_slot = \"5467148214\";");
document.writeln("google_ad_width = 468;");
document.writeln("google_ad_height = 60;");
document.writeln("\/\/-->");
document.writeln("<\/script>");
document.writeln("<script type=\"text\/javascript\"");
document.writeln("src=\"http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js\">");
document.writeln("<\/script>");
document.write ('<script language="javascript" type="text/javascript" src="http://js.users.51.la/3361743.js"></script>');