function popupPage (url, w, h) {
	if (!w) w = 500;
	if (!h) h = 400;
	
	win = window.open(url,"racPopup","toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=" + w + ",height=" + h);
	if (!win) return;
	
	win.focus();
}

function spotlightTrack (cat)
{
	var axel = Math.random()+"";
	var a = axel * 10000000000000;
	document.write('<IFRAME SRC="http://fls.au.doubleclick.net/activityi;src=1899797;type=racin001;cat=' + cat + ';ord=1;num='+ a + '?" WIDTH=1 HEIGHT=1 FRAMEBORDER=0></IFRAME>');
}