/* Customer Javascript */

Ext.onReady(function(){
 if(Ext.getBody().id == 'page-local-pikesville-md--dentist--gentle-family-dentistry' || Ext.getBody().id == 'page-cosmetic-dentistry' || Ext.getBody().id == 'page-no-stress-dental-procedures-through-sedation-dentistry' || Ext.getBody().id == 'page-landing-implants---the-solution-for-missing-teeth-dental-implants' || Ext.getBody().id == 'page-get-beautiful-teeth-with-natural-looking-stain-resistant-veneers' || Ext.getBody().id == 'page-invisalign-straighter-teeth-without-braces'){
   var nodes = Ext.select("link[href*=customer.css]");
   nodes.removeElement(nodes.first(), true);
 }
});

