	/*

		On load handler for the interstitial page

	*/

	function BundleInterstitialOnLoadHandler()
	{
		document.body.style.backgroundColor = "#DCD8BE";
initRollovers();
	}

