var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Alcatraz takeover, 40 years later
";
arnews[0] += "Alcatraz Island was a chilly, unwelcoming place once reserved for infamous criminals.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:14:38 GMT";
arnews[0] += "
";
arnews[1]="Movies, in theaters this week: Nov. 20-24
";
arnews[1] += "Earthquakes and tidal waves ensue. Playing at: Bijou, Capitol, Essex, Majestic, Palace 9, Roxy, Waterfront, Welden THE BLIND SIDE Rated PG-13 Cast: Sandra Bullock, Tim McGraw, Quinton Aaron The Rundown: Based on a true story about Michael Oliver, a homeless black teenager is taken in by an upscale white family.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Cleaning Up After Others
";
arnews[2] += "Todd Hertz posted 11/19/2009 10:19AM 1 of 1 The Cleaner may only hint at God's presence, but his fingerprints show up everywhere in a show that illustrates our longing for someone to truly know us - and to be saved from ourselves.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 19:24:29 GMT";
arnews[2] += "
";
arnews[3]="299 Santa Paula Ave San Francisco, CA 94127
";
arnews[3] += "The film La Mission, with Benjamin Bratt, include scenes filmed inside and outside the house.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 22:43:51 GMT";
arnews[3] += "
";
arnews[4]="Fred Willard to guest in 'Modern Family'
";
arnews[4] += "Fred Willard has reportedly signed on for a guest appearance in Modern Family . According to TV Guide , the veteran actor will star as the father of Phil in an upcoming episode of the ABC show.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 21:48:28 GMT";
arnews[4] += "
";
arnews[5]="New Moon: Yet Another Movie About a Native American Werewolf
";
arnews[5] += "In the first Twilight film, we learn that Jacob Black is a member of the Native American Quileute tribe -- in the sequel New Moon , we find out he's also a werewolf.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 03:27:50 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("