var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Last week
";
arnews[0] += "Emily Sawyer-Smith, who's been knitting Cowichan sweaters for more than three decades, is supplying Tivoli Gallery in Sidney with toques, sweaters, scarves and even handbags in the famous First Nation designs.";
arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Area Hoops 11/20: Apple Springs, Zavalla to meet in girls...
";
arnews[1] += "Apple Springs and Zavalla will meet in the championship game at 6 tonight in the girls bracket of the Wells tournament.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:25:59 GMT";
arnews[1] += "
";
arnews[2]="Women's Basketball: Albion Fends Off Titans at W&J Tip-Off Classic
";
arnews[2] += "The Westminster College women's basketball team lost to Albion, 57-52, Friday night in the first game of the Washington & Jefferson Tip-Off Classic in Washington.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 05:00:00 GMT";
arnews[2] += "
";
arnews[3]="Go see local high school productions
";
arnews[3] += "Great Falls residents are fortunate to have outstanding theater departments at Great Falls and C.M. Russell high schools, headed by Krystina Thiel and S.A. Bergquist.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="NBCa S Unwraps a Bundle of Holiday-Themed Series and Specials
";
arnews[4] += "November 11, 2009 - NBC gives the gift of holiday-themed series episodes and specials throughout late November and December with a multitude of festivities, a special military audience for \"The Jay Leno Show\" airing Thanksgiving evening and a night of holiday-themed Thursday night comedies from \"Community,\" \"Parks and Recreation,\" \"The Office\" and ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Last week
";
arnews[5] += "Emily Sawyer-Smith, who's been knitting Cowichan sweaters for more than three decades, is supplying Tivoli Gallery in Sidney with toques, sweaters, scarves and even handbags in the famous First Nation designs.";
arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
totcount = 6;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("