function init(){
	if(typeof(startList)!="undefined"){startList('nav-list');}
	if(typeof(clock)!="undefined"){int=setInterval("clock()",1000);}
	if(typeof(linkEdit)!="undefined"){
		if(typeof(curentpage)!="undefined"){linkEdit(curentpage);}
	}
	ts=document.getElementById("sections");
	if(typeof(Ninbar)!="undefined"){
		document.getElementById('prev-story').onmouseover=function(){this.className="over";}
		document.getElementById('prev-story').onmouseout=function(){this.className="";}
		document.getElementById('next-story').onmouseover=function(){this.className="over";}
		document.getElementById('next-story').onmouseout=function(){this.className="";}
	    ninbar=new Ninbar();
		if(ninbar.headlineTicker!=null){setTimeout("ninbar.headlineTicker.nextHeadline(1, 0)",300);}
		else{if(ts){ts.style.display="none";}}
	}else{if(ts){ts.style.display="none";}}
};
window.onload=function(){init();}