/*function load(scriptName)
{
	var scriptElem = document.createElement('script'); 
	scriptElem.setAttribute('language','Javascript'); 
	scriptElem.setAttribute('type','text/javascript'); 
	scriptElem.setAttribute('src',ROOT_DIR+scriptName); 
	document.getElementsByTagName('head')[0].appendChild(scriptElem); 	
}*/

function init()
{	
	apply_form_validator();
}

window.onload = init;