var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lacuna Coil Guitarist Interviewed On 'Dementiellement Votre'
";
arnews[0] += "A new audio interview with guitarist Cristiano \"Pizza\" Migliore of the Italian rock/metal band LACUNA COIL , conducted on November 19, 2009 by \"Dementiellement Votre\" on Quebec City's CKRL 89.1 FM , has been posted online at this location .";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 18:32:21 GMT";
arnews[0] += "
";
arnews[1]=""Idol" wild child Adam Lambert readies first album
";
arnews[1] += "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 onstage during the \"American Idol\" tour and did it all without smearing his eyeliner -- is curled in the fetal position.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 17:56:58 GMT";
arnews[1] += "
";
arnews[2]="Car Stereo (Wars), GRRL Parts
";
arnews[2] += "Rocks Off defies you to go see Car Stereo upstairs at Boondocks and not leave sweaty and drunk on legs that feel like jelly from popping and locking all night.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 11:21:05 GMT";
arnews[2] += "
";
arnews[3]="Metric
";
arnews[3] += "Monday, November 23 at 8 p.m. Metric Wait, what? Let's back up just a few years.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 11:00:41 GMT";
arnews[3] += "
";
arnews[4]="Clarkson proves she's a true idol
";
arnews[4] += "Kelly Clarkson, seen here in New York earlier this year, showed that she's moved beyond the shadow of American Idol with her performance Saturday night.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 10:40:12 GMT";
arnews[4] += "
";
arnews[5]="CHEO's support 'fantastic' for Brianna and family
";
arnews[5] += "It started with a sore hip. Jeans and t-shirt girl Brianna Merritt had worn big high heels to a semi-formal dance at the end of November, so she figured she was paying the price.";
arnews[5] += "
Publ.Date : Mon, 07 Apr 2008 07:00: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("