test("jQuery.ajax() - JSONP, Remote", function() {
expect(4);
var count = 0;
function plus(){ if ( ++count == 4 ) start(); }
var base = window.location.href.replace(/\?.*$/, "") + '/';
stop();
jQuery.ajax({
url: base + "data/jsonp.php",
// the rest of the test