document.body.oncopy = function (){ 
	setTimeout( function (){ 
		var text = clipboardData.getData("text");
		if (text) { 
			text = text + "\r\n本文来自：我爱研发网(52RD.com) - R&D大本营\r\n详细出处：" + location.href; clipboardData.setData("text", text);
		} 
	}, 100 ) 
}

document.writeln("<div id='He_Box'>");
document.writeln("  <div style='height:1px;background-color:#7B7D94;clear:both;overflow:hidden;'><\/div>");
document.writeln("  <div class='He_Bott'><a href='http:\/\/www.52rd.com' target='_blank'>52RD.com<\/a> <a href='http:\/\/www.52RD.com\/About\/About.htm' target='_blank'>研鼎信息技术有限公司<\/a>&nbsp;个人博客内容只代表个人观点<\/div>");
document.writeln("  <div class='He_Top'>");
document.writeln("    <div class='He_Top_Left'><\/div>");
document.writeln("    <div class='He_Top_Right'><\/div>");
document.writeln("  <\/div>");
document.writeln("<\/div>");
document.writeln("<iframe marginwidth='0' marginheight='0' frameborder='0' scrolling='no' src='http:\/\/www.52rd.com\/Inc\/Count.htm' width='0' height='0'><\/iframe>");