// JavaScript Document

	function DCLKSpotlightTag(action) {
		var axel = Math.random() * 10000000000000;
		var axel2 = Math.random()+"";
		var axel3 = Math.random()+"";
		var a = axel2 * 10000000000000;
		var a2 = axel3 * 10000000000000;
		var pix = new Image();
		var pix2 = new Image();
		var pix3 = new Image();
		<!-- Spotlighttag Coca-Cola HF3 Homepage -->
		if (action == "homepage"){
			pix.src = "http://ad.nl.doubleclick.net/activity;src=2153639;type=cocac396;cat=cocac212;ord=" + axel + "?"; 
			pix2.src = "http://ad.be.doubleclick.net/activity;src=2077619;type=happi513;cat=homep058;ord=1;num=" + a + "?"; 
		}	
		<!-- end -->
		<!-- Spotlighttag Penguie game -->
		if (action == "penguies_luge"){
			  pix.src = "http://ad.nl.doubleclick.net/activity;src=2153639;type=cocac396;cat=pengu391;ord=" + axel + "?"; 
			  pix2.src = "http://ad.be.doubleclick.net/activity;src=2077619;type=happi513;cat=playi016;ord=1;num=" + a + "?";
			  pix3.src = "http://ad.be.doubleclick.net/activity;src=2077619;type=happi513;cat=games846;ord=1;num=" + a + "?";
		}
		<!-- end -->
		<!-- Spotlighttag Workers game -->
		if (action == "coin_run"){
			  pix.src = "http://ad.nl.doubleclick.net/activity;src=2153639;type=cocac396;cat=worke174;ord=" + axel + "?"; 
			  pix2.src = "http://ad.be.doubleclick.net/activity;src=2077619;type=happi513;cat=playi016;ord=1;num="+ a + "?";
			  pix3.src = "http://ad.be.doubleclick.net/activity;src=2077619;type=happi513;cat=games602;ord=1;num=" + a + "?";
		}
		<!-- end -->
		<!-- Spotlightatg Kissy Puppy game -->
		if (action == "kissy_puppies"){
			  pix.src = "http://ad.nl.doubleclick.net/activity;src=2153639;type=cocac396;cat=kissy571;ord=" + axel + "?"; 
			  pix2.src = "http://ad.be.doubleclick.net/activity;src=2077619;type=happi513;cat=playi016;ord=1;num=" + a + "?";
			  pix3.src = "http://ad.be.doubleclick.net/activity;src=2077619;type=happi513;cat=games837;ord=1;num=" + a + "?";
		}
		<!-- end -->		
		return void(null); 
	}