function getEntaAllPlays() {
  var url = 'http://www.malmostadsteater.se/TransportNoCache.php?';
  //var pars = "url=http://nettbillett.billettportalen.no/msttest/EVENTLISTFULL.ASPX";
  var pars = "url=http://boka.malmostadsteater.se/mst/EVENTLISTFULL.ASPX";
  new Ajax.Request(
    url,
    {
      method: 'post',
      postBody: pars,
      encoding: 'ISO-8859-1',
      onSuccess: function(resp) {
          $('entaShowAllPlays').innerHTML = resp.responseText.replace('﻿','');
          acal = new calclick('entaShowAllPlays');
      },
      onFailure: function(resp) {
          $('entaShowAllPlays').innerHTML = '><h1>Fel</h1>';
      },
      parameters: '' //**'shoid=' + enta_shoid**//
    });
}

function getEntaAllPlays2() {
  var url = 'http://www.malmostadsteater.se/TransportNoCache.php?';
  //var pars = "url=http://billettsystem.billettportalen.no/msttest/EVENTLISTFULL.ASPX";
  var pars = "url=http://boka.malmostadsteater.se/mst/EVENTLISTFULL.ASPX";
  new Ajax.Request(
    url,
    {
      method: 'post',
      postBody: pars,
      encoding: 'ISO-8859-1',
      onSuccess: function(resp) {
          $('entaShowAllPlays').innerHTML = resp.responseText.replace('﻿','');
          acal = new calclick('entaShowAllPlays');
      },
      onFailure: function(resp) {
          $('entaShowAllPlays').innerHTML = '><h1>Fel</h1>';
      },
      parameters: '' //**'shoid=' + enta_shoid**//
    });
}