$(document).ready(function() {
  if ( $(".runmap").html() ) {

//    var body = document.getElementsByTagName('head').item(0);
//   script = document.createElement('script');
//    script.src = $(".runmap").html();
//    script.type = 'text/javascript';
//    script.id = 'runmap';
//    body.appendChild(script);

//$.ajax({
//  type: "GET",
//  url: $(".runmap").html(),
//  dataType: "script",
//  contentType: "application/x-www-form-urlencoded;charset=ISO-8859-1",
//});

$.ajax({
  type: "GET",
  url: $(".runmap").html()+"&u=2",
  dataType: "script"
});

  }
});

