	/*

		On load handler for the interstitial page

	*/

	function BundleInterstitialOnLoadHandler()
	{
		document.getElementById('menu-cover').style.display = 'none';
	}
