var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="White Stripes: Air Force Swiped Our Music
";
arnews[0] += "One day after Super Bowl XLIV, which was the most watched program in television history, the White Stripes took to their website to share their unhappiness with one commercial during the broadcast: a 30-second spot for the Air Force Reserve.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:51:15 GMT";
arnews[0] += "
";
arnews[1]="White House hastens concert to beat snow
";
arnews[1] += "Published: Tuesday, February 9, 2010 at 2:10 p.m. Last Modified: Tuesday, February 9, 2010 at 2:10 p.m. Facing another wintry wallop, the White House decided to move a concert celebrating civil rights music from Wednesday to Tuesday to beat what could be a second crippling storm in a week.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:42:12 GMT";
arnews[1] += "
";
arnews[2]="Yonder Mountain String Band
";
arnews[2] += "In support of its fifth studio release, 2009's The Show , Yonder Mountain String Band is deep into the aptly named \"Cabin Fever Tour.\" Considering it hails from the mountains outside of Boulder, Colorado, it's understandable why this four-piece renegade act makes a winter tour annually, with a sunny Florida stop a no-brainer. Yonder Mountain has ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:39:59 GMT";
arnews[2] += "
";
arnews[3]="Top 10 Sickest Drummers of All Time
";
arnews[3] += "The drums. The spine and pulse of a band. A bad drummer loses an audience. A good drummer keeps the flow going in unison.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 22:33:22 GMT";
arnews[3] += "
";
arnews[4]="Them Crooked Vultures, new supergroup, rocks Roseland Ballroom
";
arnews[4] += "A funny thing happened on the way to the Led Zeppelin reunion tour. The three living members of this all-time great rock band - singer Robert Plant, guitarist Jimmy Page and bassist John Paul Jones - got together for a well-received reunion concert in London, in late 2007.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 18:23:43 GMT";
arnews[4] += "
";
arnews[5]="Watch: Dave Grohl, Ashton Kutcher, SNL Cast spoof hardcore punk in Crisis of Conformity sketch
";
arnews[5] += "Ever think you'd hear Nirvana/Foo Fighters/Them Crooked Vultures icon Dave Grohl make a prostate joke? Think again.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 17:41:53 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("