	/*

		On load handler for the interstitial page

	*/

	function BundleInterstitialOnLoadHandler()
	{
		document.body.style.background = "url('http://speedy-b.arescdn.com/images/going-to-ca/page-back.gif')";
		document.body.style.backgroundColor = "#003366";
	}
        
