// use this if multiple functions need to be loaded and run onload

window.onload = initialize;

function initialize()
	{
	
	//writeNav();
	

	
	if	(  document.body.className=="contest"  ) 
		{ 
		document.myForm.essay.focus();
		checkEssayLength(document.myForm); 
		}

	//findTables();

	//if	(  isIE  ) { pngFix() }

	}





	/*
	window.focus();

	document.getElementById("allGreenTips").innerHTML = allThoseGreenTips;
	
	*/