//<!--
function NAValom(ev){
SJS_mo(this);
return true;
}
function nav_Links(AObj){
var sortEnt=AObj.SJSfieldSort("date",-1);

(document.writeln("<div class='articlecolor' id='navlinks'>"));
(document.writeln("<p title='Articles'><strong>"+"Articles".SJSLink("../Articles/".RDhrefFix(),"go to Article Index page",3)+"</strong></p>"));
	for (var i=0;i<AObj.length;i++){
	var sti=sortEnt[i]
	var ANCtitle="read "+AObj[sti].title;
	(document.writeln("<p>"+AObj[sti].title.SJSLink(AObj[sti].URL,ANCtitle,3)+"</p>"))
	}
	if (BDb.isGecko){
	(document.writeln("<hr><p title='Browser Bug Alert'><strong>Browser Bug Alert</strong></p>"));
	(document.writeln("<p title='Why do hyperlinks in the first paragraph sometimes start multiplying when I hover over them?'>"+"Why do hyperlinks in the first paragraph sometimes start multiplying when I hover over them?".SJSLink("http://www.info.com.ph/~etan/w3pantheon/style/multiplylinks.html",false,0)+"</p>"));
	(document.writeln("<p title='Note: If this happens, simply refresh the page (F5 key). Minimizing and then restoring the browser window may also help.'><em>Note: </em>If this happens, simply "+"refresh".SJSLink("javascript: self.location.reload()","refresh page",1)+" the page (F5 key). Minimizing and then restoring the browser window may also help.</p>"));
	(document.writeln("<p title='Sorry, but until I figure out a work-around that I can live with, we are stuck with this problem. The bug does not exist in Internet Explorer browsers.'>Sorry, but until I figure out a work-around that I can live with, we're stuck with this problem. The bug does not exist in Internet Explorer browsers.</p>"));
	}
   		(document.writeln("</div>"));
}
//-->