useBSNns=true; var opts_json={
	script:"/inc/AutoComplete_where_r3.php?",delay:200,timeout:5000,cache:false,shownoresults:false,callback:function(obj){
		document.getElementById('location').value=obj.value+', '+obj.info;
		if (obj.pml_L)document.getElementById('pml_L').value=obj.pml_L;
		}, json:true
	};
var as_json=new bsn.AutoSuggest('location',opts_json);
