// Version 1.00

var bAlerts = false;
var axel = Math.random()+"";
var a = axel * 10000000000000;

//Project specific variables
var sSrc = "943120";
var sType = "nokia925";

document.write('<SCR'+'IPT LANGUAGE="VBScript">\n<!--\n');
document.write('Sub flash_FSCommand(ByVal command, ByVal args)\n');
document.write('call flash_DoFSCommand(command, args)\n');
document.write('end Sub\n');
document.write('//-->\n</SCR'+'IPT>');

function flash_DoFSCommand(command, parameter) {	
	if (command == "doubleclick") {logSpotlight(parameter);}
}



function logSpotlight(catVal) {
	getDoubleClickImage = new Image();
	getDoubleClickImage.src = "http://ad.sg.doubleclick.net/activity;src="+sSrc+";type="+sType+";cat="+catVal+";ord=1;num="+a+"?";
	if(bAlerts) alert("Logged Doubleclick Impression: \n" + getDoubleClickImage.src);
}

