Ext.namespace("THSite.controls.th");THSite.controls.th.ThFeature={features:{explore:{image:"/image/feature/travelhost-explore-destinations-blue-space-needle.png",altText:"travel where to visit explore city",text1:"Explore",text2:"Where to go and<br/>what to do",onclick:"THSite.controls.th.SelectMarketDialog.show();"},join:{image:"/image/feature/travelhost-blue-unitedstates-community.png",altText:"join travel magazine information community free membership",text1:"Join",text2:"The TRAVELHOST<br/>advertiser community",href:"/travel-host/registration"},learn:{image:"/image/feature/travelhost-magazine-working-female-home.png",altText:"travel magazine business opportunity flexible schedule independent sales professional",text1:"Learn",text2:"More about becoming one<br/>of our Travel Hosts",href:"/travel-host/beatravelhost"},advertise:{image:"/image/feature/travelhost-advertising-bullseye-feature.png",altText:"travel magazine target marketing advertising reach city travelers",text1:"Advertise",text2:"Nationally and locally.<br/>We market to your market.",href:"/travel-host/advertising"},reach:{image:"/image/feature/Feature_Hundreds_of_Cities.png",text1:"Reach",text2:"Hundreds of Cities with TRAVELHOST magazine",href:"/travel-host/advertising/aboutus"},drive:{image:"/image/feature/Feature_Around_the_World.png",text1:"Drive",text2:"Traffic to your destination with<br/>TRAVELHOST",onclick:function(){window.open("/pdf/NationalMediaKit.pdf","NationalMediaKit")}},request:{image:"/image/feature/Feature_Request_Info.png",text1:"Request",text2:"Information and learn more<br/>about the business",onclick:'THSite.other.ContactUsInfoDialog.show("ADVERTISING")'}},render:function(){var a=[];var d=Array.prototype.slice.call(arguments,0);for(var c=0;c<d.length;c++){var b=THSite.controls.th.ThFeature.features[d[c]];if(!b){continue}a.push(new THSite.controls.Feature({renderTo:Ext.select(String.format('.pub-site-features [name="feature{0}"]',c+1)).first(),image:b.image,text1:b.text1,text2:b.text2,href:b.href,onclick:b.onclick}))}return a}};