<!--
  images = new Array(2);
  images[0] = "<a href='http://www.elecscoot.co.uk/acatalog/electric-scooters-elecscoot-consett-durham.html'><img src='http://www.elecscoot.co.uk/acatalog/images/NEW-es3-header.gif' title='The NEW Elecscoot 3 with the new pull out battery pack'></a>";
  images[1] = "<a href='http://www.elecscoot.co.uk/acatalog/electric-scooters-elecscoot-direct-online.html'><img src='http://www.elecscoot.co.uk/acatalog/images/NEW-es4-header.gif' title='The NEW Elecscoot 4 with all new specifications'></a>";
  index = Math.floor(Math.random() * images.length);
  document.write(images[index]);
-->