function startTicker(){theCurrentStory=1;theCurrentLength=0;if(document.getElementById){theAnchorObject=document.getElementById("tickerAnchor");runTheTicker()}
else{document.write("");return true}}
function runTheTicker(){var myTimeout;if(theCurrentLength==0){theCurrentStory++;theCurrentStory=theCurrentStory%theItemCount;theStorySummary=theSummaries[theCurrentStory].replace(/&quot;/,'"');theTargetLink=theSiteLinks[theCurrentStory];if(theTypeLinks[theCurrentStory]=='in'){theAnchorObject.target='_self'}
else{theAnchorObject.target='_blank'}
theAnchorObject.href=theTargetLink;}
theAnchorObject.innerHTML=theStorySummary.substring(0,theCurrentLength)+whatWidget();if(theCurrentLength!=theStorySummary.length){theCurrentLength++;myTimeout=theCharacterTimeout}
else{theCurrentLength=0;myTimeout=theStoryTimeout}
setTimeout("runTheTicker()",myTimeout)}
function whatWidget(){if(theCurrentLength==theStorySummary.length){return theWidgetNone}
if((theCurrentLength%2)==1){return theWidgetOne}
else{return theWidgetTwo}}
var nFontSize;
function getDefaultFontSize(){return 10}
function getActiveFontSize(n){return nFontSize}
function setActiveFontSize(n){var o=(document.getElementById)?document.getElementById('body'):document.all('Content');if(o){o.style.fontSize=n+'px'}
nFontSize=n};
function changeSize(n){nFontSize=nFontSize+n;if(nFontSize>13){nFontSize=13}else if(nFontSize<8){nFontSize=8}
setActiveFontSize(nFontSize)};
