window.onload = globalsInit;

function globalsInit() {
	try {
		pageInit();
	} catch(e) { }

}
