/*
	On load handler for the interstitial page
*/
function BundleInterstitialOnLoadHandler()
{
	startList(); 
	preloadImages();
	initRollovers();

}
