var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Will conservative call bite W&M?
";
arnews[0] += "Given the respective defenses, the 3-all halftime score here at William and Mary-Richmond does not surprise.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:16:11 GMT";
arnews[0] += "
";
arnews[1]="NY Giants Captain Antonio Pierce Out: Linebackers of the Future on Display
";
arnews[1] += "The Giants defensive captain and field general will be sitting on the sidelines this Sunday after a bulging disc was found in his neck after an MRI.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 18:42:44 GMT";
arnews[1] += "
";
arnews[2]="Giants MLB Pierce sidelined indefinitely
";
arnews[2] += "The Giants announced that MLB Antonio Pierce has been diagnosed with a bulging disc in his neck and will be sidelined indefinitely, according to the team's medical staff.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 18:46:02 GMT";
arnews[2] += "
";
arnews[3]="Coughlin: Without Pierce, D has to play 'harder, faster, better'
";
arnews[3] += "Giants middle linebacker Antonio Pierce will be out indefinitely with a bulging disc injury.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 18:01:27 GMT";
arnews[3] += "
";
arnews[4]="NY Giants coach Tom Coughlin hopes LB Antonio Pierce can "get back quicker than anyone expects"
";
arnews[4] += "Head coach Tom Coughlin said the loss of Antonio Pierce for at least this week means the rest of the defense has to \"reach down and play harder, faster, better.\" The morning after losing middle linebacker Antonio Pierce indefinitely to a bulging disc in his neck, head coach Tom Coughlin echoed Pierce's shock and disappointment -- and, though there ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 17:29:09 GMT";
arnews[4] += "
";
arnews[5]="Saturday's Live Sport
";
arnews[5] += "Autumn rugby internationals, cross channel soccer, golf in Dubai and horse racing form the ingredients of a busy day in sport.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 12:29:15 GMT";
arnews[5] += "
";
arnews[6]="Hueneme runs all over Hart for upset win
";
arnews[6] += "Once a proud program that defined seasons by championships, the Hart High of Newhall football team can't even get through the first round of the playoffs these days.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 11:49:34 GMT";
arnews[6] += "
";
arnews[7]="Book Review: Chronic City, by Jonathan Lethem
";
arnews[7] += "Chronic City By Jonathan Lethem Doubleday 467 pp.; $34 Reviewed by Benjamin Errett When you encounter a novel filled with characters with names like Perkus Tooth, how do you react? If you roll your eyes and lament the loss of good old-fashioned nomenclature, Jonathan Lethem's Chronic City is not for you.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 11:07:51 GMT";
arnews[7] += "
";
totcount = 8;
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("