// http://imgur.com/gallery.json {"gallery":[{"hash":"b90ZE","title":"This is called ..."}]} // becomes // http://imgur.com/gallery.json?callback=my_handler my_handler({"gallery":[{"hash":"b90ZE","title":"This is called ..."}]})