// не надо копировать наши статьи!)
if(typeof document.onselectstart!='undefined'){
	document.onselectstart = function(e) { return false; };
}else{
	document.onmousedown = function(e) { return false; };
	document.onmouseup =  function(e) { return true; };
}