window.onload = function () 
	{		
	document.body.ondragstart = function () 
		{		
		return false;
		}
	}

