/* Customer Javascript */

Ext.onReady(function(){
 
  if(Ext.get('location')){
   Ext.get('location').first().replaceWith({tag: 'a',  href: '/Dr-Feit.html', html: 'OUR LOCATION' });
  }
 
});
 