var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Don Cheadle, Jennifer Love Hewitt, Samuel L. Jackson, et al. to Join ... - TheaterMania.com
";
arnews[0] += "Cedric the Entertainer, Cheech & Chong, Margaret Cho, Andy Garcia, Beth Hart, Cypress Hill, Russell Peters, Ray Romano, and Slash will perform in Help Haiti with George Lopez & Friends , to be presented at the Nokia Theatre in Los Angeles, on ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 15:30:00 GMT";
arnews[0] += "
";
arnews[1]="Help Haiti with George Lopez & Friends - Celebrity Justice
";
arnews[1] += "\"Help Haiti with George Lopez & Friends\" is a special event conceived by the late-night star of TBS' \"Lopez Tonight,\" and will take place on Thursday, February 4th at the Nokia Theatre in Los Angeles. His show, \"Lopez Tonight,\" has also teamed with ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 22:41:00 GMT";
arnews[1] += "
";
arnews[2]="Mo’Nique to host Shaq’s ‘Comedy Jam’ for Showtime - EURweb
";
arnews[2] += "*Oscar nominee Mo’Nique has signed on to host Codeblack Entertainment’s Showtime special “Shaquille O’Neal Presents: All-Star Comedy Jam.” The show will be filmed in Dallas at AEG Live’s Nokia Theatre at Grand Prairie on Feb. 12, and will ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 16:27:00 GMT";
arnews[2] += "
";
arnews[3]="Mo'Nique to host Showtime's 'Comedy Jam' - Variety
";
arnews[3] += "Oscar nominee Mo'Nique has signed on to host the Showtime special \"Shaquille O'Neal Presents: All-Star Comedy Jam.\" Special will be shot in Dallas at AEG Live's Nokia Theatre at Grand Prairie on Feb. 12, and will also be distributed via pay per view ...";
arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 23:54:00 GMT";
arnews[3] += "
";
arnews[4]="Cheech and Chong Back for Benefit - NBC Los Angeles
";
arnews[4] += "That the Nokia Theatre's first hall-of-famer -- that would be George Lopez -- is holding a big benefit there, on Thursday, Feb. 4 , makes sense. That it is to raise money for CARE's efforts to help in Haiti is the right thing to do. And that many ...";
arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 23:32:00 GMT";
arnews[4] += "
";
arnews[5]="Pencil This In: Howard Zinn Tribute, Up in the Air Author at Book Soup ... - Laist.com
";
arnews[5] += "On the bill are comedians Lopez, Cedric the Entertainer, Margaret Cho, Russell Peters, Cheech & Chong and Ray Romano with musical guests Cypress Hill, Slash, Beth Hart and Andy Garcia (who will perform with the Lopez Tonight house band, The Ese Vatos ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 20:59:00 GMT";
arnews[5] += "
";
arnews[6]="The New Santino Marella Sitcom? - IGN
";
arnews[6] += "\"In two weeks we're filming the first few episodes of the new Santino Marella sitcom,\" Marella revealed. \"The first season will air on [WWE] dot com and after that we'll try to get it to network television.\" Even though Marella says that the show ...";
arnews[6] += "
Publ.Date : Tue, 02 Feb 2010 20:19:00 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("