// JavaScript Document
function stop()
{
	clearInterval(zm);
}
function start()
{
	zm=setInterval("news_ticker();",20);
}