var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Rihanna is darker, edgier on post-Brown 'Rated R' - Oakland Press
"; arnews[0] += "The truth of the matter is Rihanna’s latest album would have received plenty of attention even if then-boyfriend Chris Brown hadn’t assaulted her the night before this year’s Grammy Awards. After all, 2007’s “Good Girl Gone Bad” went ..."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:42:00 GMT"; arnews[0] += "
"; arnews[1]="30 Seconds To Mars confirm the O2 - hotpress.com
"; arnews[1] += "Jared Leto & Co. are over next February. Jared Leto’s band 30 Seconds To Mars kick 2010 off in fine style with a February 26 stop-off in the Dublin O2. Tickets priced €39.20 go on sale on Friday November 20. Ahead of that comes the early December ..."; arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 13:30:00 GMT"; arnews[1] += "
"; arnews[2]="My So-Called Leto: 30 Seconds to Mars-Struck - Blackbookmag.com
"; arnews[2] += "I was not supposed to meet Jared Leto. I wasn't supposed to be in that picture. I wasn't supposed to be charmed by him or his band, who I'd never listened to before this. I definitely hadn't intended on spending a day with the three of them in ..."; arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 23:58:00 GMT"; arnews[2] += "
"; arnews[3]="30 Seconds To Mars - POLLSTAR
"; arnews[3] += "... first self-titled album or 2005’s “A Beautiful Lie,” it was obvious that 30STM was still riding on the coattails of the brief fame that was experience by lead singer Jared Leto during his stint on “My So Called Life” and his deranged ..."; arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 18:37:00 GMT"; arnews[3] += "
"; arnews[4]="30 Seconds To Mars - 'This Is War' Track By Track Guide - Sound-Check Music
"; arnews[4] += "30 Seconds To Mars return on December 7 with their brand new album 'This Is War'. The follow up to 2007's self titled debut sees Jared Leto and co. embracing the concept album format and stretching themselves in brand new directions. Here Gigwise ..."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 15:57: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("
");