The autosuggest.
js doesn't work for safari. This may not be the best fix, but if you add the following line:
oHttp.setRequestHeader('Content-Type','text/html');
after this line:
oHttp.open("post","suggestions.php", true);
things work ok. For some reason safari doesn't default the content type.