	var options = {
		script:"ajaxer/ajax.asp?event=AUTOCOMPLETE-PRODUCT&limit=25&",
		delay:250,
		timeout:10000,
		varname:"data",
		json:true,
		shownoresults:false,
		maxresults:25,
		callback: function (obj) { document.location.href='?event=DISPLAY&sku=' + obj.id;
		document.productsearch.action = '?event=DISPLAY&sku=' + obj.id ;
		}
	};
	var as_json = new bsn.AutoSuggest('searchinput', options);
	
