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]="Trujillo Devastated By Missing Metallica Fan - The Gaea Times
";
arnews[1] += "The disappearance of METALLICA fan MORGAN HARRINGTON has “crushed” the band’s bassist ROBERT TRUJILLO. The female student went missing following a Metallica concert in Virginia on 17 October (09) and the band members were quick to offer up a ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 07:50:00 GMT";
arnews[1] += "
";
arnews[2]="Robert Trujillo Devastated By Missing Metallica Fan Morgan Harrington - Post Chronicle
";
arnews[2] += "The disappearance of Metallica fan Morgan Harrington has \"crushed\" the band's bassist Robert Trujillo. The female student went missing following a Metallica concert in Virginia on 17 October (09) and the band members were quick to offer up a $50,000 ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 14:51:00 GMT";
arnews[2] += "
";
arnews[3]="Firefighter Arrested At Metallica Show - Gothamist.com
";
arnews[3] += "Metallica just finished up a two night run at Madison Square Garden, and at least one fan is likely still reeling from Sunday night's show. The NY Post reports that 33-year-old New York firefighter, Gerard Weihe, got ejected from the show by security ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 13:59:00 GMT";
arnews[3] += "
";
arnews[4]="Metallica Extending Tour Plans for 2010 - 93X.COM
";
arnews[4] += "93 X reports: Metallica appear to love touring because they will continue on the road well into 2010. The band announced South and Central American dates last week and now this week they are teasing fans across the Atlantic by releasing a handful of ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 21:26:00 GMT";
arnews[4] += "
";
arnews[5]="Metallica, Ozzy tribute bands to play - Spartanburg Herald-Journal
";
arnews[5] += "Two rock titans, Ozzy Osbourne and Metallica, toured together in 1986. Now two tribute bands will reenact the moment in music history with a show at PJ's Bar and Grill. Battery, a Metallica tribute band from Chicago, and Ultimate Sin, an Ozzy ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 08:12: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("