var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Star Trek: Enterprise "Sleeping Dogs" Surprise
";
arnews[0] += "I was just watching Star Trek: Enterprise episode 14 \" Sleeping Dogs .\" At about the 19m40s mark, Malcolm is talking with T'Pol and Hoshi about the propulsion system on the Klingon Raptor Somraw.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 02:47:47 GMT";
arnews[0] += "
";
arnews[1]="Legend/Seeker Review
";
arnews[1] += "February 2, 2010 - While lost in the Valley of Perdition , Richard is forced to experience his worst nightmares come to life, a version of what might have been for Richard and his friends if things had gone terribly wrong.";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 14:31:18 GMT";
arnews[1] += "
";
arnews[2]="Actress rolled around Oklahoma before stardom
";
arnews[2] += "California native Jolene Blalock was a model before she became an actress. But when she lived in Oklahoma in the 1980s, she was a roller girl.";
arnews[2] += "
Publ.Date : Sat, 23 Jan 2010 11:51:23 GMT";
arnews[2] += "
";
arnews[3]="Jolene Blalock Talks Enterprise, Starship Troopers 4 and Legend of the Seeker
";
arnews[3] += "ChigacoNow 's Show Patrol posted a new interview with former Star Trek Enterprise star Jolene Blalock and here are few excerpts.";
arnews[3] += "
Publ.Date : Sat, 23 Jan 2010 09:15:15 GMT";
arnews[3] += "
";
arnews[4]="Jolene Blalock Talks
";
arnews[4] += "January 22, 2010 - Sci-fi goddess Jolene Blalock is joining the cast of Legend of the Seeker as Sister of the Dark , Nicci.";
arnews[4] += "
Publ.Date : Sat, 23 Jan 2010 04:37:48 GMT";
arnews[4] += "
";
arnews[5]="First Photo of Jolene Blalock in Legend of the Seeker TV Show
";
arnews[5] += "William Shatner will appear as a special celebrity guest host on World Wrestling Entertainment's Feb.";
arnews[5] += "
Publ.Date : Tue, 19 Jan 2010 20:43:20 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("