var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Celebrity Magnet: Tom Murro's Photos Of Barack Obama & Others
";
arnews[0] += "It's a daunting task, gathering up the courage to approach a celebrity and ask for a photo.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 22:59:07 GMT";
arnews[0] += "
";
arnews[1]="Obits: Winborne, Catrett, Wolfe, Smith
";
arnews[1] += "CATRETT, Mrs. Remona Adams, 71, a resident of Luverne, Alabama, died Tuesday, November 3, 2009.";
arnews[1] += "
Publ.Date : Tue, 10 Nov 2009 03:44:19 GMT";
arnews[1] += "
";
arnews[2]="Wolvesbayne a " review
";
arnews[2] += "Director: Griff Furst Release date: 2009 Contains spoilers This is a film that was aired, Stateside, on TV recently and a friend in the US, Suzi, mailed me to tell me about this cheesy B flick.";
arnews[2] += "
Publ.Date : Mon, 09 Nov 2009 19:41:55 GMT";
arnews[2] += "
";
arnews[3]="Stritch, Plimpton and Cavanagh Read White's Lies at Snapple Center in NYC
";
arnews[3] += "Tony and Emmy-winning stage veteran Elaine Stritch leads the private reading of Ben Andron's White's Lies in Manhattan Sept.";
arnews[3] += "
Publ.Date : Thu, 24 Sep 2009 05:00:30 GMT";
arnews[3] += "
";
arnews[4]="Plimpton and Romano to Join Stritch and Cavanagh for White's Lies Reading
";
arnews[4] += "Three-time Tony nominee Martha Plimpton and Christy Carlson Romano will be part of the Sept.";
arnews[4] += "
Publ.Date : Mon, 21 Sep 2009 15:32:31 GMT";
arnews[4] += "
";
arnews[5]="Purpose: Saluting Avenue Q
";
arnews[5] += "As the Tony Award-winning Jeff Marx-Robert Lopez-Jeff Whitty musical Avenue Q nears the end of its six-year run at Broadway's Golden Theatre, we thought we'd take a look back at the musical via its Playbill.com coverage.";
arnews[5] += "
Publ.Date : Sun, 06 Sep 2009 04:31:35 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("