/* Customer Javascript */


Ext.onReady(function(){
    if(Ext.get('appointment')){
         Ext.get('appointment').first().replaceWith({tag: 'a',  href: 'http://domino-23a.blueorchidmarketing.com/BOM.nsf/Appointment2?OpenForm&campaign=RegContact&destdb=MFSContacts', html: 'Appointment Request' });
   }
});
