var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Young Men Illinois Club has 'A Night on Broadway'
"; arnews[0] += "They say the neon lights are bright on Broadway! Indeed they were at the Ernest N. Morial Convention Center when lights and luminaries combined for Carnival loveliness under the direction of the Young Men Illinois Club Inc."; arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 22:35:19 GMT"; arnews[0] += "
"; arnews[1]="Parties honor two debs, both of them YMIC maids
"; arnews[1] += "A duo of debutantes enjoyed their limelighted levity before they stepped into the spotlight of the Young Men Illinois Club's ball as second and third court maids."; arnews[1] += "
Publ.Date : Sat, 30 Jan 2010 06:49:48 GMT"; arnews[1] += "
"; arnews[2]="Oil Kings roster report
"; arnews[2] += "Thirdly, in spite of them being teenagers, even the smallest of the bunch could whoop my scrawny, diabetic butt."; arnews[2] += "
Publ.Date : Fri, 29 Jan 2010 14:15:07 GMT"; arnews[2] += "
"; arnews[3]="Top WWE Divas of All Time
"; arnews[3] += "Women wrestlers have come a long way since the days when the Fabulous Moolah would fling the women around by their hair."; arnews[3] += "
Publ.Date : Thu, 28 Jan 2010 15:36:01 GMT"; arnews[3] += "
"; arnews[4]="And then the bell rings...wrestling news for January 28
"; arnews[4] += "Randy Orton reportedly signed a new ten year deal with the WWE. His WrestleMania payoff was said to be $600,000. My buddy Evan Ginzburg sent word of a legends tag team convention coming to Atlanta on March 12-13 at the Sheraton Atlanta Airport Hotel."; arnews[4] += "
Publ.Date : Wed, 27 Jan 2010 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="The Top 50 Royal Rumble Moments EVER: 30-21
"; arnews[5] += "We're about to reach the halfway point of this Royal Rumble Countdown, and some of the biggest and best moments in the history of wrestling await!A In case you missed moments 50-41, you can find them here , or if you missed moments 40-31, they are available right here ."; arnews[5] += "
Publ.Date : Wed, 27 Jan 2010 23:54:44 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("
");