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>USA - New Zealand $750rt<a class='ticker' href='http://cheaptravelnetwork.com/quotes/' target='_blank'> Get a Free Quote</a></b>");
myScroller1.addItem("<b>USA - Buenos Aires $550rt<a class='ticker' href='http://cheaptravelnetwork.com/quotes/' target='_blank'> Get a Free Quote</a></b>");
myScroller1.addItem("<b>New York - London $295rt<a class='ticker' href='http://cheaptravelnetwork.com/quotes/' target='_blank'> Get a Free Quote</a></b>");
myScroller1.addItem("<b>New York - Paris $625rt<a class='ticker' href='http://cheaptravelnetwork.com/quotes/' target='_blank'> Get a Free Quote</a></b>");
myScroller1.addItem("<b>New York - Istanbul $475rt<a class='ticker' href='http://cheaptravelnetwork.com/quotes/' target='_blank'> Get a Free Quote</a></b>");
myScroller1.addItem("<b>USA - Rio/Santiago/Buenos Aires $1950rt BUSINESS CLASS<a class='ticker' href='http://cheaptravelnetwork.com/quotes/' target='_blank'> Get a Free Quote</a></b>");
myScroller1.addItem("<b>Get a Free Fare Quote <a class='ticker' href='http://cheaptravelnetwork.com/quotes/' target='_blank'> Please Click Here</a>, the Cheapest Way to Travel !</b>");
myScroller1.addItem("<b>Los Angeles - Mexico City $346rt<a class='ticker' href='http://cheaptravelnetwork.com/quotes/' target='_blank'> Get a Free Quote</a></b>");
myScroller1.addItem("<b>US West Coast - Sydney/Melbourne $883rt<a class='ticker' href='http://cheaptravelnetwork.com/quotes/' target='_blank'> Get a Free Quote</a></b>");
myScroller1.addItem("<b>US West Coast - Auckland $767rt<a class='ticker' href='http://cheaptravelnetwork.com/quotes/' target='_blank'> Get a Free Quote</a></b>");
myScroller1.addItem("<b>New York - Bombay/Delhi $895rt<a class='ticker' href='http://cheaptravelnetwork.com/quotes/' target='_blank'> Get a Free Quote</a></b>");
myScroller1.addItem("<b>New York - Rio de Janeiro $450rt<a class='ticker' href='http://cheaptravelnetwork.com/quotes/' target='_blank'> Get a Free Quote</a></b>");
myScroller1.addItem("<b>Miami - Buenos Aires $398rt<a class='ticker' href='http://cheaptravelnetwork.com/quotes/' target='_blank'> Get a Free Quote</a></b>");
myScroller1.addItem("<b>Miami - Santiago $387rt<a class='ticker' href='http://cheaptravelnetwork.com/quotes/' target='_blank'> Get a Free Quote</a></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
