var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="GOD OF CARNAGE Character Card: Jimmy Smits as Alan - Broadway World
";
arnews[0] += "GOD OF CARNAGE is a comedy of manners without the manners. The play deals with the aftermath of a playground altercation between two boys and what happens when their parents meet to talk about it. After receiving rave reviews in London, GOD OF ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 17:10:00 GMT";
arnews[0] += "
";
arnews[1]="GOD OF CARNAGE Character Card: Ken Stott as Michael - Broadway World
";
arnews[1] += "... CARNAGE opened on Broadway March 22, 2009 ... Designing Women\") as 'Annette,' Emmy and Golden Globe-winner Jimmy Smits (\"The West Wing\") as 'Alan,' and Olivier Award-nominee Ken Stott as 'Michael' to the cast. The new cast of Broadway's hottest";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 14:32:00 GMT";
arnews[1] += "
";
arnews[2]="2009 NCLR ALMA Awards - Raza Report - Lowrider Magazine.com
";
arnews[2] += "For the first time in history, the two-hour special, presented by NCLR (National Council of La Raza)-the largest national Latino civil rights and advocacy organization in the United States-is taking place during Hispanic Heritage Month, a time when ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 01:41:00 GMT";
arnews[2] += "
";
arnews[3]="Lucy Liu set for Broadway’s ‘God of Carnage,’ along with Baker ... - The Gaea Times
";
arnews[3] += "NEW YORK — From “Kill Bill” and “Charlie’s Angels” to Broadway. And don’t forget “Ally McBeal.” Lucy Liu will make her Broadway debut in “God of Carnage,” joining the Tony-winning comedy March 2 along with Dylan Baker, Janet ...";
arnews[3] += "
Publ.Date : Wed, 27 Jan 2010 03:08:00 GMT";
arnews[3] += "
";
arnews[4]="Travel Photo of the Day - Edmonton Journal
";
arnews[4] += "Pioneer Elevator. Taken somewhere between Olds and Minaret, Alberta. One of the many beautiful flowers you will see in the Burmis area. Neiman Marcus (Dallas): Established in 1907, Neiman Marcus is intimately identified with Big D and its shopaholics ...";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 17:20:00 GMT";
arnews[4] += "
";
totcount = 5;
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("