var kw = { encoding:"UTF-8", url:"searchHotel?city="+encodeURI(city), mimetype:"text/xml", load:function(type,data,evt){ }, error:function(type,error){ alert(error); } }; dojo.io.bind(kw);