var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="GROOVALOO Freestyle Returns To The Union Square Theatre 12/1 - Broadway World
";
arnews[0] += "After sold-out performances at The Joyce Theater in September, GROOVALOO, (www.Groovaloo.com) the dance sensation is back in New York by popular demand and will play off-Broadway at The Union Square Theatre (100 E. 17th Street) beginning December 1st ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 19:52:00 GMT";
arnews[0] += "
";
arnews[1]="Keeping comedy alive - Tonight South Africa
";
arnews[1] += "Tonight spoke to Sam Hendrikse, the MD of HuntaLive. We hear the Comedy Awards are not happening this year? Why? 2009 has been a difficult year for all industries and without sponsorship the SACA needed to go into hibernation. Are the awards going to ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 06:41:00 GMT";
arnews[1] += "
";
arnews[2]="Meet Livin Out Loud, a musically diverse entity, comprised of members ... - Soundslam
";
arnews[2] += "Meet Livin Out Loud, a musically diverse entity, comprised of members; siblings, Reuben & Sylvia MacCalla, Lisa LaShawn, J. Martini, and Dminor... First things first, please introduce for me the members of Livin Out Loud... Livin Out Loud is a family ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 07:59:00 GMT";
arnews[2] += "
";
arnews[3]="By: Bob George/BosSports.net - PatsFans.com
";
arnews[3] += "They saw it again on Sunday night, and though this time it didn't cost them a trip to the Super Bowl, it made their 2009 trip a lot tougher and may have had more of a cataclysmic effect on them. Leading comfortably for most of the game, by as much as ...";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[3] += "
";
totcount = 4;
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("