var scroller  = null;
												var scrollbar = null;
												window.onload = function () {
  												scroller  = new Scrolling.Scroller(document.getElementById("Scroller-1-Hr"), 400, 150);
 												scrollbar = new Scrolling.Scrollbar(document.getElementById("Scrollbar-Container-Hr"), scroller, new Scrolling.ScrollTween());
												}
