var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Jason Mraz: Beautiful Mess - Live on Earth - In the News
"; arnews[0] += "Beautiful Mess provides a new interpretation of some of Mraz's best known tracks, taken largely from the charting album We Sing, We Dance, We Steal Things. In this case, the live recordings of the CD are complemented by a live DVD, which features all ..."; arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT"; arnews[0] += "
"; arnews[1]="HuffPost Reviews : Paul McCartney, John Mayer, Jason Mraz, and Norah ... - Huffingtonpost.com
"; arnews[1] += "Following his simple greeting \"Good evening, New York City,\" Paul launched into his three-date appearance back in July of this year at Citi Field, initiating the Shea Stadium replacement as a major concert venue as well as upgraded sports arena ..."; arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 06:21:00 GMT"; arnews[1] += "
"; arnews[2]="John Mayer, Kris Allen and Katy Perry all deliver forgettable records - New Haven Register
"; arnews[2] += "John Mayer — “Battle Studies” (Columbia): Back in 2004, Connecticut native John Mayer starred in a one-off television program for VH1 called “John Mayer Has a TV Show.” It was an irreverent and laugh-out-loud 30 minutes that found the ..."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:17:00 GMT"; arnews[2] += "
"; arnews[3]=""Idol" champ Allen enjoying music-biz fast track - YAHOO!
"; arnews[3] += "LOS ANGELES (Billboard) – A year ago, Kris Allen was attending the University of Central Arkansas, playing gigs at local bars and adjusting to life as a newlywed. Now, thanks to \" American Idol ,\" he's enough of a brand name that his major-label ..."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 04:35:00 GMT"; arnews[3] += "
"; arnews[4]="The Shambles Announce Free Release Party - A Top Story This Week - antiMUSIC
"; arnews[4] += "The Shambles Announce Free Release Party was a top story for this week. Here it is again: (Submitted News) Celebrating the release of Forty One Sixty, an album with artists covering the songs of The Shambles, San Diego's FM94.9 and The Casbah are ..."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 23:12: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("
");