var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="20 questions -- and answers -- 20 games in
";
arnews[0] += "Times flies, eh? Seems like just yesterday when the puck dropped on the season, but now we're a quarter of the way in.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:19:09 GMT";
arnews[0] += "
";
arnews[1]="From the Bowery: WrestleMania 21
";
arnews[1] += "This is a match based on the fact that Eddie wants to prove he can beat Rey. There were crazy expectations for this one because of what happened at Halloween Havoc in WCW years earlier.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 18:58:27 GMT";
arnews[1] += "
";
arnews[2]="MONROE - For PCM boys basketball coach Fre
";
arnews[2] += "For PCM boys basketball coach Fred Lorensen, this team might be described as a jig-saw puzzle.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 18:15:00 GMT";
arnews[2] += "
";
arnews[3]="Me and Orson Welles'
";
arnews[3] += "He swaggered, an outsize personality who filled a room figuratively decades before he did it literally.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 15:23:13 GMT";
arnews[3] += "
";
arnews[4]="Korean model Daul Kim dies of apparent suicide by hanging
";
arnews[4] += "Daul Kim , a top model born in South Korea, has died of an apparent suicide. Kim, 20, apparently hanged herself Nov.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Gregory Kane: Elders play fast and loose with morals
";
arnews[5] += "This is a case you may have heard about, even if you live nowhere near the city with the nickname 'Bodymore, Murderland.' That would be Baltimore, Md., to the rest of you.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:00: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("