var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Christian Slater: The stories behind his recent comedic turns (and...
";
arnews[0] += "Christian Slater didn't use to be a morning person, but phoning PopWatch at 6:30 a.m. PT on his way to work Monday a ' the reason he had to bow out of DirecTV's Celebrity Beach Bowl last weekend, FYI a ' you wouldn't have known it.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:48:09 GMT";
arnews[0] += "
";
arnews[1]="'Past Life' review: Sepinwall on TV
";
arnews[1] += "The cast of \"Past Life\": Richard Schiff, Kelli Giddish, Nicholas Bishop and Ravi Patel.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 12:05:12 GMT";
arnews[1] += "
";
arnews[2]="Quentin for Valentine's Week
";
arnews[2] += "Talking about awards seasons, and how this is the month to see mondo movie personages flitting about town, seems like the thing to do here.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 18:04:09 GMT";
arnews[2] += "
";
arnews[3]="Friday's TV Highlights: Jenny Sanford talks politics, infidelity on ABC's '20/20'
";
arnews[3] += "A WOMAN SCORNED: Jenny Sanford, left, soon-to-be ex-wife of Gov. Mark Sanford , talks with Barbara Walters on a new \"20/20,\" at 10 p.m. on ABC.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="How good is Vanity Fair at picking tomorrowa s stars?
";
arnews[4] += "Vanity Fair's Hollywood cover from 1995. EI Scan Cathal Kelly For 15 years, Vanity Fair has intermittently been sticking its editorial neck on the line, predicting who the next-big-things in Hollywood will be.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 21:37:02 GMT";
arnews[4] += "
";
arnews[5]="The Medium Will Be In Houston, Making Connections
";
arnews[5] += "If you have a dead relative or loved one you've been meaning to talk to, you might want to drop $95 for clairvoyant Allison Dubois's Family Connections Tour , which hits Houston February 17.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 19:58:58 GMT";
arnews[5] += "
";
arnews[6]="Clarence and Alabama Together Again
";
arnews[6] += "I DON'T GOT A POT TO PISS IN OR A WINDOW TO THROW IT OUT, ALL I GOT IS FUCKIN' FLOYD I used to be so in love with Christian Slater.";
arnews[6] += "
Publ.Date : Wed, 03 Feb 2010 04:25:19 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("