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