function DCLKSpotlightTag(action) {
var axel = Math.random() * 10000000000000;
var pix = new Image();

<!-- Spotlighttag bekijk de filmpjes-->
if (action == "filmpjes") {
	pix.src = "http://ad.nl.doubleclick.net/activity;src=1058047;type=campi795;cat=bekij592;ord=" + axel + "?"; 
}
<!-- end -->

<!-- Spotlighttag Nieuwsbrief bedankpagina -->
if (action == "Nieuwsbrief") {
	pix.src = "http://ad.nl.doubleclick.net/activity;src=1058047;type=campi795;cat=nieuw217;ord=" + axel + "?"; 
}
<!-- end -->

<!-- Spotlighttag lees recepten -->
if (action == "recepten") {
	pix.src = "http://ad.nl.doubleclick.net/activity;src=1058047;type=campi795;cat=leesr243;ord=" + axel + "?"; 
}
<!-- end -->

<!-- Spotlighttag lees handige tips -->
if (action == "handigetips") {
	pix.src = "http://ad.nl.doubleclick.net/activity;src=1058047;type=campi795;cat=leesh331;ord=" + axel + "?"; 
}
<!-- end -->

<!-- Spotlighttag optimal commercial -->
if (action == "commercial") {
	pix.src = "http://ad.nl.doubleclick.net/activity;src=1058047;type=campi795;cat=optim443;ord=" + axel + "?"; 
}
<!-- end -->

<!-- Spotlighttag Landingspagina -->
if (action == "Lpagina") {
	pix.src = "http://ad.nl.doubleclick.net/activity;src=1058047;type=campi795;cat=landi258;ord=" + axel + "?"; 
}
<!-- end -->

<!-- Spotlighttag Einde Game -->
if (action == "eindegame") {
	pix.src = "http://ad.nl.doubleclick.net/activity;src=1058047;type=campi795;cat=einde286;ord=" + axel + "?"; 
}
<!-- end -->

<!-- Spotlighttag Doe mee -verstuur -->
if (action == "doemee") {
	pix.src = "http://ad.nl.doubleclick.net/activity;src=1058047;type=campi795;cat=doeme414;ord=" + axel + "?"; 
}
<!-- end -->

<!-- Spotlighttag Control Game -->
if (action == "cgame") {
	pix.src = "http://ad.nl.doubleclick.net/activity;src=1058047;type=campi795;cat=contr740;ord=" + axel + "?"; 
}
<!-- end -->

<!-- Spotlighttag Goede Voornemens -->
if (action == "voornemens") {
	pix.src = "http://ad.nl.doubleclick.net/activity;src=1058047;type=campi795;cat=bekij831;ord=" + axel + "?"; 
}
<!-- end -->


return void(null); 
}