function atlasGetCobrand()
{
var cbr;
if(document.cookie.indexOf("cobrand=")==-1)
	return "sm";
cbr=document.cookie.substr(document.cookie.indexOf("cobrand="));
if(cbr.indexOf(";")!=-1)
	cbr=cbr.substr(8,cbr.indexOf(";")-8);
else
	cbr=cbr.substr(8);
if(cbr=="")
	cbr="sm";
return cbr;
}
function atlasTag(tag1)
{
var atlPix;
atlPix=new Image();
if(tag1!='')
	atlPix.src="http://tracking.starmedia.com/track.gif?TAG="+tag1+"&REF="+escape(document.referrer).replace("http%3A//","http://")+"&FSB_SORM_KEY="+(Math.random()*100000000000000000000);


else
	atlPix.src="http://tracking.starmedia.com/track.gif?REF="+escape(document.referrer).replace("http%3A//","http://")+"&NSA_ECHELON_ID="+(Math.random()*100000000000000000000);	
}



