var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Alison Goldfrapp, Leighton Meester, Gorillaz - EDGE Boston
";
arnews[0] += "Blasting off into a week of new dance releases, Goldfrapp is back with brand-new track \"Rocket.\" The British electronic band takes its synth cues from Van Halen’s ’80s classic \"Jump\" for this fun pop-dance odyssey (written and produced by the duo ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 05:03:00 GMT";
arnews[0] += "
";
arnews[1]="Jay-z, Muse And Gorillaz To Headline Coachella - The Gaea Times
";
arnews[1] += "JAY-Z, MUSE and GORILLAZ will headline this year’s (10) Coachella Valley Music & Arts Festival in California. The reunited Pavement, Sly & The Family Stone, Radiohead frontman Thom Yorke, Vampire Weekend, rock supergroup Them Crooked Vultures, cult ...";
arnews[1] += "
Publ.Date : Tue, 19 Jan 2010 09:51:00 GMT";
arnews[1] += "
";
arnews[2]="Gorillaz announce new album, 'Plastic Beach' - Nationalpost.com
";
arnews[2] += "Five years after the release of their last record, Damon Albarn's animated dub-hop group Gorillaz have announced their new album, Plastic Beach , due for release on March 9. There's a theme to this one - from the press release: \"The band have taken ...";
arnews[2] += "
Publ.Date : Thu, 21 Jan 2010 06:00:00 GMT";
arnews[2] += "
";
arnews[3]="Gorillaz ‘Plastic Beach’ Preview Is Beautiful, Vague - Idolator.com
";
arnews[3] += "Gorillaz, the band whose members would prefer to hide behind cartoon apes instead of show their real-life faces, are keeping up with their mysterious persona: they’ve released a mystical, computer-animated preview video to promote their upcoming ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 23:38:00 GMT";
arnews[3] += "
";
arnews[4]="Gorillaz’s Plastic Beach gets trailers, Experience Edition , Lou ... - Consequence of Sound
";
arnews[4] += "Perhaps the best thing about the whole Gorillaz project is the fact that it comprised of more than just good music. As the publicity behind the album’s March 9th release begins to ramp up, this reality is once again particularly evident, as ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 19:20:00 GMT";
arnews[4] += "
";
arnews[5]="Gorillaz's Murdoc Niccals plays 'Plastic Beach' songs during NME Radio ... - NME
";
arnews[5] += "In today's show he announced that he had something extra special to play listeners. \"Next track here is from the new Gorillaz album… you're so lucky!\" he said, before stating that he was thinking of calling the track 'Pink Stinkfish' . After ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 21:58: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("