if(!window.jQuery){
	document.write('<script type="text/javascript" src="/shop/js/jquery.js"></script>'); 
}
if(document.getElementById("searchkeyword") != "undefined"){
	document.write('<script type="text/javascript" src="/__js/bsn.AutoSuggest_2.1.3.js"></script>');
	document.write('<link rel="stylesheet" href="/__css/autosuggest_inquisitor.css" type="text/css" />');
window.onload = function (){
var s = document.createElement('script');
      s.type = 'text/javascript';
      s.charset = 'UTF-8';
s.text='var options_xml = {script: function (input) { return "/autosuggest/test.php?input="+input+"&limit=10"; },varname:"input"};var as_xml = new bsn.AutoSuggest("searchkeyword", options_xml);';
document.body.appendChild(s);
}}


