addNamespace("WK.Templates.ProductLocator");
WK.Templates.ProductLocator.ProductLocator_class = Class.create();
WK.Templates.ProductLocator.ProductLocator_class.prototype = (new AjaxPro.Request()).extend({
	initialize: function() {
		this.url = "/WK/ajaxpro/WK.Templates.ProductLocator.ProductLocator,WK.ashx";
	}
})
WK.Templates.ProductLocator.ProductLocator = new WK.Templates.ProductLocator.ProductLocator_class();

