function onLoad ()
{
	replaceHeading("h1");
	replaceHeading("h3");
	replaceHeading("h2");
	replaceHeading("h4");
	replaceHeading("h5");
	replaceMenu();
	addHoverEffectMenu();
	addHoverMenuActions();
	inittopnavigation();
	initslidingboxes();
	
	initLightbox();
	
	
	if(portal == true)
	{
		new animBackground();
	}
	
/*	setupAjaxPopUp();*/
}

window.onload = onLoad;
