var tCT=40;var theStoryTimeout=3000;var tWO="_";var tWT="-";var tWN="";var tIc=tS.length;var NS6=(document.getElementById && !document.all)?true:false;
function startTicker()
{tCS=-1;tCL=0;if(document.getElementById){runTheTicker();}else{document.write("<style>.ticki{display:none;}.ticko{border:0px; padding:0px;}</style>");return true;}}
function runTheTicker(){
var mYt;if(tCL==0){tCS++;tCS=tCS%tIc;tSS=tS[tCS];tTL=tSL[tCS];}var tXt=tSS.substring(0,tCL)+whatWidget();
if(tTL){if(NS6){document.getElementById("theTicker").innerHTML='<a  class=jstop   href="'+ tTL +'" target="_top">'+tXt+'</a>';}else{document.all.theTicker.innerHTML='<a  class=jstop  href="'+ tTL +'" target="_top">'+tXt+'</a>';}}else{if(NS6){document.getElementById("theTicker").innerHTML='<span>'+tXt+'</span>';}else{document.all.theTicker.innerHTML='<span>'+tXt+'</span>';}}
if(tCL != tSS.length){tCL++;mYt=tCT;
	}
	else
	{
		tCL = 0;
		mYt = theStoryTimeout;
	}
	// Call up the next cycle of the ticker
	setTimeout("runTheTicker()", mYt);
}

// Widget generator
function whatWidget()
{
	if(tCL == tSS.length)
	{
		return tWN;
	}

	if((tCL % 2) == 1)
	{
		return tWO;
	}
	else
	{
		return tWT;
	}
}