var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A skilled storyteller but a slave to dogma
";
arnews[0] += "Piers Paul Read's most popular and successful work is Alive: The Story of the Andes Survivors, a creative record of the aftermath of a plane crash involving an entire rugby team.";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 12:06:39 GMT";
arnews[0] += "
";
arnews[1]="Aug 22, 2004 - Guinness World Record Wall Ride - Hollywood, Ca
";
arnews[1] += "Photo: Ted Terrebonne JUICE MAGAZINE and the USSA and WSA are proud to announce the first ever Wall Ride World Record Winner... at the Board Gallery Grand Opening August 22, 2004 Hollywood, CA BRAD EDWARDS - 7'6\" and AARON MURRAY - 7'6\" After careful review of video and photos from the World Record Wall Ride Event, it has been determined that Brad ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 10:24:41 GMT";
arnews[1] += "
";
arnews[2]="Adrian Paul: From Highlander to humanitarian
";
arnews[2] += "It seems as if the very mention of the man, \"AP\" as well as the myth, \"Highlander Hottie\" continue to create a frenzy from Miami to Marrakech.";
arnews[2] += "
Publ.Date : Sat, 23 Jan 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Blue plaque for Tonypandy's Donald Houston
";
arnews[3] += "A blue placque has beeen erected at the birthplace of Tonypandy-born actor and film star Donald Houston.";
arnews[3] += "
Publ.Date : Thu, 28 Jan 2010 18:29:12 GMT";
arnews[3] += "
";
arnews[4]="British Actress Jean Simmons dies at 80
";
arnews[4] += "She sang with Marlon Brando in Guys and Dolls and co-starred with Gregory Peck , Paul Newman and Kirk Douglas.";
arnews[4] += "
Publ.Date : Tue, 19 Jan 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Anxiety in San Francisco
";
arnews[5] += "The news that free-agent returnee Freddy Sanchez will miss at least part of the 2010 season for the San Francisco Giants with a bum shoulder has only fed the unease among fans of our statemates to the north Grant Bisbee of McCovey Chronicles captures a mood some Dodger fans will recognize a ' fear of opportunity being wasted: ... The team just has ...";
arnews[5] += "
Publ.Date : Sat, 23 Jan 2010 16:51:30 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("