/* Customer Javascript */
Ext.onReady(function(){

  if(Ext.get('appointment')){
    Ext.get('appointment').first().replaceWith({tag: 'a',  href: '/monthly-feature.html', html: 'MONTHLY FEATURES' });
  }

});