var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="ABC 13 - Hokies Romps N.C. State
";
arnews[0] += "Virginia Tech senior Cody Grimm tied an NCAA record with three forced fumbles Saturday against N.C. State.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:29:21 GMT";
arnews[0] += "
";
arnews[1]="Hokies hammer mistake-prone Pack
";
arnews[1] += "With his senior season unraveling, N.C. State team captain Jeraill McCuller looked ahead to the upcoming season finale with rival North Carolina.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 07:26:01 GMT";
arnews[1] += "
";
arnews[2]="Foxy film: Wes Anderson goes stop-motion for 'Fantastic Mr. Fox,'...
";
arnews[2] += "Meryl Streep and Wes Anderson with some of their buddies from \"Fantastic Mr. Fox.\" Writer-director Wes Anderson has given the world \"Bottle Rocket,\" \"Rushmore,\" \"The Darjeeling Limited\" and other gems.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 06:57:19 GMT";
arnews[2] += "
";
arnews[3]="Spring movie preview
";
arnews[3] += "Think of Hollywooda TMs second quarter as the studiosa TM version of Easter: After fasting for solid new content over the course of Oscar season, the good movies emerge from the crypt with hopes of communing with the masses, and facilitating a resurrection of Tinseltowna TMs bottom line.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 05:56:33 GMT";
arnews[3] += "
";
arnews[4]="Erie Otters Fall 3-1 To Owen Sound Attack
";
arnews[4] += "Marcus Carroll went into the Otters zone on the right wing and hit Jason Wilson with a one-timer pass at 9:38. The Otters outshot the Attack in the first two periods, 33-23, and had several opportunities through power plays to break the shutout.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 05:23:20 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("