/* Customer Javascript */

Ext.onReady(function(){
    if(Ext.get('btn_appointment')){
         Ext.get('btn_appointment').first().replaceWith({tag: 'a',  href: '/kids-dentistry.html', html: '' });
   }
});
