	/*

		On load handler for the interstitial page

	*/

	function BundleInterstitialOnLoadHandler()
	{
		document.body.style.backgroundColor = "#FFD36F";
	}