var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="MGMT set to unleash new album!(delim)MGMT set to unleash new album
"; arnews[0] += "Music News: MGMT set to unleash new album! Congratulations is the keenly awaited new studio album from MGMT, on Friday, April 9. One of 2010's most eagerly anticipated new releases, Congratulations is the successor to MGMT's Oracular Spectacular, the 2008 debut album which established the band's potential as a visionary force in pop music."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:02:25 GMT"; arnews[0] += "
"; arnews[1]="Eclectic Bonnaroo lineup features Dave Matthews Band,...
"; arnews[1] += "Bonnaroo is known for its eclectic lineup. This summer's roster takes it to a new level."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 04:22:00 GMT"; arnews[1] += "
"; arnews[2]="Bonnaroo To Feature Jay-Z, Kings Of Leon
"; arnews[2] += "Bonnaroo is known for its eclectic lineup. This summer's roster is no different."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:28:23 GMT"; arnews[2] += "
"; arnews[3]="Eclectic Bonnaroo lineup features Dave Matthews Band, Kings of Leon, Stevie Wonder and Jay-Z
"; arnews[3] += "Bonnaroo is known for its eclectic lineup. This summer's roster takes it to a new level."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 06:54:48 GMT"; arnews[3] += "
"; arnews[4]="'Lost' finds a finale; Final season of show hits network television
"; arnews[4] += "The end is finally near, and you would think after five seasons that die-hard \"Lost\" fans would have a leg up onwell, pretty much everything."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 05:27:00 GMT"; arnews[4] += "
"; arnews[5]="Bonnaroo to feature Jay-Z, DMB, Kings of Leon, Stevie Wonder
"; arnews[5] += "Bonnaroo is known for its eclectic lineup. This summer's roster takes it to a new level."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 05:11:36 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("
");