var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Rocks 1 Sutton 2 TWO first-half goals proved the undoing of Bognor as ...
";
arnews[0] += "TWO first-half goals proved the undoing of Bognor as the Rocks slipped to their first league defeat since early October.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:29:55 GMT";
arnews[0] += "
";
arnews[1]="Tampa Bay Buccaneers quarterback Josh Freeman has a mentor who is a foe, too
";
arnews[1] += "When Drew Brees was playing collegiate football at Purdue, his quarterbacks coach, Greg Olson , would take him to Indianapolis to watch the Colts' Peyton Manning and meet with him after games.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 21:56:24 GMT";
arnews[1] += "
";
arnews[2]="Hall, Seguin leading draft-pack
";
arnews[2] += "NHL: CAL @ LA Taylor Hall of the Windsor Spitfires holds up the Memorial Cup after defeating the Kelowna Rockets Rimouski, Que.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 21:33:02 GMT";
arnews[2] += "
";
arnews[3]="Match Report: Barnet 0, Port Vale 0
";
arnews[3] += "PORT Vale's hard-fought point at Barnet this afternoon was marred by the last sending off of skipper Tommy Fraser - who had only just returned from suspension.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 19:57:28 GMT";
arnews[3] += "
";
arnews[4]="#8 - Furman, Cummings end Arundela s perfect season
";
arnews[4] += "Old Mill's Josh Furman ran for 414 yards and six touchdowns Friday night against Arundel in the 4A East Region playoffs.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 19:22:03 GMT";
arnews[4] += "
";
arnews[5]="Cowboys ready for Washington's trick plays
";
arnews[5] += "Hunter Smith has run for a touchdown pass. He has thrown a touchdown pass. And he's a punter.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 19:20:09 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("