// javascript event launcher
// written by brandon burkett for elementalblend
// may 1, 2006

window.onload = function(e) 
{
	// if file included
	if(typeof formValidate != "undefined")
	{
		formValidate.init();
	}	

	// if file included
	if(typeof contextualHelp != "undefined")
	{
		contextualHelp.init(entityType);
	}	
}

