var arnews = new Array(8);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Friday at 7pm Law & Order, 8pm Dateline, 9pm The Jay Leno Show - WAFF
";
arnews[0] += "Detectives Cyrus Lupo (Jeremy Sisto) and Kevin Bernard (Anthony Anderson) discover the disfigured remains of a man with the word \"FED\" written across his bare chest. Missing a crucial piece of evidence, the detectives decide to retrace the steps of ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 07:01:00 GMT";
arnews[0] += "
";
arnews[1]="Saturday at 7pm Mercy, 8pm Law & Order, 9pm Law & Order: SVU - WAFF
";
arnews[1] += "A newlywed cancer patient (Eva Amurri) undergoes a risky course of treatment and Chloe (Michelle Trachtenberg) struggles to help her doting husband cope. Meanwhile, a man wakes up after ten years in a coma and decides to confront the woman he loves ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 07:01:00 GMT";
arnews[1] += "
";
arnews[2]="Two Films Based on the Bible Debut on DVD March 2 - ChristianNewsWire
";
arnews[2] += "... Jesus traces the life and death of Jesus through his resurrection with an all-star cast featuring Jeremy Sisto (TV's \"Law & Order\") in the title role, six-time Emmy nominee Debra Messing (TV's \"Will & Grace,\" \"The Starter Wife\") as Mary ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 21:07: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("