// JavaScript Document to support Spotlight Tag requests

function writeSpotlightTag(cat)
{
   var axel = Math.random()+"";
   var a = axel * 10000000000000;
   var newImg = document.createElement('img');
   var src = "887836";		// The "src" value is the same for all tags on this site.
   var type = "garda619";	// The "type" value is the same for all tags on this site.
   newImg.src = "http://ad.doubleclick.net/activity;src="+src+";type="+type+";cat="+cat+";ord=1;num="+a+"?";
}
