/*
Mike's DHTML scroller (By Mike Hall)
Permission granted to Dynamicdrive.com to include script in archive
For this and 100's more DHTML scripts, visit http://dynamicdrive.com
*/

var myScroller1 = new Scroller(0, 0, 140, 250, 0, 0);
myScroller1.setColors("#000000", "#FFFFFF", "#FFFFFF");
myScroller1.setFont("Helvetica,Verdana,Arial", 2);
myScroller1.addItem("What really ate at me is that it would be impossible to work any harder...and I still wasn't making any money. Because of <a href=http://www.e-myth.com/cs/public/view/prod/53>E-Myth Mastery</a> we plan to <strong>double the business over the next eighteen months</strong>.<br><br><em><a href=http://secure.emythworldwide.com/contractor/testimonials.htm>Gary Nash, Nash Construction, Virginia</a></em>");
myScroller1.addItem("<a href=http://www.e-myth.com/cs/public/view/prod/53>E-Myth Mastery</a> has helped me to believe that my business can and will work more effectively. What's more, <strong>my business has grown from $600,000 to $2.7 million</strong> per year and my profitability continues to skyrocket.<br><br><em><a href=http://secure.emythworldwide.com/contractor/testimonials.htm>David Harvey, Reno Green Landscaping, Inc., Nevada</a></em>");
myScroller1.addItem("The E-Myth 'way' cuts through all the clutter and gets to the root of the problem.  I could not go to Harvard Business School and get <a href=http://www.e-myth.com/cs/public/view/prod/53>this kind of education</a>.  This is a 'real world' application.<br><br><em><a href=http://secure.emythworldwide.com/contractor/testimonials.htm>George Bishop, Advanced Heating Concepts, New York</a></em>");

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