/* Customer Javascript */
Ext.onReady(function(){
  if(Ext.get('location')){

    Ext.get('location').first().replaceWith({tag: 'a',  href: '/Baker-Cadra.html', html: 'OUR LOCATION' });

  }
});

