if(typeof TPP == "undefined") TPP={};
if(typeof TPP.WebUtilities == "undefined") TPP.WebUtilities={};
if(typeof TPP.WebUtilities.Controls == "undefined") TPP.WebUtilities.Controls={};
if(typeof TPP.WebUtilities.Controls.AutoSuggestBox == "undefined") TPP.WebUtilities.Controls.AutoSuggestBox={};
TPP.WebUtilities.Controls.AutoSuggestBox_class = function() {};
Object.extend(TPP.WebUtilities.Controls.AutoSuggestBox_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	url: '/ajaxpro/TPP.WebUtilities.Controls.AutoSuggestBox,TPP.WebUtilities.ashx'
}));
TPP.WebUtilities.Controls.AutoSuggestBox = new TPP.WebUtilities.Controls.AutoSuggestBox_class();



