// JavaScript Document
news = new Array() ; n = 0
news[n++]= "Years Archive"
news[n++]= "News of 2010" 
news[n++]= "News of 2009" 
news[n++]= "News of 2008" 
news[n++]= "News of 2007" 
news[n++]= "News of 2006" 
news[n++]= "News of 2005" 
news[n++]= "News of 2004" 
news[n++]= "News of 2003" 
news[n++]= "News of 2002"
news[n++]= "News of 2001"
news[n++]= "News of 2000"
news[n++]= "News of 1999"
news[n++]= "News of 1998"

newslink = new Array() ; n = 0

newslink[n++]= "#" 
newslink[n++]= "../index.php"
newslink[n++]= "../2009.php" 
newslink[n++]= "../2008.php" 
newslink[n++]= "../2007.php" 
newslink[n++]= "../2006/index.html" 
newslink[n++]= "../2005/index.html" 
newslink[n++]= "../2004/index.html" 
newslink[n++]= "../2003/index.html" 
newslink[n++]= "../2002/index.html" 
newslink[n++]= "../2001/index.html"
newslink[n++]= "../2000/index.html"
newslink[n++]= "../1999/index.html"
newslink[n++]= "../1998/index.html"
