 // Define the scroller.

if (screen.width <= 1024) {
  var myScroller = new Scroller(20, 565, 200, 5, -3, 12);
}

if (screen.width >=1152) {
  var myScroller = new Scroller(80, 565, 200, 5, -3, 12);
}

  myScroller.setColors("#000000", "#ffffff", "#ffffff");
  myScroller.setFont("verdana", 1);
  myScroller.setSpeed(75);
  myScroller.setPause(1900);
  myScroller.addItem("<font size='1.5'><a class=link-text1 href=#.aspx><b>Apollo Hospital starts clinic on child care.<font size='1.5'></a></font>");





  
  function init() {
    // Initialize the scroller.

    myScroller.create();
  }
