var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Eagles score 109 points; M'town boys, Lower Lake girls win
";
arnews[0] += "So much for losing with dignity. On a night when tempers flared almost as many times as the Cloverdale Eagles scored, the Upper Lake Cougars landed on the wrong end of a 109-30 thrashing in a North Central League I South varsity boys' basketball game that was anything but boring.";
arnews[0] += "
Publ.Date : Thu, 28 Jan 2010 03:46:36 GMT";
arnews[0] += "
";
arnews[1]="Good foul shooting energizes Braves
";
arnews[1] += "Allison Kauffman scored 25 points as Blackhawk Christian defeated South Adams 40-37 in a girls basketball game Tuesday.";
arnews[1] += "
Publ.Date : Wed, 27 Jan 2010 13:07:43 GMT";
arnews[1] += "
";
arnews[2]="Eagles score 109 points; M'town boys, Lower Lake girls win
";
arnews[2] += "So much for losing with dignity. On a night when tempers flared almost as many times as the Cloverdale Eagles scored, the Upper Lake Cougars landed on the wrong end of a 109-30 thrashing in a North Central League I South varsity boys' basketball game that was anything but boring.";
arnews[2] += "
Publ.Date : Wed, 27 Jan 2010 12:56:08 GMT";
arnews[2] += "
";
arnews[3]="Mark's Love Child, Killian Marcus Gastineau, Meets Brittny
";
arnews[3] += "Brittny Gastineau has dished to the New York Post about meeting her father Mark Gastineau's \"love child,\" Killian Marcus Gastineau, for the first time.";
arnews[3] += "
Publ.Date : Tue, 12 Jan 2010 23:43:54 GMT";
arnews[3] += "
";
arnews[4]="Brittny Gastineau finally meets dad Mark's Brigitte Nielsen lovechild
";
arnews[4] += "Brittny Gastineau has reached another life milestone. Reality show star. Model. Reconciled half-sister. The abandoned daughter of former New York Sack Exchange standout Mark Gastineau finally got to meet Killian Marcus Gastineau, the until-now secret son her dad fathered when he ran off with Brigitte Nielsen in the 1980s - before she took up with ...";
arnews[4] += "
Publ.Date : Tue, 12 Jan 2010 19:21:15 GMT";
arnews[4] += "
";
arnews[5]="Brittny Gastineau Meets 20-Year-Old Half-Brother for First Time
";
arnews[5] += "It's been more than two decades since Brittny Gastineau's father Mark, the legendary New York Jets player, left Brittny's mom Lisa for actress Brigitte Nielsen.";
arnews[5] += "
Publ.Date : Tue, 12 Jan 2010 16:54:01 GMT";
arnews[5] += "
";
arnews[6]="The retired life
";
arnews[6] += "Being a retired city manager has its perks. For Kevin Ritchie, the main one as of late has been the extra time he has to exercise his dog, Diego.";
arnews[6] += "
Publ.Date : Sun, 10 Jan 2010 10:46:11 GMT";
arnews[6] += "
";
arnews[7]="Girls on the Run Southeast to hold 5K Fun Run season finale
";
arnews[7] += "Girls on the Run of Southeast Alaska will hold their final 5K Fun Run Saturday, Dec.";
arnews[7] += "
Publ.Date : Fri, 27 Nov 2009 16:31:00 GMT";
arnews[7] += "
";
totcount = 8;
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("