// JavaScript Document

function writeSpotlightTag(src, type, cat)
{
   var axel = Math.random()+"";
   var a = axel * 10000000000000;
   document.write('<img src="http://ad.doubleclick.net/activity;src='+src+';type='+type+';cat='+cat+';ord=1;num='+a+'?" width="1" height="1" border="0" />');
}
