
  function initScroll() {

    // Initialize the scroller.

  layer = getLayer("placeholder");
  x = getPageLeft(layer);
  y = getPageTop(layer);

  var myScroller = new Scroller(x, y, 500, 20, 0, 2);
  myScroller.setColors("#000000", "#DBDCE3", "#000000"); // font + bg + border color
  myScroller.setFont("Verdana,Arial,Helvetica", 1);
  myScroller.setSpeed(100);
  myScroller.setPause(1000);  
myScroller.addItem("\<left>The official website of ESI Corporation,Sub Regional Office,Coimbatore</left>");
myScroller.addItem("\<left><b> DO YOU KNOW ?????</b></left>");
myScroller.addItem("\<left> ESI Corporation has insured Seven Million Workers</left>");
myScroller.addItem("\<left> Coimbatore Sub Region alone have 2.67 Lakhs Insured Workers</left>");
myScroller.addItem("\<left> The ESI Corporation covers 3.2 Crores Beneficiaries all over India</left>");
myScroller.addItem("\<left> The Sub Regional Office, Coimbatore Covers around <b>One Million </b> Beneficiaries</left>");
myScroller.addItem("\<left> ESI Hospital, Coimbatore have 14 Speciality Departments including Siddha.</left>");
myScroller.addItem("\<left> ESI Hospital has 500 beds</left>");
myScroller.addItem("\<left> 400 patients visit the OPD of the ESI Hospital, Coimbatore daily</left>");
myScroller.addItem("\<left> A Cardiology Department and Neurology Department are being opened in ESI Hospital, Coimbatore</left>");
myScroller.addItem("\<left> Revolving Fund constituted for Super Speciality Treatment to Beneficiaries</left>");

    myScroller.create();
  }
















