var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ruthie From 7th Heaven
";
arnews[0] += "On Monday night there was a new episode of \"The Secret Life of the American Teenager,\" supposedly to feature Ruthie from 7th Heaven.";
arnews[0] += "
Publ.Date : Tue, 12 Jan 2010 04:40:49 GMT";
arnews[0] += "
";
arnews[1]="haha! what an annoying lose...
";
arnews[1] += "Writer/director Brian Metcalf got in touch with Fango to talk up his new genre-spanning feature FADING OF THE CRIES, an action/fright flick with demons, a superhero-esque protagonist and one deadly sword.";
arnews[1] += "
Publ.Date : Fri, 20 Feb 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="I actually like it a lot. I...
";
arnews[2] += "Writer/director Brian Metcalf got in touch with Fango to talk up his new genre-spanning feature FADING OF THE CRIES, an action/fright flick with demons, a superhero-esque protagonist and one deadly sword.";
arnews[2] += "
Publ.Date : Fri, 20 Feb 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="On Dec. 28, 1945, Congress officially recognized the Pledge of Allegiance
";
arnews[3] += "Today is Monday, Dec. 28, the 362nd day of 2009. There are 3 days left in the year.";
arnews[3] += "
Publ.Date : Mon, 28 Dec 2009 18:36:04 GMT";
arnews[3] += "
";
arnews[4]="Eagle Classic Hitstory: December 28th
";
arnews[4] += "December 28 1939 Saxophonist Charles Neville of the Neville Brothers is born in New Orleans.";
arnews[4] += "
Publ.Date : Mon, 28 Dec 2009 17:06:55 GMT";
arnews[4] += "
";
arnews[5]="Almanac
";
arnews[5] += "Today is Monday, Dec. 28, the 362nd day of 2009. There are 3 days left in the year.";
arnews[5] += "
Publ.Date : Mon, 28 Dec 2009 16:03: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("