var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="20-10: "Shotgun" 2009.11.20
";
arnews[0] += "After further investigation, the detectives discover that the mugging might have been a scare tactic for a shakedown.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 03:02:20 GMT";
arnews[0] += "
";
arnews[1]="Tonight's TV Hot List: Friday, Nov. 13, 2009
";
arnews[1] += "White Collar 10/9c USA The discovery of a large cache of gold puts Neal and Peter on the trail of a smuggler who's dealing in Iraqi artifacts.";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 15:22:50 GMT";
arnews[1] += "
";
arnews[2]="TV Q&a: Courteney Cox morphs from creep to cougar
";
arnews[2] += "Q. What happened to the show \"Dirt,\" which was shown on FX and starred Courteney Cox? - Kimberly Karr, Appleton, Wis.";
arnews[2] += "
Publ.Date : Tue, 10 Nov 2009 01:51:21 GMT";
arnews[2] += "
";
arnews[3]="Behind-The-Scenes Look At 'Law & Order' With The Stars Of The 20-Year-Old Series
";
arnews[3] += "\" Law & Order \" is about to break a record as the longest-running primetime drama in American television history.";
arnews[3] += "
Publ.Date : Thu, 05 Nov 2009 18:15:32 GMT";
arnews[3] += "
";
arnews[4]="20-6: "Human Flesh Search Engine" 2009.10.30
";
arnews[4] += "But when fashion photographer, Terry Clark , leads the detectives to an alarming discovery of Maxwell's true identity, they uncover a suspicious website with threatening web posts.";
arnews[4] += "
Publ.Date : Sat, 31 Oct 2009 02:06:45 GMT";
arnews[4] += "
";
arnews[5]="20-5: "Dignity" 2009.10.23
";
arnews[5] += "Walter Benning is killed in church, Detectives Cyrus Lupo and Kevin Bernard arrive at the scene and are informed a white male was seen fleeing in a dark sedan.";
arnews[5] += "
Publ.Date : Sat, 24 Oct 2009 01:41:22 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("