var arnews = new Array(9);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lady Lions fall hard to Oak Mountain, 35-31 - Prattville Progress
";
arnews[0] += "Prattville then took a lead to begin the third quarter, with Knox and Tamara Taylor hitting buckets. Oak Mountain grabbed the lead back with 3:48 remaining, only to see Chasi Roberts hit two free throws and Brie Jones racing coast-to-coast for a ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 15:47:00 GMT";
arnews[0] += "
";
arnews[1]="Bones – “The Gamer in the Grease” Promo Images - BSCreview
";
arnews[1] += "Bones airs Thursdays on Fox, and stars Emily Deschanel, David Boreanaz Michaela Conlin, T. J. Thyne, Eric Millegan, Tamara Taylor and John Francis Daley.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:18:00 GMT";
arnews[1] += "
";
arnews[2]="England women confident of beating New Zealand - The Guardian
";
arnews[2] += "Catherine Spencer, the captain of the England womens' team, stands with the men's captain, Steve Borthwick, before the double-header. Photograph: David Rogers/Getty Images At least one England captain thinks New Zealand are beatable this afternoon ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 15:13:00 GMT";
arnews[2] += "
";
arnews[3]="Barich ousted from Cotati council - Santa Rosa Press Democrat
";
arnews[3] += "Nearly a year after winning election to the Cotati City Council, George Barich lost his seat Tuesday night after a fiercely fought recall campaign in which he charged his opponents with trying to subvert democracy. Click to enlarge Councilman George ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 06:33:00 GMT";
arnews[3] += "
";
arnews[4]="England crash to defeat at Esher RFC (From Surrey Comet) - Surrey Comet
";
arnews[4] += "Replacements: 16 Sam Reeve (Worcester), 17 Rosemarie Crowley (Lichfield), 18 Tamara Taylor (Darlington Mowden Park Sharks), 19 Jane Leonard (Team Northumbria / Army), 20 La Toya Mason (Wasps), 21 Rachael Burford (Richmond), 22 Emily Scarratt ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 12:04:00 GMT";
arnews[4] += "
";
totcount = 5;
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("