var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="P.S. I Love You
"; arnews[0] += "This isn't the first time that Richard LaGravenese, the gifted writer of A Little Princess and The Fisher King and writer-director of the lovely Living Out Loud , has gone best-seller slumming."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 16:07:15 GMT"; arnews[0] += "
"; arnews[1]="Post a Comment
"; arnews[1] += "Kris Vernarsky got a lift off the ice all week from his Port Huron Icehawks teammates."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:52:56 GMT"; arnews[1] += "
"; arnews[2]="Project Runway finale DISCUSS
"; arnews[2] += "Seriously, I thought tonight's big finale was more interesting than previous episodes ... even though we all knew Irina was a shoo-in to win! I did think Irina had the strongest collection, although the all-black fabric made it difficult to see the intricate detailing."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Ryan McPartlin is putty in Gina Gershon's hands
"; arnews[3] += "Ask any fan of NBC's \"Chuck\" to say the first thing that comes to mind when they hear Ryan McPartlin and they'll say, \" Awesome .\" The Glen Ellyn native stars as part-time spy Chuck Bartowski's brother-in-law, Devon, whom Chuck calls Capt."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 10:39:42 GMT"; arnews[3] += "
"; arnews[4]="Broadway dream proves to be real
"; arnews[4] += "Todd Gearhart used to think about performing on Broadway sometimes while marching across the field on Friday nights as the drum major at Dixie High School ."; arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 21:43:51 GMT"; arnews[4] += "
"; arnews[5]="as Seen on TV: Pat Allanson
"; arnews[5] += "AS SEEN IN: \" Everything She Ever Wanted \" AS PLAYED BY: Gina Gershon Here's a description of Pat Allanson's story by Linda Stasi of the New York Post: The story begins right after divorcee Pat hooks up with and marries a younger man, Tom Allanson , who'd just left his wife and child for the sexed-up Pat."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 21:30:43 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("
");document.write("
");