var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="FOOTBALL: Abingdon made to toil
";
arnews[0] += "Abingdon United were made to work hard for a 2-0 victory at basement boys Bracknell Town in the Zamaretto Southern League tonight.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:06:27 GMT";
arnews[0] += "
";
arnews[1]="FOOTBALL: Abingdon made to toil
";
arnews[1] += "Abingdon United were made to work hard for a 2-0 victory at basement boys Bracknell Town in the Zamaretto Southern League tonight.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:41:16 GMT";
arnews[1] += "
";
arnews[2]="Position recruiting breakdown: Defense
";
arnews[2] += "Rivals.com has broken down how the teams did overall on National Signing Day. Now, here's a look at which teams fared best - position-by-position - on defense and at the athlete position.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 20:38:32 GMT";
arnews[2] += "
";
arnews[3]="Read Story
";
arnews[3] += "If the regular season is any indicator, the 2010 Portage Trail Conference Tournament figures to be the most exciting since the formation of the conference.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 04:22:21 GMT";
arnews[3] += "
";
arnews[4]="Drew Brees and Chris Johnson Named 2009 FedEx Air - Ground Players of the Year
";
arnews[4] += "FedEx and the NFL announced the winners of the seventh annual Fedex Air & Ground Nfl Players of the Year Awards at a press conference in South Florida, site of Super Bowl XLIV.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 23:15:00 GMT";
arnews[4] += "
";
arnews[5]="Fab 40 snubs?
";
arnews[5] += "Not everyone can make \"Walker's Fab 40\" in 2010. Here are several quality AFC North players who didn't make the cut: Cincinnati Bengals : LB Keith Rivers , LB Rey Maualuga Reason: Both are good, young linebackers who are still growing into the position.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 21:34:00 GMT";
arnews[5] += "
";
totcount = 6;
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("