<!--
tDelimiter  ='';
tInterval   =10;
tStop       =true;
tRepeat     =1;
tBorder     ='0';
tWidth      =700;
tHeight     =99;
tPadding    =0;

IE=document.all&&!window.opera;DOM=document.getElementById&&!IE;
if(DOM||IE){
	var tGo;tPos=200; 
	var direction = 0;
	function start_ticken(){
		tStop=tStop?'onmouseover="clearInterval(tGo)"onmouseout="if(st){tGo=setInterval(\'DM_ticken()\','+tInterval+');}"':'';
		tTxt=tDelimiter+tNews.join(tDelimiter);
		tNews=tTxt;
		for(i=1;i<tRepeat;++i){
			tNews+=tTxt;
		}
		document.write('<div style="overflow:hidden;border:'+tBorder+';width:'+
		tWidth+'px;height:'+tHeight+'px;padding:'+tPadding+'px 0px '+tPadding+'px 0px; background-color: #d6e4f5;">'+
		'<span id="ticker"'+tStop+'>'+tNews+'</span></div>'); 
		tObj=IE?document.all.ticker:document.getElementById('ticker');
		tGo=setInterval('DM_ticken()',tInterval);
		sg=1;
		st=true;
	}
	function DM_ticken(){
		tOffset=((tObj.offsetWidth/tRepeat)-500)*(-1);
		if(tPos < tOffset){direction = 1;}
		if(tPos > 200){direction = 0;}
		tObj.setAttribute("style","position:relative; left:"+tPos+"px;");
		if(direction == 0) tPos--;
		else tPos++;
	}
	function stop_n_go(o){
		st=(sg==1)?false:true;
		et=(sg==1)?' go ':'stop';
		sg=(sg%2)+1;
		o.value=et;
		tGo=(sg==2)?clearInterval(tGo):setInterval('DM_ticken()',tInterval);
	}
}
//-->

