var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="NCIS "Maquerade" Season 7 Episode 14 - Daemon's TV
";
arnews[0] += "... Season 7 Episode 14 - The team finds themselves in a race against time when a terrorist group threatens to detonate a \"dirty bomb\" in the D.C. area, on NCIS, Tuesday, Feb. 2 (8:00-9:00 PM, ET/PT) on the CBS Television Network. Rena Sofer (\"24 ...";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 18:23:00 GMT";
arnews[0] += "
";
arnews[1]="Is the 'Masquerade' Over on Tonight's 'NCIS?' - ETOnline.com
";
arnews[1] += "Gibbs ( Mark Harmon ) and the \"NCIS\" team are in a race against time on tonight's episode when a terrorist group threatens to detonate a \"dirty bomb\" in Washington, D.C. -- and ET's Kevin Frazier is on the set. Of course, Gibbs is working with a ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 07:10:00 GMT";
arnews[1] += "
";
arnews[2]="Review: 'NCIS' - 'Masquerade' - Tvsquad.com
";
arnews[2] += "(S07E14) As the title suggests, what we witnessed going on for much of this episode was not reality, but a 'Masquerade.' If you pay attention to titles, you can have an edge figuring out what's what. Meanwhile, beyond the action, there was more ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 07:03:00 GMT";
arnews[2] += "
";
totcount = 3;
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("