var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tuesday News
";
arnews[0] += "Most snow missed Gotham but likely affected slowing B.O. [ P ] Despite the Snow, the Show Went On at Arlington's Signature Theatre [ LAT ] Culture Monster Final curtain for the Pasadena Playhouse -- for awhile, at least by Yvonne Villarreal [ LAT ] A shifting canvas in Pasadena By Cara Mia DiMassa The city has long had a vibrant arts scene.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 15:01:33 GMT";
arnews[0] += "
";
arnews[1]="Romano Will Join Scolari in Off-Broadway's White's Lies
";
arnews[1] += "Christy Carlson Romano, who has been seen on Broadway in Parade, Beauty and the Beast and Avenue Q , has joined the cast of the new Off-Broadway comedy White's Lies , which begins previews at New World Stages March 22.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 16:46:37 GMT";
arnews[1] += "
";
arnews[2]="Scolari Set for New Comedy White's Lies Off-Broadway
";
arnews[2] += "Peter Scolari will star in the Off-Broadway production of Ben Andron's White's Lies , which will begin previews Off-Broadway March 8 at New World Stages.";
arnews[2] += "
Publ.Date : Thu, 28 Jan 2010 02:55:17 GMT";
arnews[2] += "
";
arnews[3]="Disney Channel Original Holiday Movie Top Ten List
";
arnews[3] += "Disney Channel Holiday Original movies so special is that they are made for TV holiday movies.";
arnews[3] += "
Publ.Date : Fri, 11 Dec 2009 13:17:00 GMT";
arnews[3] += "
";
arnews[4]="Celebrity Magnet: Tom Murro's Photos Of Barack Obama & Others
";
arnews[4] += "It's a daunting task, gathering up the courage to approach a celebrity and ask for a photo.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 22:59:07 GMT";
arnews[4] += "
";
arnews[5]="Obits: Winborne, Catrett, Wolfe, Smith
";
arnews[5] += "CATRETT, Mrs. Remona Adams, 71, a resident of Luverne, Alabama, died Tuesday, November 3, 2009.";
arnews[5] += "
Publ.Date : Tue, 10 Nov 2009 03:44:19 GMT";
arnews[5] += "
";
arnews[6]="Wolvesbayne a " review
";
arnews[6] += "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[6] += "
Publ.Date : Mon, 09 Nov 2009 19:41:55 GMT";
arnews[6] += "
";
totcount = 7;
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("