var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New face on NCIS
";
arnews[0] += "Rena Sofer has joined CBS' NCIS in a potentially recurring role as a no-nonsense attorney with mysterious motives.";
arnews[0] += "
Publ.Date : Tue, 03 Nov 2009 16:50:04 GMT";
arnews[0] += "
";
arnews[1]="NCIS: Robert Wagner to play Tony's father
";
arnews[1] += "Robert Wagner will guest-star as Tony's father in the 150th episode of NCIS , TVGuide.com has confirmed.";
arnews[1] += "
Publ.Date : Mon, 02 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Rena Sofer cast in "NCIS"
";
arnews[2] += "LOS ANGELES a ' Rena Sofer has joined CBS' \"NCIS\" in a potentially recurring role as a no-nonsense attorney with mysterious motives.";
arnews[2] += "
Publ.Date : Mon, 02 Nov 2009 11:50:38 GMT";
arnews[2] += "
";
arnews[3]="Rena Sofer joins the cast of 'NCIS'
";
arnews[3] += "Home : Features : Television : Rena Sofer joins the cast of 'NCIS' Rena Sofer joins the cast of 'NCIS' 30-Oct-2009 Written by: Sari N. Kent Ex-'Melrose Place' cast member Rena Sofer has joined the CBS hit crime drama 'NCIS' as a recurring character.";
arnews[3] += "
Publ.Date : Sat, 31 Oct 2009 14:17:50 GMT";
arnews[3] += "
";
arnews[4]="Rena Sofer cast on NCIS
";
arnews[4] += "One of my favorite actresses is joining the cast of America's most watched drama series.";
arnews[4] += "
Publ.Date : Sat, 31 Oct 2009 12:17:00 GMT";
arnews[4] += "
";
arnews[5]="Rena Sofer to guest on NCIS as a lawyer
";
arnews[5] += "Rena Sofer will be a guest star on NCIS , TVGuide.com has confirmed. Sofer has been cast as a lawyer with mysterious motives.";
arnews[5] += "
Publ.Date : Sat, 31 Oct 2009 03:29:44 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("