
function InitTickers(){

	try{
		NewsTickerInit();
	} catch(ex){}

	try {
		EventTickerInit();
	} catch(ex){}

}
