var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hollywood Sign Getting Covered to Protect View - TheWrap
";
arnews[0] += "The campaign has attracted various celebrities to its cause including Virginia Madsen,Julian McMahon, Tippi Hedren, and Julia-Louis Dreyfus. If successful, the group plans to donate the land to Griffith Park.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:47:00 GMT";
arnews[0] += "
";
arnews[1]="Famous Hollywood Sign Could Go "Green" - The Celebrity Cafe.com
";
arnews[1] += "They say that everyone and everything is going green these days. If you're planning on taking a trip to do some star searching in Hollywood any time soon, you may not be able to take a picture of the famous Hollywood sign. Thanks to the green ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 00:07:00 GMT";
arnews[1] += "
";
arnews[2]="Views Of The Iconic Hollywood Sign May Get Protection - WIBW
";
arnews[2] += "With its Hollywood connection, some celebrities have gotten involved in the effort: Seinfeld star Julia Louis-Dreyfus; Sideways' Virginia Madsen; Tippi Hedren, Mad Men John Slattery and many other are lending support.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 21:44:00 GMT";
arnews[2] += "
";
arnews[3]="Gawker.TV: The Five Best Videos Ever of the Day - Gawker
";
arnews[3] += "You may have been nominated for an Emmy, Julia-Louis Dreyfus, but Jason Alexander wasn't. He's currently losing weight in the girliest way possible. Trailer for Stephin Merritt Documentary Strange Powers Looks Phenomenal f you don't know who Stephin ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 21:02:00 GMT";
arnews[3] += "
";
arnews[4]="Wanda Sykes and wife welcome twins - Middletown Journal
";
arnews[4] += "The Emmy-winning 45-year-old comedian-actress co-stars with Julia Louis-Dreyfus on CBS' \"The New Adventures of Old Christine.\" She will host an as-yet-untitled Saturday late-night show on Fox next fall.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 23:52:00 GMT";
arnews[4] += "
";
arnews[5]="For Second City performers, joy of improv remains first - Denver Post
";
arnews[5] += "In the world of live stage performance, improvised comedy is about as daring as it gets — which makes The Second City something of a high-wire act with a death wish. The Chicago-based company that celebrated 50 years of laughs last month is ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 07:58:00 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("