function DCLKSpotlightTag(action) {

var axel = Math.random() * 10000000000000;

var pix = new Image();

	if (action == "betterYou") {
		//pix.onLoad = alert("a better you - tag called");
		pix.src = "http://ad.doubleclick.net/activity;src=1261211;type=brita941;cat=brita061;ord=1;num=" + axel + "?";
	}
	if (action == "aging") {
		//pix.onLoad = alert("aging - tag called");
		pix.src = "http://ad.doubleclick.net/activity;src=1261211;type=brita941;cat=brita493;ord=1;num=" + axel + "?";
	}
	if (action == "betterHome") {
		//pix.onLoad = alert("better home - tag called");
		pix.src = "http://ad.doubleclick.net/activity;src=1261211;type=brita941;cat=brita723;ord=1;num=" + axel + "?";
	}
	if (action == "child") {
		//pix.onLoad = alert("child - tag called");
		pix.src = "http://ad.doubleclick.net/activity;src=1261211;type=brita941;cat=brita055;ord=1;num=" + axel + "?";
	}
	if (action == "filterReplace") {
		//pix.onLoad = alert("filter replace - tag called");
		pix.src = "http://ad.doubleclick.net/activity;src=1261211;type=brita941;cat=brita846;ord=1;num=" + axel + "?";
	}
	if (action == "waterResources") {
		//pix.onLoad = alert("water resources - tag called");
		pix.src = "http://ad.doubleclick.net/activity;src=1261211;type=brita941;cat=brita643;ord=1;num=" + axel + "?";
	}
	if (action == "health") {
		//pix.onLoad = alert("health - tag called");
		pix.src = "http://ad.doubleclick.net/activity;src=1261211;type=brita941;cat=brita573;ord=1;num=" + axel + "?";
	}
	if (action == "home") {
		//pix.onLoad = alert("home - tag called");
		pix.src = "http://ad.doubleclick.net/activity;src=1261211;type=brita941;cat=brita094;ord=1;num=" + axel + "?";
	}
	if (action == "pregnancy") {
		//pix.onLoad = alert("pregnancy - tag called");
		pix.src = "http://ad.doubleclick.net/activity;src=1261211;type=brita941;cat=brita171;ord=1;num=" + axel + "?";
	}
	if (action == "products") {
		//pix.onLoad = alert("products - tag called");
		pix.src = "http://ad.doubleclick.net/activity;src=1261211;type=brita941;cat=brita295;ord=1;num=" + axel + "?";
	}
	if (action == "replacementParts") {
		//pix.onLoad = alert("replacement parts - tag called");
		pix.src = "http://ad.doubleclick.net/activity;src=1261211;type=brita941;cat=brita841;ord=1;num=" + axel + "?";
	}
	if (action == "weight") {
		//pix.onLoad = alert("weight - tag called");
		pix.src = "http://ad.doubleclick.net/activity;src=1261211;type=brita941;cat=brita111;ord=1;num=" + axel + "?";
	}
	if (action == "workout") {
		//pix.onLoad = alert("workout - tag called");
		pix.src = "http://ad.doubleclick.net/activity;src=1261211;type=brita941;cat=brita793;ord=1;num=" + axel + "?";
	}
	if (action == "yourBody") {
		//pix.onLoad = alert("your body - tag called");
		pix.src = "http://ad.doubleclick.net/activity;src=1261211;type=brita941;cat=brita259;ord=1;num=" + axel + "?";
	}
	if (action == "faucetRegistration") {
		//pix.onLoad = alert("faucet registration - tag called");
		pix.src = "http://ad.doubleclick.net/activity;src=1261211;type=brita588;cat=fauce121;ord=1;num=" + axel + "?";
	}
	if (action == "filterRegistration") {
		//pix.onLoad = alert("filter registration - tag called");
		pix.src = "http://ad.doubleclick.net/activity;src=1261211;type=brita588;cat=filte039;ord=1;num=" + axel + "?";
	}
	if (action == "pitcherRegistration") {
		//pix.onLoad = alert("pitcher registration - tag called");
		pix.src = "http://ad.doubleclick.net/activity;src=1261211;type=brita588;cat=pitch954;ord=1;num=" + axel + "?";
	}
	
	return void(null);
}