if ( top.location != location ) top.location.replace(location);


function setAttributes()
{
	document.body.ondragstart = getFalse;
	document.body.onselectstart = getFalse;
}

function getFalse() { return false; }