var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Modest Mouse releases 'King Rat' music video directed by Heath Ledger - Examiner
";
arnews[0] += "Modest Mouse has just released the Heath Ledger directed video for the track \"King Rat\" that's on the band's new EP, No One's First, and You're Next . Ledger came up with the idea for the animated video, and directed most of it, until his untimely ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 14:47:00 GMT";
arnews[0] += "
";
arnews[1]="Modest Mouse's Johnny Marr Featured On The Cribs' New Album - 411mania.com
";
arnews[1] += "Among his other musical duties in the last couple years, Johnny Marr is featured on the Cribs just-released fourth album, Ignore the Ignorant . \"I love the band, anyway,\" the Modest Mouse and former Smiths guitarist tells Billboard.com . \"I was ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 17:17:00 GMT";
arnews[1] += "
";
arnews[2]="EMI Music brings music videos and concerts to Hulu - WebWire
";
arnews[2] += "EMI is first major label group to make concerts, music videos available on Hulu Los Angeles, EMI Music has reached an agreement with Hulu, an online video service that offers hit TV shows, movies and clips at Hulu.com and other online destination ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 20:42:00 GMT";
arnews[2] += "
";
arnews[3]="Norah Jones, 'The Fall' - Courier-Journal
";
arnews[3] += "Producer Jacquire King (Kings of Leon, Modest Mouse, Tom Waits) creates a tougher, more interesting landscape that's a welcome foil to her soft image and tender voice. (Jones also plays some guitar.) “The Fall” is true to Jones' past in one ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:03:00 GMT";
arnews[3] += "
";
arnews[4]="Norah Jones is “Chasing Pirates” all over the TV this month - Monsters and Critics
";
arnews[4] += "Produced by Jacquire King (Tom Waits, Modest Mouse, Kings of Leon), The Fall features Norah’s new ... Bruce Warren, program director for NPR Member station WXPN 88.5 in Philadelphia, says that The Fall “showcases Jones' musical depth in exciting ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 17:11:00 GMT";
arnews[4] += "
";
arnews[5]="Burbank comes off as arrogant by bashing Techno Guy's music - Daily Lobo
";
arnews[5] += "I am responding to this entire debacle surrounding “Techno Guy” and “Disgruntled Professor.” The reason I have jumped into this debate a bit late is because I could see both sides of view and sympathized with both, until now. On one side, you ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 07:56: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("