var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Conspiracy Theory - ReelzChannel.com
";
arnews[0] += "Music videos from movies originally based on Comic books like Fantastic Four, The Punisher and Spider-man 2. Also featuring the musical likes of Evanescence, Ben Moody and Dashboard Confessional.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 18:40:00 GMT";
arnews[0] += "
";
arnews[1]="Music event to support Greece food shelf - MPNow
";
arnews[1] += "Guitar-toting mom Deborah Magone is reaching out to fellow families in the Greece community. This weekend, she’ll play with her band in Can Jam 2009, a concert held to benefit the Greece Ecumenical Food Shelf. DETAILS Admission is $7 for people ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 18:19:00 GMT";
arnews[1] += "
";
arnews[2]="411’s Top 100 Songs of the 2000s: #80 – 61 - 411mania.com
";
arnews[2] += "Join the 411 Music staff as we count down the absolute best songs the decade had to offer. Part two features Beck, the Beasties, System of a Down, Nas, OutKast and plenty more… Welcome back, music fans. We're back for the second part of our look ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 03:41:00 GMT";
arnews[2] += "
";
arnews[3]="Alex S. Gabor - Associated Content
";
arnews[3] += "The lyrics to \"My Immortal\" by Evanescence seemed dying to be rewritten and re-recorded in a remix by \"The Penny King\" to be sung by him at the International pennies for peace concert in Topanga coming up";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 10:29:00 GMT";
arnews[3] += "
";
arnews[4]="Fargo band playing in Bismarck - Bismarck Tribune
";
arnews[4] += "They like to describe themselves as metal goth, similar to Evanescence,” said Sean Boe, manager of the band. The group originated and performs mainly in Fargo but is always looking for areas to expand their growth and fans.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 07:43:00 GMT";
arnews[4] += "
";
arnews[5]=""Believe" on CD from Orianthi! - EDGE Boston
";
arnews[5] += "Orianthi packs modern girl-power punch into every turn of phrase, but it’s the shredding that takes her brand of rock to an entirely new level. Songs like \"Suffocated\" and \"Think Like A Man\" are anthemic rock tracks recalling at time Evanescence ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 10:22:00 GMT";
arnews[5] += "
";
arnews[6]="MTV Awards-Show Director Tapped for Oscars - TheWrap
";
arnews[6] += "He has worked with such diverse artists as U2, Evanescence, Peter Gabriel and Eminem. Together Shankman, a choreographer and one of the judges on “So You Think You Can Dance?” and director of the film “Hairspray”; and Mechanic, the producer ...";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 18:50:00 GMT";
arnews[6] += "
";
totcount = 7;
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("