window.name = "DTFBooks";
function ShowDate()
{
	window.status = new Date();
	window.setTimeout("ShowDate()",100);
}
ShowDate();
document.oncontextmenu = function(){return false}
document.onselectstart = function(){return false}