function trackclick(url, aid, atxt,type) {
    if(document.images){ 
        var temp = new Image();
	temp.src="http://www.trafficspoke.com/clicky.php?url="+url+"&aid="+aid+"&atxt="+atxt+"&loc="+document.location+"&type="+type; 
	// temp.onload() = function(){document.location.href=URL};
    } 
    return true;
}
