var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Operation Breakfast redux
";
arnews[0] += "Page 1 of 2 Operation Breakfast redux By Pratap Chatterjee Sitting in air-conditioned comfort, cans of Coke and 7-Up within reach as they watched their screens, the ground controllers gave the order to strike under the cover of darkness.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 13:12:26 GMT";
arnews[0] += "
";
arnews[1]="No. 21 Georgia Tech 68, at Clemson 53
";
arnews[1] += "Washington senior forward Quincy Pondexter was honored Monday as the Pacific-10 Conference mena s basketball player of the week for his contributions to the Huskiesa sweep of Stanford and California.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:05:00 GMT";
arnews[1] += "
";
arnews[2]="Moore has more talent than other contenders
";
arnews[2] += "For the second consecutive season, the Pac-10 Freshman of the Year should be awarded to a point guard in Washington.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 07:53:43 GMT";
arnews[2] += "
";
arnews[3]="Villanova back on winning track, defeats West Virginia on the road
";
arnews[3] += "After watching Georgetown break its 11-game winning streak on Saturday, Villanova indicated that it did not mind going into as hostile an arena as the WVU Coliseum to get things right again.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 05:22:35 GMT";
arnews[3] += "
";
arnews[4]="Pac-10 Insider: What will it take for conference to regain its clout?
";
arnews[4] += "The three top candidates for the Pacific-10 Conference Player of the Year Award are Washington's Quincy Pondexter, Stanford's Landry Fields and California's Jerome Randle.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 04:37:47 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("