/* Customer Javascript */

Ext.onReady(function(){

 

  if(Ext.get('location')){

    Ext.get('location').first().replaceWith({tag: 'a',  href: '/offices.html', html: 'OUR LOCATIONS' });

  }



});

