$.getJSON("http://query.yahooapis.com/v1/public/yql?callback=?", {
q: "{{_cursor_}}",
format: "json"
}, function (data) {
});