var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Rossi hardly a rock star in Supernova's debut
";
arnews[0] += "To appreciate the incongruous scene posed by Rock Star: Supernova's concert debut, it helps to hear from two Canadian fans who trekked here to cheer the band's skunk-haired singer, Lukas Rossi.";
arnews[0] += "
Publ.Date : Mon, 01 Jan 2007 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="On Nov. 19, 2004, Ron Artest and Stephen Jackson charged fans in the stands in Detroit
";
arnews[1] += "Today is Thursday, Nov. 19, the 323rd day of 2009. There are 42 days left in the year.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 05:21:02 GMT";
arnews[1] += "
";
arnews[2]="Guitar Center Annouces Drum-Off Grand Finals [News]
";
arnews[2] += "Guitar Center announced that Tommy Lee and the Street Drum Corps ' Frank Zummo will present \" Bezerk \" - an exclusive project commissioned by Guitar Center , featuring some of today's top drummers and artists - as part of the upcoming Drum-Off Grand Finals , taking place January 8, 2010 at The Wiltern in Los Angeles.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 18:01:30 GMT";
arnews[2] += "
";
arnews[3]="Rob Zombie preview
";
arnews[3] += "What are you supposed to expect from Rob Zombie's forthcoming Hellbilly Deluxe 2: Noble Jackals, Penny Dreadfuls And The Systematic Dehumanization Of Cool ? The whole world only has access to two of the 11 tracks, so you'll just have to join him at the Aragon to find out.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 03:25:53 GMT";
arnews[3] += "
";
arnews[4]="Stone Temple Pilots @ Kool Haus, Nov. 17
";
arnews[4] += "Nearly every time I mention going to see the Stone Temple Pilots , people feel obligated to ask \"who is in that band now?\" as if, like some of their interchangeable alternative rock-peers at least one of the founding members was presumed to be dead/fired/retired/high. Well, I'm happy to report that all four original Pilots are still present and ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="This day in history
";
arnews[5] += "Today's highlight in history: On Nov. 19, 1863, President Abraham Lincoln delivered the Gettysburg Address as he dedicated a national cemetery at the site of the Civil War battlefield in Pennsylvania.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 17:44:03 GMT";
arnews[5] += "
";
arnews[6]="Almanac
";
arnews[6] += "Today is Thursday, Nov. 19, the 323rd day of 2009. There are 42 days left in the year.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 16:03:01 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("