I have this code, and have also tried something similar using the $.getJson function:
jQuery(document).ready(function(){ var kiva_url = \"http://api.kiva
maybe this can help with jsonp:
http://remysharp.com/2007/10/08/what-is-jsonp/