var PlanSearchCtl = { LoadDropDownLists:function(beds,elevation,price,squareFeet,community,city,garage,callback,context){return new ajax_request(this.url + '?_method=LoadDropDownLists&_session=no','beds=' + enc(beds)+ '\r\nelevation=' + enc(elevation)+ '\r\nprice=' + enc(price)+ '\r\nsquareFeet=' + enc(squareFeet)+ '\r\ncommunity=' + enc(community)+ '\r\ncity=' + enc(city)+ '\r\ngarage=' + enc(garage),callback, context);}, url:'/ajax/VillageHomes.Controls.PlanSearchCtl,VillageHomes.ashx' }