var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Duke Matches Record in Romp Over Radford
";
arnews[0] += "The freshman Andre Dawkins scored a season-high 20 points and No. 9 Duke matched a university record with 18 3-pointers in a 104-67 romp at home against Radford.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:33:49 GMT";
arnews[0] += "
";
arnews[1]="Volleyball consolation round: Riders win third in 'AA'
";
arnews[1] += "Roosevelt avenged a tough loss in the semifinals to beat Rapid City Stevens 25-20, 20-25, 25-19, 25-11 for third place at the Class AA state volleyball championships on Saturday in Brookings.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 03:24:05 GMT";
arnews[1] += "
";
arnews[2]="Headline News
";
arnews[2] += "Longtime technical guru for the Ontario Trucking Association, Barrie Montague, is the recipient of the 2009 Shaw Tracking-OTA Service to In Longer truck routes save fuel, emissions: ATRI -- ARLINGTON, Va.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 23:36:39 GMT";
arnews[2] += "
";
arnews[3]="Allison Dawn Mack
";
arnews[3] += "Our little angel made her entrance four days after her EDD, we are proud parents of our beautiful girl!!! All contents copyright BabyCenter, L.L.C. 1997-2009 All rights reserved.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:14:28 GMT";
arnews[3] += "
";
arnews[4]="Smallville: Preview of Episode 9.09 "Pandora"
";
arnews[4] += "Zod reigns on Smallville tonight, and chaos lurks in every corner no longer waiting to pounce.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 06:00:56 GMT";
arnews[4] += "
";
arnews[5]="Butler Holds Off Davidson
";
arnews[5] += "Gordon Hayward scored 17 points and Willie Veasley added 15 to lead No. 11 Butler to a 73-62 win over Davidson on Saturday.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 19:18:34 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("