/* Customer Javascript */

Ext.onReady(function(){
 
  if(Ext.get('appointment')){
   Ext.get('appointment').first().replaceWith({tag: 'a',  href: '/appointment.html', html: 'CONTACT US' });
  }
 
});
