var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hey, Johnny Depp has nothing on me
";
arnews[0] += "There must be some mistake. I demand a recount. I lost out again. I was so sure I would win this year.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:46:10 GMT";
arnews[0] += "
";
arnews[1]="A pair of JFK 50 Mile race runners finish together Saturday.
";
arnews[1] += "Among the 1,000 runners in this year's JFK 50 Mile race were first-time ultramarathoners and some for whom the grueling trek is an annual feat.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:54:49 GMT";
arnews[1] += "
";
arnews[2]="Bitch-Back! Breaking Newsa "Johnny's a Hottie
";
arnews[2] += "Dear Ted: A.T. is part of my early morning ritual, helping me start the day on a light note before diving into work.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 01:13:09 GMT";
arnews[2] += "
";
arnews[3]="Interceptions hurt Bayside's freshman QB against Woodside
";
arnews[3] += "Aaron Evans wasn't the only quarterback to have an up-and-down night in Friday's Division 6 Eastern Region semifinal.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 21:31:02 GMT";
arnews[3] += "
";
arnews[4]="Porcupines look to return to familiar playoff contention for 2010 season
";
arnews[4] += "It was a sub-par year for the Springtown Porcupine football team. Used to making the playoffs, even if it happened by squeezing through a very tight space, the Porcupines fell a little short this time around.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Presenting: The Sexiest Men Alive in 2009
";
arnews[5] += "One of the leading celebrity news magazines, People , released its annual Sexiest Man Alive issue earlier this week.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 15:59:55 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("