// use this if multiple functions need to be loaded and run onloadwindow.onload = initialize;function initialize()	{		// get url of current myPage	//var myPage = location.href;	// parse out the myPage name "myPage_name" from .../path/folder/myPage_name.html	// use this to determine the "active" link in the nav	//var thisPage = myPage.substring(myPage.lastIndexOf('/')+1, myPage.lastIndexOf('.'));	//if (thisPage.indexOf('.')==0) { thisPage="index"; }		writeNav();	createNavCache();			if (thisPage=="holiday_organizer") { setupcalendar();  change_month(10); }	}