var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Views of iconic Hollywood sign protected
";
arnews[0] += "The iconic letters spelling out Hollywood on the hills overlooking Tinseltown will keep their pride of place thanks to the housing bust.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:32:13 GMT";
arnews[0] += "
";
arnews[1]="ABC, NBC pilots expand casts
";
arnews[1] += "In the latest round of pilot castings, Jennifer Finnigan is set to star opposite Joanna Garcia in ABC's untitled Shana Goldberg-Meehan comedy, Patrick Flueger has landed a co-starring role on ABC's summer series \"Scoundrels,\" and Rose Rollins has been cast in NBC's Jerry Bruckheimer-produced drama pilot \"Chase.\" The untitled Goldberg-Meehan ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 16:00:00 GMT";
arnews[1] += "
";
arnews[2]="Memorials: Homestead Hospice
";
arnews[2] += "Homestead Hospice, Inc. received the following memorials and donations for the months of November and December 2009.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 02:37:50 GMT";
arnews[2] += "
";
arnews[3]="Out On Home Video
";
arnews[3] += "Hollywood, California - Out On Home Video - by Lisa Miller: ZOMBIELAND *1/2 Directed by Ruben Fleischer Starring Woody Harrelson, Jesse Eisenberg, Amber Heard, Emma Stone, Abigail Breslin, Bill Murray Sony//Rated R//Horror, Comedy//87 min Available on: DVD and Blu-Ray In a world overrun by zombies, the unzombified main characters take the names of ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="ESL students, tutors honored for their dedication
";
arnews[4] += "Learning English as a Second Language is vital to Cecilia Jimenez, who has just completed eight months of study.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 13:26:33 GMT";
arnews[4] += "
";
arnews[5]="Channing Tatum and Amanda Seyfried in Screen Gems' 'Dear John'
";
arnews[5] += "Home : Entertainment : Tatum and Seyfried bring big 'R' romance to 'Dear John' Tatum and Seyfried bring big 'R' romance to 'Dear John' More on this topic Date: Saturday Feb.";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 16:17:14 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("