var marquee;
var html = '';

function init() {
  marquee.start();
}

html = '';

html += "<span class=\"info\">Welcome to Leisure and Cultural Services Department's Website.</span>&nbsp;&nbsp;";

marquee = new xbMarquee('marquee', 18, 350, 1, 20, 'left', 'scroll', html);
window.onload=init;

