var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sweeps dont appear as sweeping success this year
";
arnews[0] += "\"NCIS\" forensic scientist Abby crosses over to spin-off series \"NCIS: Los Angeles\" for Tuesday's episode at 9 p.m. on CBS.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 06:16:43 GMT";
arnews[0] += "
";
arnews[1]="NCIS: Preview of Episode 7.8 "Power Down"
";
arnews[1] += "There's a city-wide blackout on tonight's episode of NCIS , so when the team literally finds themselves in the dark, quite literally.";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 21:14:17 GMT";
arnews[1] += "
";
arnews[2]="F Heads Up for NCIS "Abby" fans.
";
arnews[2] += "USA Network just showed a commercial for a mini marathon of 3 shows on Wed night, that will be hosted by \"Abby\" and she will be answering questions from viewers.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 23:35:54 GMT";
arnews[2] += "
";
arnews[3]="Saturday's TV Highlights: Willie Nelson on 'Austin City Limits'
";
arnews[3] += "Willie and the Wheel: Willie Nelson and Asleep at the Wheel celebrate their collaborative effort \"Austin City Limits\" at 11 p.m. on KLCS.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Who's on TV Guide's hot list?
";
arnews[4] += "COUGAR TOWN: Courteney Cox attends the TV Guide Magazine's Hot List Party in Los Angeles.";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 06:28:43 GMT";
arnews[4] += "
";
arnews[5]="Baseball over, CBS returns to the top of the ratings
";
arnews[5] += "CBS returned to the top of the weekly television ratings last week following a one-week interruption caused by Fox Broadcasting's World Series coverage and three days of reruns.";
arnews[5] += "
Publ.Date : Wed, 11 Nov 2009 18:57:00 GMT";
arnews[5] += "
";
arnews[6]="How did NCIS get to be so cool?
";
arnews[6] += "Why is one episode of NCIS , a forensic murder mystery with a military setting, more popular with young viewers than an entire season of Mad Men? The JAG spinoff, in which Mark Harmon investigates crime in the U.S. Navy and Marine Corps , has seen steadily rising ratings since it premiered in 2003; this season, it became the No.";
arnews[6] += "
Publ.Date : Tue, 10 Nov 2009 19:04:46 GMT";
arnews[6] += "
";
totcount = 7;
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("