var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="The 37th Chamber 11.21.09: Flopping Around Like A Fish Out Of Water
"; arnews[0] += "The 37th Chamber 11.21.09: Flopping Around Like A Fish Out Of Water Posted by Patrick Robinson on 11.21.2009 This week we're looking at the prediction for 50 Cent's album sales, Gucci Mane, Soulja Boy, Plies and OJ Da Juiceman's inexplicable popularity, Ninja Rap and N.W.A.'s discography! I seriously hate Australian weather sometimes."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 10:23:29 GMT"; arnews[0] += "
"; arnews[1]="Lights, Camera, Fashion!!!! MTV Enters the Dramatic World of Fashion with Its New Series "Styl'D"
"; arnews[1] += "AIRING TUESDAYS AT 11PM ET/PT What happens when you mix celebrities, high profile stylists, and a group of eager junior stylists vying for a coveted job at the prestigious Margaret Maldonado Agency? Find out when MTV takes you inside the competitive world of fashion in the new series \"STYL'D\" airing Tuesdays at 11pm ET/PT. The series follows five ..."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:57:00 GMT"; arnews[1] += "
"; arnews[2]="MTV's "Styl'd": Soulja Boy & Tyga
"; arnews[2] += "Tuesday at 11pm on MTV. As the competition to win the agency contract heats up, the group of junior assistants starts to play dirty."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 04:45:13 GMT"; arnews[2] += "
"; arnews[3]="Say Anything: the anti-Kings of Leon
"; arnews[3] += "If the lack of drama surrounding Los Angeles pop-punks Say Anything these days causes you confusion, don't worry."; arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 22:47:00 GMT"; arnews[3] += "
"; arnews[4]="The Decade In Music Timeline: What Did We Miss?
"; arnews[4] += "It's never easy to map out an entire decade in music. So, in constructing the \"Decade in Music\" interactive timeline , we sought to shape it with some of the bigger tent-pole trends, news and groundbreaking changes in the industry, business and technology ."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");