var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Texas Tech Dominates Oklahoma 41-13
";
arnews[0] += "Taylor Potts threw for 388 yards and two touchdowns as Texas Tech beat Oklahoma 41-13 on Saturday for its most lopsided win ever over the Sooners.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:17:06 GMT";
arnews[0] += "
";
arnews[1]="Frankfort pounds PikeView
";
arnews[1] += "The Frankfort Falcons were all smiles after giving head coach Kevin Whiteman an icy shower from the water cooler late last night at Frankfort Stadium.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:15:11 GMT";
arnews[1] += "
";
arnews[2]="Stony Brook 36, Liberty 33
";
arnews[2] += "Jordan Gush caught a 10-yard touchdown pass from Michael Coulter with 30 seconds remaining to lead Stony Brook to a 36-33 victory over Liberty and a share of the Big South title on Saturday.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 02:14:43 GMT";
arnews[2] += "
";
arnews[3]="Hackers leak e-mails, stoke climate debate
";
arnews[3] += "Computer hackers have broken into a server at a well-respected climate change research center in Britain and posted hundreds of private e-mails and documents online _ stoking debate over whether some scientists have overstated the case for man-made climate change.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 02:11:24 GMT";
arnews[3] += "
";
arnews[4]="49ers matchup
";
arnews[4] += "Old pro Donald Driver leads the Packers in receiving. \"He's a seasoned vet,\" Spencer said.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 02:01:03 GMT";
arnews[4] += "
";
arnews[5]="Tech defense no turkey in stuffing OU's offense
";
arnews[5] += "Texas Tech's Cody Davis, left, stays close to Oklahoma's Adron Tennell during their game Saturday at Jones AT&T Stadium.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 01:54: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("