var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="With upcoming Tom Petty DLC, Rock Band reaches 1,000 songs in series
";
arnews[0] += "In what might be the biggest accomplishment for the Rock Band series, Harmonix will officially reach the 1,000 song mark in the Rock Band series with this week's DLC announcment.";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Ugly loss eats at players: Conroy
";
arnews[1] += "Flames head coach Brent Sutter and alternate captain Craig Conroy. Photograph by: Herald Archive, Calgary Herald So Brent Sutter finds the corporate culture inside the Calgary Flames locker-room too casual for his liking.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 01:17:13 GMT";
arnews[1] += "
";
arnews[2]="Flames aim to bounce back against Kings
";
arnews[2] += "So Brent Sutter finds the corporate culture inside the Calgary Flames locker-room too casual for his liking.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 21:56:07 GMT";
arnews[2] += "
";
arnews[3]="Quick Fix Beauty Tips for the Holidays
";
arnews[3] += "With a holiday party calendar as extensive as your gift list, looking your best all day long can be a bit of a challenge.";
arnews[3] += "
Publ.Date : Tue, 03 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]=""Idol" wild child Adam Lambert readies first album
";
arnews[4] += "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[4] += "
Publ.Date : Sat, 21 Nov 2009 17:56:58 GMT";
arnews[4] += "
";
arnews[5]="Already Gone - Kelly Clarkson
";
arnews[5] += "Watch an exclusive Stripped LIVE performance from Kelly Clarkson!! This idol played old and new hits for fans in an intimate NYC show.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 16:07:34 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("