var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dr. Phil, Rachael Ray & More Continue Singing Oprah's Praises
";
arnews[0] += "Before everyone and his mother had a daytime talk show, there was Oprah Winfrey .";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 01:31:00 GMT";
arnews[0] += "
";
arnews[1]="Weeds Season 5 (R1/Us BD) in January
";
arnews[1] += "Lionsgate Home Entertainment have announced the US DVD and Blu-ray Disc release of Weeds Season 5 on 19th January 2010.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 19:04:07 GMT";
arnews[1] += "
";
arnews[2]="Datebook
";
arnews[2] += "Art Antioch Fine Arts Foundation Gallery: 983 Main St. 838-2274. www.antiochfinearts.org. Free folk music at the Gallery on second Saturday every month from 1 to 4 p.m. Diane Schroeder is the featured artist for the month of November.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 13:30:40 GMT";
arnews[2] += "
";
arnews[3]="Dolphins fly to New Caledonia with Hickam C-17 crew
";
arnews[3] += "Staff Sgt. Ray Nealon watches as Navy Petty Officer 2nd Class Elizabeth Jache pours water on her dolphin to keep him cool prior to transporting him from a C-17 Globemaster from March Air Reserve Base, Calif., to a C-17 from Hickam AFB, Hawaii, Nov.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Winner a " Aliens in the Attic
";
arnews[4] += "Patty won the movie and her kids will love it. I really recommend getting this DVD for your kids.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 11:30:34 GMT";
arnews[4] += "
";
arnews[5]="Kevin Nealon making food poisoning funny
";
arnews[5] += "Kevin Nealon returns Nov. 21 to Zanies Comedy Nightclub in Vernon Hills with a standout stand-up performance that he already knows you will enjoy.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 11:26:37 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("