var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="New York: Party with Beyonce Courtesy of the W Times Square
"; arnews[0] += "If you want to party like a rock star, the W New York-Times Square offers a VIP package that'll get you into Esquire 's seventh annual Signature Space Cocktail Party to get your hands up with the single-ladies queen Beyonce herself and other stars."; arnews[0] += "
Publ.Date : Mon, 02 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="We hear: Megan Fox, Brian Austin Green, Jay Harrington & more...
"; arnews[1] += "\"Goo Goo Dolls\" Johnny Rzeznik and Mike Malinin also performed. And we hear Stacie was tickled pink to hear that the Pats cheerleaders, who were decked out in pink for yesterday's game, also wore armbands with her name on them to support her breast cancer fight."; arnews[1] += "
Publ.Date : Mon, 05 Oct 2009 06:52:14 GMT"; arnews[1] += "
"; arnews[2]="Figure skating meets rock 'n' roll in Anaheim
"; arnews[2] += "Just when you think you've seen it all in Orange County, Honda Center is bringing the worlds of championship ice skating and rock 'n' roll together for an unusual event."; arnews[2] += "
Publ.Date : Fri, 02 Oct 2009 10:56:14 GMT"; arnews[2] += "
"; arnews[3]="paul mccartney
"; arnews[3] += "Old Folks Rock Beatles vs. Stones was the great cultural debate of the 20th century, and here in the 21st, the conundrum shifts to which exorbitantly priced nostalgia-pimping arena tour will embarrass and horrify you less."; arnews[3] += "
Publ.Date : Thu, 03 Sep 2009 19:01:03 GMT"; arnews[3] += "
"; arnews[4]="Crushed
"; arnews[4] += "Ah, Brad Pitt. If ever there were a swoon-worthy celebrity, it would have to be him."; arnews[4] += "
Publ.Date : Fri, 21 Aug 2009 07:00:00 GMT"; arnews[4] += "
"; arnews[5]="Crushed
"; arnews[5] += "Ah, Brad Pitt. If ever there were a swoon-worthy celebrity, it would have to be him."; arnews[5] += "
Publ.Date : Fri, 21 Aug 2009 18:00:34 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("
");document.write("
");