var arnews = new Array(7);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="HOUSE "5 to 9" Season 6 Episode 13 - Daemon's TV
";
arnews[0] += "Lisa Cuddy; Omar Epps as Dr. Eric Foreman; Robert Sean Leonard as Dr. James Wilson; Jennifer Morrison as Dr. Allison Cameron; Jesse Spencer as Dr. Robert Chase; Peter Jacobson as Dr. Chris Taub; Olivia Wilde as Thirteen/Dr. Remy Hadley Guest Cast ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 05:03:00 GMT";
arnews[0] += "
";
arnews[1]="African Wildlife Foundation - The Gaea Times
";
arnews[1] += "January 17th, 2010 Rapper SNOOP DOGG discovered he's not as black as he thinks he is on late night TV in America on Thursday (15Jan10) - an official DNA test proved he's only 71 per cent sub-Saharan African. The hitmaker agreed to swab his saliva ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 13:49:00 GMT";
arnews[1] += "
";
arnews[2]="Region Sports Extra - NWI.com
";
arnews[2] += "Super Bowl XLIV on Sunday night was grand, the only negative being that this trip has to end, as it will in a few hours when I board a plane back to snowbound Chicago. My one pseudo regret today — aside from not grabbing more graft from the game ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 06:06:00 GMT";
arnews[2] += "
";
arnews[3]="Cinematical's Seven Sexy Sporting Studs - cinematical
";
arnews[3] += "Today we're bringing back some of our favorite Superbowl Sunday posts. Here's one from Monika Bartyzel, originally published back in 2008. I must have had too many cups of coffee when I agreed to take on a Cinematical Seven covering the hunks of ...";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 22:07:00 GMT";
arnews[3] += "
";
arnews[4]="Super Bowl - Seattle Post Intelligencer
";
arnews[4] += "I've been a Peyton Manning fan since he starred at Tennessee, primarily because I enjoyed watching Tennessee football even when Johnny Majors was coaching them. Even in the late 80s and early 90s, the SEC was on TV nationwide and I was able to watch ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 06:03:00 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("