/* (c) 2008 perfecthunter.com */
showAdvert=function(){Ext.BLANK_IMAGE_URL='scripts/extjs/resources/images/default/s.gif';var wizard=new Ext.ux.Wiz({width:800,height:590,cancelButtonText:'Close',headerConfig:{height:0},border:false,cardPanelConfig:{defaults:{height:0,baseCls:'x-small-editor',bodyStyle:'margin-left:auto;margin-right:auto;background-color:#ffffff;',border:false}},listeners:{finish:{fn:function(){}}},cards:[new Ext.ux.Wiz.Card({items:[{border:false,bodyStyle:'background:none;',html:'<img src="/lsprings/images/firmbase/pastor-message-2010.jpg" height="100%" width="100%">'}]})]});wizard.show();};