var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Anacortes girls beat Sedro-Woolley
";
arnews[0] += "The Anacortes girls' basketball team had a rough night from the free-throw line Tuesday against Sedro-Woolley. Fortunately, a hot start against the Cubs meant it didn't matter.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:19:30 GMT";
arnews[0] += "
";
arnews[1]="Charles (Chuck) David Green
";
arnews[1] += "Charles David Green, 64, of Camdenton, formerly of Lebanon, died Sunday evening, Feb.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:17:03 GMT";
arnews[1] += "
";
arnews[2]="Wiedie suspended by ISU for remainder of season
";
arnews[2] += "Multiple sources at Indiana State University have confirmed that women's basketball coach Jim Wiedie has been suspended for the remainder of the season.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 20:49:38 GMT";
arnews[2] += "
";
arnews[3]="Hollywood stars vie for Britain's 2010 theater awards
";
arnews[3] += "The race among theater arts heavyweights will soon be finalized at an award ceremony in London next month Actor Jude Law attends the premiere of 'Sherlock Holmes ' at Lincoln Center in New York, New York in this December 2009 file photo.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:24:55 GMT";
arnews[3] += "
";
arnews[4]="Craig Brown: Ten things you didn't know about the Spice Girls
";
arnews[4] += "They really, really want a posh frock and a footballer: Ten things you didn't know about the Spice Girls By Craig Brown Last updated at 8:35 AM on 09th February 2010 1. Plans are underway to stage a Spice Girls musical in the West End, produced by the woman behind the Abba musical, Mamma Mia! Bookmakers are already accepting bets on the casting for ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 16:35:07 GMT";
arnews[4] += "
";
arnews[5]="Hollywood stars vie for London theater awards
";
arnews[5] += "Hollywood heavyweights feature strongly in the race for Britain's 2010 Laurence Olivier theater awards, with Rachel Weisz, Jude Law, James Earl Jones and Keira Knightley among the nominees announced Monday.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 14:23:56 GMT";
arnews[5] += "
";
arnews[6]="Hollywood actors vie for London theater awards
";
arnews[6] += "Hollywood heavyweights feature strongly in the race for Britain's 2010 Laurence Olivier theater awards, with Rachel Weisz, Jude Law, James Earl Jones and Keira Knightley among the nominees announced Monday.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 10:41:26 GMT";
arnews[6] += "
";
totcount = 7;
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("