// JavaScript Document
function FLOOD(cat)
{
	var axel = Math.random()+"";
	var a = axel * 10000000000000000;
	var flDiv=document.body.appendChild(document.createElement("div"));
	flDiv.setAttribute("id","DCLK_FLDiv");
	flDiv.style.position="absolute";
	flDiv.style.top="0";
	flDiv.style.left="0";
	flDiv.style.width="1px";
	flDiv.style.height="1px";
	flDiv.style.display="none";
	flDiv.innerHTML='<iframe id="DCLK_FLIframe" src="http://fls.doubleclick.net/activityi;src=2673631;type=entri321;cat='+cat+';ord='+a+'?" WIDTH="1" HEIGHT="1" FRAMEBORDER="0"><\/iframe>';
}

