var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Knights top Rams; CV edges Hornets; Redskins, Wolverines, Tigers win
";
arnews[0] += "The Black Knights had four players in double-figures as they topped Wyalusing 75-61 in girls' basketball action Tuesday.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:49:01 GMT";
arnews[0] += "
";
arnews[1]="Roundup: Ashley leads Roosevelt girls
";
arnews[1] += "Shaunteva Ashley scored 25 points and had nine steals to spark Roosevelt past Brookings 59-46 in girls non-conference basketball action Tuesday night at the Rough Rider gym.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:44:32 GMT";
arnews[1] += "
";
arnews[2]="BU Scouting Report
";
arnews[2] += "Binghamton University in an America East Conference women's basketball game. * When: 7 tonight at the Events Center.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:10:27 GMT";
arnews[2] += "
";
arnews[3]="Doug Savant to Melrose Place: Thanks, but No Thanks
";
arnews[3] += "Just because original Melrose Place star Laura Leighton appears on the revived prime-time soap doesn't mean her real-life husband, Doug Savant , is planning on doing the same.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 16:05:00 GMT";
arnews[3] += "
";
arnews[4]="Monday's H.S. roundup
";
arnews[4] += "Champlain Valley broke open a close game with an 18-7 edge in the fourth quarter of its 55-41 high school girls basketball win over Essex on Monday.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 07:39:13 GMT";
arnews[4] += "
";
arnews[5]="Melrose Place - The hottest address in town
";
arnews[5] += "Almost 20 years after Melrose Place first aired, C4 brings you the eagerly anticipated brand new series! THE CAST Starring original cast members Thomas Calabro , Laura Leighton , Josie Bissett , Daphne Zuniga and later in the season, Heather Locklear .";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 05:10:54 GMT";
arnews[5] += "
";
arnews[6]="Volkswagen and Hollywood Elite Join Forces At The Maxim Party To Benefit Haiti..
";
arnews[6] += "Text Size HERNDON, Va., Feb. 8 /PRNewswire/ -- Volkswagen of America, Inc. today announced that it will further support ongoing Haiti relief efforts by making a donation to Doctors Without Borders, by auctioning off a celebrity autographed 2010 GTI hood.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 04:56:54 GMT";
arnews[6] += "
";
arnews[7]="Volkswagen and Hollywood Elite Join Forces At The Maxim Party To Benefit Haiti Relief Efforts
";
arnews[7] += "Kevin Connolly of \"Entourage\" and Kellan Lutz from \"Twilight\" are Among Celebrities to Sign GTI Hood to Benefit Doctors Without Borders; Consumers Can Bid on One-of-a-Kind Autographed Collectible to Support the Cause On Monday February 8, 2010, 5:02 pm EST HERNDON, Va.";
arnews[7] += "
Publ.Date : Mon, 08 Feb 2010 23:53:47 GMT";
arnews[7] += "
";
arnews[8]="Member of the Week 4boys&3dogs
";
arnews[8] += "Looking for random conversation, some good laughs and the occasional bargain? Here's your group.";
arnews[8] += "
Publ.Date : Mon, 08 Feb 2010 14:25:50 GMT";
arnews[8] += "
";
totcount = 9;
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("