var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="11/22/63: Are you old enough to remember?
";
arnews[0] += "The brainstorm, as columnist brainstorms go, was simple enough: stroll the mall and ask people where they were when President John Kennedy was shot.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:46:57 GMT";
arnews[0] += "
";
arnews[1]="Northwestern Expands Huge Lead at TYR Invitational
";
arnews[1] += "Northwestern broke another Norris Aquatics Center pool record and racked up several more NCAA `B' provisional qualifying standards Saturday at the TYR Invitational, extending its massive lead over the six-team field in the process.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:05:07 GMT";
arnews[1] += "
";
arnews[2]="NASA signs 'The Rock' to make it seem cool
";
arnews[2] += "Perhaps space travel has become old. Perhaps people have come to take it for granted.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 19:03:00 GMT";
arnews[2] += "
";
arnews[3]="Northwestern Builds Big Lead After Day One of TYR Invitational
";
arnews[3] += "Behind a pair of pool-record performances, Northwestern built a huge advantage after the first day of the three-day TYR Invitational at the Norris Aquatics Center.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Baseball transactions
";
arnews[4] += "Movements in the world of baseball Friday: American League BALTIMORE ORIOLES-Claimed C Craig Tatum off waivers from Cincinnati .";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 06:08:21 GMT";
arnews[4] += "
";
arnews[5]="High school football: Jenks leads Edmond Memorial
";
arnews[5] += "Get the latest scores on the High School Scoreboard Blog. Jenks 14, Edmond Memorial 7 JENKS a ' Sawyer Kollmorgen completed 13-of-18 passes for 197 yards and a touchdown to help give top-ranked Jenks a 14-7 halftime lead over No.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 02:54:29 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("