var m = $('moreDream');
if(m){
	var mA = m.getElementsByTagName('a');
	for(var i = 0; i<mA.length; i++){
		mA[i].target = '_self';
	}
}

if(document.body){
	document.body.oncopy = function () { 

		setTimeout( function () { 
			if(window.clipboardData){
				var text = window.clipboardData.getData("text"); 
				if (text) { 
					text += "\r\n在线周公解梦(http://www.5ilv.com/zgjm/) \r\n来源："+location.href; 
					clipboardData.setData("text", text);
				}
			}
		}, 50);
	}
}
