var myScroller1 = new Scroller(0, 0, 463, 16, 0, 1);
myScroller1.setColors("#ffffff", "#536EB5", "#000000");
myScroller1.setFont("Arial, Helvetica, sans-serif", 2);
myScroller1.addItem("<b>Click here for <a class='ticker' href='http://cheaptravelnetwork.com'>Cheap Travel Network</a>, the net\'s #1 Travel site!</b>");
myScroller1.addItem("<b>Visit <a class='ticker' href='http://www.cheaphotelsnetwork.com'>Cheap Hotels Network</a>, 40.000 Hotels with Special Internet Rates!</b>");
myScroller1.addItem("<b>Looking for Free Travel Quotes? Visit <a class='ticker' href='http://cheapflightsnetwork.com'>Cheap Flights Network.</a>");
myScroller1.addItem("<b>Find the internet lowest car rental rates, at <a class='ticker' href='http://cheapcarrentalnetwork.com'>Cheapcarrentalnetwork.com.</a></b>");

function runmikescroll() {

  var layer;
  var mikex, mikey;

  // Locate placeholder layer so we can use it to position the scrollers.

  layer = getLayer("placeholder");
  mikex = getPageLeft(layer);
  mikey = getPageTop(layer);

  // Create the first scroller and position it.

  myScroller1.create();
  myScroller1.hide();
  myScroller1.moveTo(mikex, mikey);
  myScroller1.setzIndex(100);
  myScroller1.show();
}

window.onload=runmikescroll

