function cross_simple(data) 
{
  jQuery(window.crossPromo.simpleContainer).append(data);
}

jQuery.getJSON(window.crossPromo.simpleDataUrl+"?callback=?", {
crossDomain : true, dataType : "json", jsonp : true, jsonpCallback : "cross_simple"});

