<!-- Begin
function currNews() {
Today = new Date();
var mon = new Array(13);
mon[0] = "jan08nws.htm";
mon[1] = "feb08nws.htm";
mon[2] = "mar08nws.htm";
mon[3] = "apr08nws.htm";
mon[4] = "may08nws.htm";
mon[5] = "jun08nws.htm";
mon[6] = "jul08nws.htm";
mon[7] = "aug08nws.htm";
mon[8] = "sep07nws.htm";
mon[9] = "oct07nws.htm";
mon[10] = "nov07nws.htm";
mon[11] = "dec07nws.htm";
Mth = Today.getMonth();
Newspage = mon[Mth] ;
window.location=Newspage
}
// End --> 
// End --> 