var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Tonight's Movie: The Magic of Ordinary Days
"; arnews[0] += "THE MAGIC OF ORDINARY DAYS is a lovely Hallmark Hall of Fame movie which I enjoyed watching again, for the first time since it originally aired in 2005."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 04:44:19 GMT"; arnews[0] += "
"; arnews[1]="Movies
"; arnews[1] += "FROM PARIS WITH LOVE In Paris, a loose-cannon CIA agent and a young U.S. embassy employee team up to thwart a terrorist attack in this kick-butt action workout from director Pierre Morel ."; arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 15:29:00 GMT"; arnews[1] += "
"; arnews[2]="Reel World shorts
"; arnews[2] += "Capsule reviews of films currently playing at area theaters by Elkhart Truth movie columnist Ben Ford , the Associated Press and the Los Angeles Times ."; arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 09:00:09 GMT"; arnews[2] += "
"; arnews[3]="Mayhem ensues in Armored
"; arnews[3] += "London, Armored Cert: 12A Description: Ty Hackett is an Iraq war veteran in dire financial straits."; arnews[3] += "
Publ.Date : Fri, 22 Jan 2010 11:45:42 GMT"; arnews[3] += "
"; arnews[4]="The Magic of Ordinary Days is the Perfect Film for Valentine's Day
"; arnews[4] += "A few days ago, I had the pleasure of watching the Hallmark Hall of Fame presentation of the film The Magic of Ordinary Days on CBS television."; arnews[4] += "
Publ.Date : Sun, 31 Jan 2010 19:49:43 GMT"; arnews[4] += "
"; arnews[5]="O'Donnell hosts trip through family types
"; arnews[5] += "WEEKEND'S MUST-SEE II: 'Saturday Night Live: Sports All-Stars,' 9-11 p.m. Sunday, NBC."; arnews[5] += "
Publ.Date : Sat, 30 Jan 2010 08:00:00 GMT"; arnews[5] += "
"; arnews[6]="What's on TV this weekend?
"; arnews[6] += "The Magic of Ordinary Days , 8-10 p.m., CBS. In 1944, Livy dreams of college and a career in archeology."; arnews[6] += "
Publ.Date : Sat, 30 Jan 2010 08:00:00 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("
");document.write("
");