
var floodlight = function() {
	// CPO RAQ TY Floodlight tag is hard-coded in /mds/tiles/tools/cpo/raqHiddenThankyou.js to prevent premature firing. [GMDSST-17889]
	var tags = new Array();
	tags["/idoc/75"] = "src=1139716;type=sbyog208;cat=build863";
	tags["/idoc/80"] = "src=1139716;type=ebyof345;cat=build077";
	tags["/idoc/11"] = "src=1139716;type=rcomm231;cat=comme479";
	tags["/idoc/93"] = "src=1139716;type=rbcen112;cat=comme042";
	tags["/idoc/68"] = "src=1139855;type=ectud559;cat=compe939";
	tags["/idoc/26"] = "src=1139716;type=sctaq704;cat=compe864";
	tags["/idoc/59"] = "src=1139855;type=sraqc303;cat=conta485";
	tags["/idoc/59-2"] = "src=1139855;type=sttda765;cat=sched383";
	tags["/idoc/60"] = "src=1139855;type=eraqg550;cat=conta514";
	tags["/idoc/60-2"] = "src=1139855;type=ettdn684;cat=sched965";
	tags["/idoc/28"] = "src=1139716;type=soffe419;cat=curre694";
	tags["/idoc/4"] = "src=1139716;type=rgenu973;cat=divis090";
	tags["/idoc/44"] = "src=1139716;type=osite393;cat=exper319";
	tags["/idoc/36"] = "src=1139716;type=rbran150;cat=exper993";
	tags["/idoc/51"] = "src=1139716;type=oexps409;cat=exper502";
	tags["/idoc/47"] = "src=1139716;type=owarn883;cat=exper998";
	tags["/idoc/17"] = "src=1139855;type=x3afy714;cat=cadil525";
	tags["/idoc/89"] = "src=1139716;type=rfutw918;cat=futur914";
	tags["/idoc/87"] = "src=1139716;type=rhelp736;cat=helpm430";
	tags["/idoc/52"] = "src=1139855;type=sladt482;cat=locat825";
	tags["/idoc/53"] = "src=1139855;type=eladv897;cat=locat684";
	tags["/idoc/56"] = "src=1139716;type=slavz856;cat=locat072";
	tags["/idoc/57"] = "src=1139716;type=elavf837;cat=locat059";
	tags["/idoc/58"] = "src=1139855;type=sstic797;cat=locat276";
	tags["/idoc/14"] = "src=1139716;type=rhome820;cat=model592";
	tags["/event/onstar"] = "src=1139716;type=ronst336;cat=onsta100";
	tags["/idoc/15"] = "src=1139716;type=rphot856;cat=photo871";
	tags["/idoc/27"] = "src=1139716;type=rpric631;cat=price827";
	tags["/idoc/63"] = "src=1139716;type=rrssu277;cat=reque453";
	tags["/idoc/86"] = "src=1139716;type=rview954;cat=viewa601";
	tags["/idoc/91"] = "src=1139855;type=secxm276;cat=reque598";
	tags["/idoc/94"] = "src=1139855;type=sctnm183;cat=compe559";
	tags["/idoc/102"] = "src=1139855;type=soffe390;cat=curre556";
	tags["/idoc/106"] = "src=1139855;type=eecoq924;cat=reque457";
	tags["/idoc/5CPO"] = "src=1139855;type=slavb312;cat=cpo-l105";
	tags["/idoc/6CPO"] = "src=1139855;type=elavx684;cat=cpo-l501";
	tags["/idoc/6CPOprint"] = "src=1139855;type=x2fvv227;cat=cadil104";
	tags["/idoc/20CPO"] = "src=1139855;type=sraqc303;cat=cpo-c295";
	tags["/idoc/18CPO"] = "src=1139855;type=soffe390;cat=cpo-o137";

	return {
		writeTag : function(uri) {

			if (tags[uri] != null) {
				var axel = Math.random()+"";
				var a = axel * 10000000000000;
				var url = "http://fls.doubleclick.net/activityi;"+ tags[uri] +";ord="+ a ;

				var iframe = document.createElement('iframe');
				iframe.setAttribute('src', url);
				iframe.setAttribute('width', "1");
				iframe.setAttribute('height', "1");
				iframe.setAttribute('frameborder', "0");

				document.body.appendChild(iframe);

			}

		}
	};
}();

function writeFLTag(uri) {

  floodlight.writeTag(uri);
}

