//  THIS IS FOR THE BROCHURE PAGE FLIP
function spotone_pageflip() 
{ 
	//random number generation
	var axel = Math.random() + "";
	var a = axel * 1000000000000000000;
	
	var doPing = new Image(); 
	// the URL below is a spotlight tag for page1
	//doPing.src = 'http://fls.doubleclick.net/activityi;src=2268605;type=aksuc214;cat=pagef825;ord=' + a + '?';
	doPing.src = 'http://ad.doubleclick.net/activity;src=2268605;type=aksuc214;cat=pagef825;ord=' + a + '?';
	return false;
}


