n_timeOut=3;//seconds
n_speed=6000;//1000 = 1 second
n_alternativeHTML='&nbsp;';
n_content=[];
n_t=0;
n_cur=0;
n_timeOut*=1000;

n_p = "onmouseover=clearTimeout(n_TIM) onmouseout=n_TIM=setTimeout('n_new()',1000)>";

function n_new()
{
	var O,mes;
	O = document.getElementById('news');
	//mes=n_content[n_t][0]!=""&&n_cur==n_l?('<a href="'+n_content[n_t][0]+'" target="'+n_content[n_t][2]+'" class="nnewsbar"'+n_p+n_content[n_t][1].substring(0,n_cur)+n_leadingSign+"</a>"):("<span class=nnewsbar>"+n_content[n_t][1].substring(0,n_cur)+n_leadingSign+"</span>");
	mes ='<a href="'+n_content[n_t][0]+'" target="'+n_content[n_t][2]+'" class="nnewsbar"'+n_p+n_content[n_t][1]+"</a>";
	O.innerHTML=mes;

		n_TIM=setTimeout("n_new()",n_timeOut);
		n_t++;
		if(n_t==n_content.length)n_t=0;
		n_l=n_content[n_t][1].length;
};