/* Customer Javascript */

Ext.onReady(function(){
 
  if(Ext.select('.directions')){
   Ext.select('.directions a').replaceWith({tag: 'a',  href: '/driving-directions.html', html: 'Get Directions'  });
 
  }
 
});

