var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Briefly
";
arnews[0] += "A Clinton student is among those recognized in the recent Most Beautiful Pageant at Delta State University.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 19:46:59 GMT";
arnews[0] += "
";
arnews[1]="Eclipse battles polio with song
";
arnews[1] += "Reno-based Eclipse is in concert at the Brewery Arts Center on Saturday night. Courtesy photo Step back in time, or relive your youth, for a good cause this weekend at the Brewery Arts Center.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 15:04:18 GMT";
arnews[1] += "
";
arnews[2]="Summit Up
";
arnews[2] += "Good morning and welcome to Summit Up, the world's only daily column taking a moment to thank all those men and women who've served in the U.S. armed forces over the years.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 08:05:00 GMT";
arnews[2] += "
";
arnews[3]="Summit Up
";
arnews[3] += "Good morning and welcome to Summit Up, the world's only daily column taking a moment to thank all those men and women who've served in the U.S. armed forces over the years.";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 08:05:00 GMT";
arnews[3] += "
";
arnews[4]="Clarke Inc. announces results of substantial issuer bid for debentures
";
arnews[4] += "The Offer expired at 5:00 p.m. on Tuesday November 10, 2006 . Based on the final report provided by the depositary for the Offer, a total of $9,336,000 principal amount of Debentures have been deposited as at the expiration of the Offer.";
arnews[4] += "
Publ.Date : Thu, 22 Dec 2005 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="School Winners
";
arnews[5] += "Everett girl wins backpack in drawing Becky Azure, a 9-year-old at Penny Creek Elementary School in Everett, recenlty won a Forest Service backpack stuffed with maps, hiking guides and safety items.";
arnews[5] += "
Publ.Date : Mon, 09 Nov 2009 08:23:41 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("