function onLoad ()
{
	inittopnavigation();
	replaceHeading("h1");
	replaceHeading("h2");
	initLightbox();
}

window.onload = onLoad;