var options = {
	script:"?module=autosuggest&json=true&",
	varname:"strKeywords",
	json:true,
	shownoresults:false,
	callback: function (obj) { document.getElementById('suggest').value = obj.id; }
};
var as_json = new bsn.AutoSuggest('strKeywords', options);

/*
var options_xml = {
	script:"ajax_textbox.php?",
	varname:"input"
};
var as_xml = new AutoSuggest('keywords_xml', options_xml);
*/
