// JavaScript Document 
document.body.oncopy=function()    
{
	event.returnValue = false;
     var txt1 = document.selection.createRange().text;
     var txt2 = "本文来自www.lewuyou.com";
     var txt3 = "本文地址" + location.href;
     clipboardData.setData('Text', txt1 + txt2 + '\r\n' + txt3);
}
function addFavorite(c,a){var e=window.location.href;var d=document.title;if(window.sidebar){window.sidebar.addPanel(d,e,"")}else{if(document.all){window.external.AddFavorite(e,d)}else{if(window.opera&&window.print){var b=document.createElement("a");b.setAttribute("href",e);b.setAttribute("title",d);b.setAttribute("rel","sidebar");b.click();}}}}
