/* Customer Javascript */
Ext.onReady(function(){
   Ext.select('#searchSubmitButton > img').first().dom.src='/images/searchImage.png';
});

