var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Big Boi Tix Contest
"; arnews[0] += "Prize: 2 VIP tickets to the Feb. 20 Big Boi Official 2010 Birthday Bash at Club Alexander's and an autographed photo with Big Boi."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:16:47 GMT"; arnews[0] += "
"; arnews[1]="Doritos Fan-Created Super Bowl Ad 'Underdog,' Created for $200,...
"; arnews[1] += "Companies: Pepsico, Inc. On Monday February 8, 2010, 2:28 am EST PLANO, Texas , Feb."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 08:53:54 GMT"; arnews[1] += "
"; arnews[2]="It's Friday: Shake it like a Polaroid picture Peanuts Style
"; arnews[2] += "Posted February 5th, 2010 by theStockMasters... in Lighter Side Market Break, The Charlie Brown and the gang breaking it down to the beat of OutKast's Hey Ya ."; arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 20:22:03 GMT"; arnews[2] += "
"; arnews[3]="Jamaica's Shade headlines Club Else Mardi Gras
"; arnews[3] += "It's Mardi Gras season, and Jamaican artist Shade is heading in to Okinawa to perform at the Authentic New Orleans Mardi Gras Ball sponsored by Syndicate Family and Club Else on February 19th."; arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 01:00:09 GMT"; arnews[3] += "
"; arnews[4]="Arkansas offers Mosley
"; arnews[4] += "I hope he takes it. He has always tried to distance himself from Dyer. By Kendall on Feb 2, 2010 @ 10:08pm That's great."; arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Yeeeah Buddy: Dungeon Family Edition
"; arnews[5] += "Yeeeah Buddy: Dungeon Family Edition, with DJ Just and Jamel Rockwell. Friday, February 5, at Czar Bar."; arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 01:00:47 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("
");