window.onload = function() {
	
	var options = {
		script: "http://www.coastrentals.com/beachgen.php?",
		varname: "input",
		timeout: "1500",
		minchars: "3",
		delay: "250",
		cache: "true"
	};
	var as = new AutoSuggest('searchBox', options);
}