/* Customer Javascript */

Ext.onReady(function(){
 
  if(Ext.get('location')){
   Ext.get('location').first().replaceWith({tag: 'a',  href: '/join-our-team.html', html: 'JOIN OUR STAFF' });
  }
 
});

