var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Blink 182 - Radar Online.com
"; arnews[0] += "This past summer, Virgin Mobile and Kyocera partnered up on a homeless charity event called All Access, where young filmmakers between the ages of 16 and 22 were given a peek behind the curtain at the star-studded Virgin Mobile FreeFest . The ..."; arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 20:18:00 GMT"; arnews[0] += "
"; arnews[1]="Blink 182's "Dude Ranch" vinyl coming soon - Punknews.org
"; arnews[1] += "Share your opinion by posting comments on the stories that interest you Rate music and bands and help shape the weekly top ten Let Punknews.org use your ratings to help you find bands and albums you might like Customize features on the site to get ..."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 18:21:00 GMT"; arnews[1] += "
"; arnews[2]="Blink-182 Drop Their Break-Up Album: Wake-Up Video - MTV
"; arnews[2] += "When they first scored a breakout hit in 1997 with \"Dammit,\" it seemed like Blink-182 would simply be another pop-punk band who had ridden the coattails of Green Day to another anonymous radio smash. But there was something about the potty-mouthed ..."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 12:59:00 GMT"; arnews[2] += "
"; arnews[3]="Travis Barker Looks Back On Blink-182 Tour, Ahead With Solo Album - MTV
"; arnews[3] += "So last week, when MTV News spoke to him about his upcoming solo album , we asked for his reactions on the Blink tour and how he coped with Goldstein's death while in the midst of it all. \"No doubt, it was the best tour of our lives, ever. The most ..."; arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 00:14:00 GMT"; arnews[3] += "
"; arnews[4]="Make My Day - American Reporter
"; arnews[4] += "INDIANAPOLIS, Ind. -- \"Kid, I need your help,\" said the voice on the other end of the phone. It was Karl, my friend and part-time curmudgeon. \"Come over to the house. I've got a problem.\" Karl met me at the door and led me to the back porch where I ..."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 16:24: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("
");