var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Thirty Seconds To Mars confirm biggest UK tour
"; arnews[0] += "The unstoppable rise of Thirty Seconds To Mars continues with the confirmation that they will play their biggest UK tour to date in February 2010."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 10:21:05 GMT"; arnews[0] += "
"; arnews[1]="Ode to Los Angeles Bike Culture from 30 Seconds to Mars
"; arnews[1] += "American rock band '30 Seconds to Mars,' sing lyrics like: We were the kings and queens of promise / We were the victims of ourselves / These lessons that we learned here / Have only just begun."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 18:45:01 GMT"; arnews[1] += "
"; arnews[2]="Agnes hopes to collaborate with Will.I.Am like Cheryl Cole
"; arnews[2] += "FRONTMAN Alex Turner must have felt like the king of the Monkey kingdom for one of the Arctic's biggest indoor shows to date."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 02:39:05 GMT"; arnews[2] += "
"; arnews[3]="Katy Perry warms up vocals...
"; arnews[3] += "FRONTMAN Jared Leto is one of God's gifts to women everywhere. FRONTMAN Alex Turner must have felt like the king of the Monkey kingdom for one of the Arctic's biggest indoor shows to date."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 02:38:25 GMT"; arnews[3] += "
"; arnews[4]="30 Seconds To Mars announce February tour - tickets on sale on Friday
"; arnews[4] += "Californian hardcore rockers 30 Seconds To Mars have confirmed their return to the UK biggest in February 2010 on their biggest UK tour to date."; arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 15:42:07 GMT"; arnews[4] += "
"; arnews[5]="30 Seconds To Mars Announce UK Arena Tour [News]
"; arnews[5] += "Jared Leto 's band will be hitting the road next February for five dates including a headline show at London's Wembley Arena."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 13:25:50 GMT"; arnews[5] += "
"; arnews[6]="Phonics' fury
"; arnews[6] += "JLS reckon they robbed Robbie Williams of the No 1 spot this week by issuing five versions of their own album."; arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 02:20:25 GMT"; arnews[6] += "
"; totcount = 7; 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("
");