/* Common DoubleClick Floodlight tag */
function floodlightClick(src, type, cat){
	var axel = Math.random() + "";
	var a = axel * 10000000000000;
	document.getElementById('floodlight').innerHTML = '<iframe src="http://fls.doubleclick.net/activityi;src='+ src +';type='+ type + ';cat='+ cat +';ord=' + a + '?" width="1" height="1" frameborder="0"></iframe>'; 
	return true; 
}
