var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Saturday at 7pm Mercy, 8pm Law & Order, 9pm Law & Order: SVU - WAFF
";
arnews[0] += "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[0] += "
Publ.Date : Fri, 05 Feb 2010 07:01:00 GMT";
arnews[0] += "
";
arnews[1]="HBO offering might be best of year - Reno Gazette
";
arnews[1] += "Guest-starring in this rerun are Naveen Andrews of \"Lost\" and Sarah Paulson, most recently of \"Cupid.\" \"Saturday Night Live,\" 11:29 p.m., NBC. Ashton Kutcher hosts, with music by Them Crooked Vultures. It's a new one; the next three Saturdays will be ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 11:03:00 GMT";
arnews[1] += "
";
arnews[2]="A ‘Miracle,’ a hand and a punk rock band: Spring Theater - Hofstra Chronicle
";
arnews[2] += "Douglas Hodge (left) and Kelsey Grammer (right) star in a revival of Jerry Herman and Harvey Fierstein's musical \"La Cage aux Folles.\" Christopher Walken goes searching for his missing hand. Dame Edna makes her triumphant return. Denzel Washington ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 16:57: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("