function InitTickers() {
	try {
		TickerInit();
	} catch(ex) {
		//alert("Error while initialize scroller: " + ex);
	}
}
