<!----
var Toggle =1;
	function MStop()	{  Toggle =0;  NewsMarQuee.stop();	}
	function MStart()	{  Toggle =1;  NewsMarQuee.start();	}
	function movr(src,clrOver){ if (!src.contains(event.fromElement)) { src.style.cursor = 'hand';	src.bgColor = clrOver;}}
	function mout(src,clrIn) { if (!src.contains(event.toElement)) { src.style.cursor = 'default'; src.bgColor = clrIn;	}}
	
//-->

