
<!--
window.onerror = errorHandler; 
var timerID = null;

function errorHandler(){
	event.cancelBubble = true
	return true
}

function statusText(){
	window.status = "universalteacherpublications.com";

}

function startMyTimer(){
timerID = setInterval("statusText()",25);
}


function Start(page, wname) {
OpenWin = open(page, wname, "left=50,top=50,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=500,height=300");
}

function winopener(page, wname) {
tempwin = open (page,wname,"left= 5,top=5, toolbar=yes,status=yes,menubar=yes,location=no,scrollbars=yes,resizable=yes,width=650,height=410");
}

document.onload = startMyTimer();

// End -->
