var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]=""Idol" Wild Child Adam Lambert Readies First Album - ABC News
";
arnews[0] += "LOS ANGELES (Billboard) - Adam Lambert -- the man with the outsize personality who delivered an audacious octave-and-a-half sitar-tinged purr of Johnny Cash's \"Ring of Fire\" on the most-watched TV show in the country, dodged sex toys thrown at him ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:42:00 GMT";
arnews[0] += "
";
arnews[1]="Hayley Williams Plays 'Left 4 Dead 2,' Sees 'A Christmas Carol' During ... - MTV
";
arnews[1] += "Last week, Paramore wrapped up a triumphant North American tour at the Palladium in Hollywood, California. This Sunday, they launch a European tour that will begin in Finland and will take them across the continent (including a show at London's ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 17:23:00 GMT";
arnews[1] += "
";
arnews[2]="Paramore reveal 'Brick by Boring Brick' video - Drowned In Sound
";
arnews[2] += "DiS Editor's alt-pop band of the year and Emo phenomena Paramore have a new video and we have the first sneak peak of it. A few hours ago Hayley Williams tweeted about the video, telling fans that it was nearly ready. And to tease you all that little ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 11:27:00 GMT";
arnews[2] += "
";
arnews[3]="Paramore Review: An Amazing Show - FanBolt.Com
";
arnews[3] += "Fresh off their summer gig opening for No Doubt, Paramore is back on the tour circuit. This time headlining a tour of their own. The Warfield Theater in San Francisco was filled to capacity as fans crammed onto the general admission floor shoulder to ...";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[3] += "
";
arnews[4]="PICK YOUR POISON: Paramore - Daily Aztec
";
arnews[4] += "Femme fatale frontwoman Hayley Williams is back with her boys for Paramore’s third album. Released on Sept. 29, “Brand New Eyes” signifies a continuation of the alternative rock band’s reign as one of the more listenable modern bands in its ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 17:44:00 GMT";
arnews[4] += "
";
arnews[5]="Demi Lovato - Here We Go Again - The Celebrity Cafe.com
";
arnews[5] += "Rising Disney star Demi Lovato has released an album that will quickly become every American preteen's favorite. With a voice that resembles Hayley Williams of Paramore, Lovato speaks for a new generation, with songs about love, friendship and good ...";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 23:54: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("