var ProjectUtils = { BuildHashSearch:function(bHash,sSearchFor,sType,sWhat,sSubtype,sCategory,sClassification,sRegion,sLocal,sRadius,sAttributes,sPage,callback,context){return new ajax_request(this.url + '?_method=BuildHashSearch&_session=no','bHash=' + enc(bHash)+ '\r\nsSearchFor=' + enc(sSearchFor)+ '\r\nsType=' + enc(sType)+ '\r\nsWhat=' + enc(sWhat)+ '\r\nsSubtype=' + enc(sSubtype)+ '\r\nsCategory=' + enc(sCategory)+ '\r\nsClassification=' + enc(sClassification)+ '\r\nsRegion=' + enc(sRegion)+ '\r\nsLocal=' + enc(sLocal)+ '\r\nsRadius=' + enc(sRadius)+ '\r\nsAttributes=' + enc(sAttributes)+ '\r\nsPage=' + enc(sPage),callback, context);}, url:'/pturismo/csharpwrapper/Accenture.PortalTourism.Common.ProjectUtils,Microsoft.Solutions.InternetBusiness.ashx' }