Ext.namespace("THSite.jsp");THSite.jsp.BecomeTravelhost=Ext.extend(THSite.ExtInitApp,{init:function(){var b="Discover What It's Like to be a Travel Host";var a=new THSite.controls.BillboardSlideshow({duration:5000,transition:2000,autoStart:true,billboards:[{text1:b,image:"/image/billboard/travelhost-representative-testimonial-savanah.png",altText:"career business opportunity magazine self employed independent advertising sales"},{text1:b,image:"/image/billboard/travelhost-representative-testimonial-lubbock.png",altText:"career business opportunity magazine self employed independent advertising sales"},{text1:b,image:"/image/billboard/travelhost-representative-testimonial-tulsa.png",altText:"career business opportunity magazine self employed independent advertising sales"}]});a.on("selected",this.onSlideSelected,this);this.slideTextTemplate=new Ext.XTemplate('			<dl><dt>{name}, </dt><dd>{location}</dd></dl>			{text}			<div class="water-text">WANT TO LOVE WHAT YOU DO?</div>			<div class="learn-more"><a href="/travel-host/love"><img src="/image/Link_Learn_More_Blue.png"/></a></div>');this.slideText=[{name:"TIFFANY ALTMAN",location:"Savannah",text:'<p>"I love my job and always have. Travelhost has allowed me to enjoy be a wife, mother and very active in my church and still have a career. I enjoy being able to make my own schedule and be with my family whenever I choose or need to be."</p>'},{name:"KARL RIVERS",location:"Lubbock",text:'<p>"After getting to know the folks at Travelhost, I, ultimately, made a decision, &quot;to serve the traveler&quot;. The major deciding factors for me were the quality of the magazines, being able to be in business for myself again and setting the ethics for my business, and the combination of freedom of schedule and income potential that met my goals."</p>'},{name:"JIM JACKMAN",location:"Pikes Peak Region",text:'<p>"After 16 years in radio sales and working for someone else, I was ready to reap the rewards of being my own boss. I am financially rewarded for my hard work and I set my own schedule. TRAVELHOST offers me the freedom to succeed, as well as providing support. TRAVELHOST has become a household name with an excellent reputation in the travel industry and I am proud to be a part of that."</p>'}];this.pageContent=new Ext.Panel({renderTo:Ext.select(".pub-site-content").first(),layout:"anchor",border:false,items:[a,{html:this.slideTextTemplate.apply(this.slideText[0]),cls:"billboard-description",border:false}]})},onSlideSelected:function(a){this.slideTextTemplate.overwrite(Ext.select(".billboard-description .x-panel-body").first(),this.slideText[a]);this.pageContent.doLayout()}});THSite.jsp.becomeTravelhost=new THSite.jsp.BecomeTravelhost();
