var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Gorillaz Writing New Opera - femalefirst.co.uk
"; arnews[0] += "Gorillaz Writing New Opera... Gorillaz founders Damon Albarn and Jamie Hewlett are teaming up with comic book icon Alan Moore to write a new opera. We're planning for me to do the libretto (text) on their next opera project. The project will be a ..."; arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 21:45:00 GMT"; arnews[0] += "
"; arnews[1]="Pop music review: High on Fire, Converge, Mastodon and Dethklok - Los Angeles Times
"; arnews[1] += "It's telling that the most orthodox act on one of the season's most anticipated metal package tours was the one composed of cartoon characters. The sprawling quadruple bill of High on Fire, Converge, Mastodon and Dethklok -- the last a Gorillaz-like ..."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:09:00 GMT"; arnews[1] += "
"; arnews[2]="Del Tha Funky Homosapien - SFStation.com
"; arnews[2] += "Del kept himself busy with guest appearances, including Damon Albarn project Gorillaz. In 2007 it was announced that the MC had been signed to Def Jux, who released Eleventh Hour in 2008."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 04:43:00 GMT"; arnews[2] += "
"; arnews[3]="Live review: High on Fire, Converge, Mastodon and Dethklok - Los Angeles Times Blogs
"; arnews[3] += "The sprawling quadruple bill of High on Fire, Converge, Mastodon and Dethklok -- the last a Gorillaz-like animated band project for self-aware Hessians -- proved Thursday night at the Hollywood Palladium that while the heaviest strains of rock music ..."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 21:11:00 GMT"; arnews[3] += "
"; arnews[4]="DJ Hero Brings the Party to Your Living Room - HispanicBusiness.com
"; arnews[4] += "To complement our pending gift guide in the November/December issue of HispanicBusiness Magazine, we'll also be running online reviews of gifts we couldn't fit into the issue. First up: DJ Hero, the hot new game for xBox, Playstation, and Wii DJ Hero ..."; arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 23:38: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("
");