function ThoTracker(){
    var s = document.cookie;                                                                                                  
    if( document.location.search.indexOf('a=y')==-1 &&                                                                        
        document.location.search.indexOf('a=m')==-1 &&                                                                        
        document.location.search.indexOf('a=g')==-1 &&                                                                        
        s.indexOf('_icm_ad_on=on')==-1 )                                                                                      
    return false;                                                                                                         
    document.cookie = "_icm_ad_on=on;";                                                                                       
    var o = document.getElementById('need_estimate');
    if (o){
	o.innerHTML = '416-800-8830';
    }					    
}


ThoTracker();
