/* Customer Javascript */

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

