jQuery.postJSON = function(url, data, callback) {
  jQuery.post( url, data, callback, "json") ;
}
