var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New blood introduced to All Whites
";
arnews[0] += "All Whites coach Ricki Herbert is taking a fearless selection policy into the World Cup campaign, insisting young players will be picked with an eye to future tilts.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:54:29 GMT";
arnews[0] += "
";
arnews[1]="Season Preview: Camping World Truck Series top-20 rankings
";
arnews[1] += "DAYTONA BEACH, Fla. The logical pick for the 2010 Camping World Truck Series champion would be Ron Hornaday.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 19:33:07 GMT";
arnews[1] += "
";
arnews[2]="Live - Tuesday football
";
arnews[2] += "Dickson Etuhu and fit-again Simon Davies are brought back into the Cottagers' midfield.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 18:59:51 GMT";
arnews[2] += "
";
arnews[3]="Candidates run for seat on Public Service Commission
";
arnews[3] += "The following persons have applied as candidates for the South Carolina Public Service Commission: DISTRICT 2: Bruce Kevin Cole Robert Edward Milhous William Everette Salley David Austin Wright DISTRICT 4: Philip Tibbs Bradley Charlene Carter-Groce Elizabeth Burnett Fleming DISTRICT 6: James Beard, Jr.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Soccer: Herbert fields full-strength side against Mexico
";
arnews[4] += "Coach Ricki Herbert today included all his frontline players, including striker Rory Fallon, for the All Whites' World Cup soccer warm-up match against Mexico in Los Angeles next month.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 07:40:23 GMT";
arnews[4] += "
";
arnews[5]="All Whites squad for Mexico warm-up
";
arnews[5] += "All Whites coach Ricki Herbert has named his strongest possible side for next month's Football World Cup warm-up match against Mexico in LA.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 03:28:48 GMT";
arnews[5] += "
";
arnews[6]="Lee Anderson
";
arnews[6] += "Armour Lee Anderson went to be with her Lord and Savior on Sunday, February 7, 2010 in Abilene.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 02:33:23 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("