function trackads(adid,urlbase)
{  
record_stats = new Image ;
record_stats.src = urlbase+'adsupdate.cfm?adid='+adid; 
return true;
}



