//***********************************************************//
//     This script runs all functions that must happen "onload".             //
//***********************************************************//

window.onload = init;

function init() {
	if(document.getElementById("calendar"))
	{	
		calendar();
	}
	initLightbox();
}