/* Customer Javascript */
Ext.onReady(function(){
    if(Ext.get(Ext.query('#appointment a'))){
         Ext.get(Ext.query('#appointment a')).replaceWith({tag: 'a',  href: '/patients.html#map', html: 'MAP &amp; DIRECTIONS' });
   }
});

