var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Quick Hits: Green Day, Foo Fighters, Miley Cyrus, Nickelback ... - FMQB
"; arnews[0] += "Miley Cyrus ' tour bus was involved in a deadly car crash this morning, but the singer/actress was not on board. According to reports, one unidentified person, believed to be the bus driver, was killed when the bus flipped over on I-85, 40 miles ..."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 19:52:00 GMT"; arnews[0] += "
"; arnews[1]="Weezer contest - Daily Aztec
"; arnews[1] += "Vote now on Facebook to win a free Weezer concert at SDSU. Voting closes at 11:59 p.m.on Nov. 30. One might think cliques ended in high school, but cell phone company T-Mobile has brought them to universities in an effort to create the largest ..."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 17:44:00 GMT"; arnews[1] += "
"; arnews[2]="Rivers Cuomo unleashes Weezer's 'Raditude' - AZCentral.com
"; arnews[2] += "Contrary to what seems like popular opinion, Rivers Cuomo is not screwing with his fans. At first, it might be a little hard to believe. After all, Weezer tends to do things like play late-night shows in Snuggies emblazoned with the band's name and ..."; arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 00:22:00 GMT"; arnews[2] += "
"; arnews[3]="Weezer’s latest, ‘Raditude,’ disappoints - Tufts Daily
"; arnews[3] += "Weezer has come a long way from its days on the indie rock scene of the mid-’90s in L.A. As word leaked out about the chic geek from the underground, Weezer evolved to a national alternative rock poster child. Now, with the release of its seventh ..."; arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT"; arnews[3] += "
"; arnews[4]=""Raditude" on CD from Weezer! - EDGE Boston
"; arnews[4] += "Raditude’s swift appearance on the heels of 2008’s The Red Album is hardly the only surprise Weezer has in store on its seventh record. Raditude upends any expectations audiences may have of Weezer, amplifying their trademarks to a dizzying ..."; arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 10:00:00 GMT"; arnews[4] += "
"; arnews[5]="Weezer, Your College, Lots of Money ... - Aced Magazine
"; arnews[5] += "Iconic rock band Weezer is back with a new album, Raditude , in stores now. To celebrate this new release, Weezer is going to be performing a very special show at one very lucky college campus. Exactly which campus this show will take place at ..."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 07:37:00 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("
");