/* 	
 * these file is for special tracking functions, which are not covered by the normal tracking classes
 */

 //<!--DE-->//
var spotlighttag;
var Tag;
var axel;
var a;
 
 function spotlight(tagVal){
	axel = Math.random()+"";
	a = axel * 10000000000000;
	spotlighttag= "https://ad.doubleclick.net/activity;src=1441433;type=001d;cat="+tagVal+";ord=1;num="+a+"?";

	Tag = new Image();
	Tag.src = spotlighttag;
}


function engine_DoFSCommand(command,args) { 
	
	if(command=="pcttrack_sahara"){
		var now = new Date(); 
		RND = now.getTime();
		document.getElementById("miiframepixel").src='http://fls.doubleclick.net/activityi;src=1441433;type=00i;cat='+args+';ord=1;num='+RND+'?'; 
		//document.getElementById("miiframepixel").src='http://fls.doubleclick.net/activityi;src=1751663;type=swfifram;cat=c001a;ord=1;num='+RND+'?';
		document.getElementById("miiframepixel").location.reload();
	}
} 

if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && 
	navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) { 
	document.write('<SCRIPT LANGUAGE=VBScript\> \n'); 
	document.write('on error resume next \n'); 
	document.write('Sub engine_FSCommand(ByVal command, ByVal args)\n'); 
	document.write('  call engine_DoFSCommand(command, args)\n'); 
	document.write('end sub\n'); 
	document.write('<\/SCRIPT\> \n'); 
} 