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

  if(Ext.get('location')){
    Ext.get('location').first().replaceWith({tag: 'a',  href: '/promotions.html', html: 'PROMOTIONS' });
  }

});

