var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Recap: House, M.D., season 6, episode 7, - Teamwork'
";
arnews[0] += "Mini-review: Do. Not. Mess. With. House. He always wins. Always. Well, mostly, and sometimes the victory is pyrrhic.";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 15:13:54 GMT";
arnews[0] += "
";
arnews[1]="Legend of the Seeker Season 2
";
arnews[1] += "Legend of the Seeker is back for another season. I spoke with the main characters, Craig Horner who plays Richard Cypher, and Bridget Regan, who plays Kahlan Amnell.";
arnews[1] += "
Publ.Date : Wed, 04 Nov 2009 23:56:05 GMT";
arnews[1] += "
";
arnews[2]="Legend Of The Seeker Nabs Charisma Carpenter For Premiere
";
arnews[2] += "Set your DVRs to find Legend of the Seeker the weekend of November 7th, because you're not going to want to miss the season premiere.";
arnews[2] += "
Publ.Date : Tue, 27 Oct 2009 01:29:53 GMT";
arnews[2] += "
";
arnews[3]="Starship Troopers 3: Marauder
";
arnews[3] += "Action, Sequel, Sci-Fi Amanda Donohoe, Edward Neumeier, Edward Neumeier, Marne Patterson, Casper Van Dien, Stephen Hogan, Boris Kodjoe, Jolene Blalock Col.";
arnews[3] += "
Publ.Date : Mon, 26 Oct 2009 13:10:28 GMT";
arnews[3] += "
";
arnews[4]="Action is on 'Nim's Island'
";
arnews[4] += "Breslin stars as the title character, a fearless young girl left alone on an island after her scientist dad vanishes.";
arnews[4] += "
Publ.Date : Tue, 05 Aug 2008 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Star Trek's Jolene Blalock joins Legend of the Seeker cast
";
arnews[5] += "The male nerd interest quotient just shot way up for Legend of the Seeker . Actress Jolene Blalock is joining the cast of the New Zealand-based, Disney produced fantasy series as a recurring villain.";
arnews[5] += "
Publ.Date : Wed, 14 Oct 2009 14:33: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("