var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Thursday's TV Highlights: Kate and Sam stumble across a car accident on 'Private Practice'
";
arnews[0] += "FIRST RESPONDER: Addison helps a pregnant woman trapped in a car on \"Private Practice\" at 10 p.m. on ABC.";
arnews[0] += "
Publ.Date : Thu, 12 Nov 2009 07:08:30 GMT";
arnews[0] += "
";
arnews[1]="Interview: Spirits With Spirits Founder Dishes on L.A.'s Most Haunted Restaurants
";
arnews[1] += "Richard with partner Lisa Strouss and the psychic who saw Roosevelt's ghost janitor at haunted El Compadre Photo: Richard Carradine With Halloween approaching, we thought it was time to delve into the haunted history of L.A.'s restaurants.";
arnews[1] += "
Publ.Date : Wed, 28 Oct 2009 19:01:26 GMT";
arnews[1] += "
";
arnews[2]="Continue reading "What's coming up on 'Supernatural': Video goodness and episode summaries"
";
arnews[2] += "\"Supernatural\" fans, there are some goodies below for you. Look below for summaries of the next three episodes of the CW show, including Thursday's installment, as well as the killer \"Coming Soon\" video clip that aired at the end of last week's epidoe.";
arnews[2] += "
Publ.Date : Thu, 15 Oct 2009 04:08:16 GMT";
arnews[2] += "
";
arnews[3]="Ask 411 Movies for 10.12.09: The Column With Punky Power
";
arnews[3] += "Ask 411 Movies for 10.12.09: The Column With Punky Power! Posted by Leonard Hayhurst on 10.12.2009 Shockwaves, Maximum Overdrive, California Dreams, Early Edition, baseball movies, the worst movies I own, best movie posters ever, overrated TV shows, shows without a proper ending and more of the worst movies ever From YouTube this week we have ...";
arnews[3] += "
Publ.Date : Mon, 12 Oct 2009 05:34:37 GMT";
arnews[3] += "
";
arnews[4]="The Wet Spot: Zombie sexiness
";
arnews[4] += "What do you get when you combine 5,000 zombies, a few dozen gallons of fake blood, an all day drink-a-thon and the music of LFO ? A recipe for sexiness, that's what.";
arnews[4] += "
Publ.Date : Fri, 09 Oct 2009 19:14:29 GMT";
arnews[4] += "
";
totcount = 5;
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("