Cwo.RegisterNamespace("Cwo.AutoCompleteGeneric.Landing.SingleSearch");Cwo.AutoCompleteGeneric.Landing.SingleSearch=function(){var a=this;this.InstanceInformation={Textbox:Object};$(document).ready(function(){$("#"+a.InstanceInformation.ResultsContainerId).css("display","none")});this.OverrideSearchClick=function(){this.RedirectUser()};this.OverrideItemSelect=function(){this.RedirectUser()};this.RedirectUser=function(){var d=a.InstanceInformation.Textbox.val(),e="",b,c;if(this.InstanceInformation.Data!==null){b=$.parseJSON(this.InstanceInformation.Data);c=b.SearchType;if(b.SearchType==="Buy"){e="/buy/search/"}else{if(b.SearchType==="Rent"){e="/rent/search/"}else{if(b.SearchType==="Sell"){e="/findanagent/"}}}e+=d;if(b.BranchType!==undefined){e+="/";e+=b.BranchType}if(b.Promotion!==undefined){e=e+"/p "+b.Promotion+"/"}if(e.length>0){window.location=e}}}};
