var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A.M. Stir: The things rockers say
";
arnews[0] += "I recently found a funny old book at Chamblin Bookmine, \"The Book of Rock Quotes,\" which came out in 1982.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:34:16 GMT";
arnews[0] += "
";
arnews[1]="Read Sex Songs Hall of Fame in Sex Songs Hall of Fame
";
arnews[1] += "Steve Albini and Big Black titled their final album Songs About Fucking . It was, in part, a tongue-in-cheek move, but a case could be made that every song - especially since the advent of rock 'n' roll is basically about sex.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:19:46 GMT";
arnews[1] += "
";
arnews[2]="Game Review: Band Hero, Lego Rock Band -- clean rock
";
arnews[2] += "Musical video games are already family-friendly. There's no violence, and their developers have already weeded out most of the sex and drugs in rock 'n' roll.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 07:08:38 GMT";
arnews[2] += "
";
arnews[3]="In The Meantime - Spacehog
";
arnews[3] += "Spacehog mixed glam rock influences, including David Bowie and T. Rex, into their wall-of-distorted-guitars sound, a combination that helped the band make a modest dent in the late-'90s alternative rock scene.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 06:00:37 GMT";
arnews[3] += "
";
arnews[4]="Scottish novelist and screenwriter William Boyd
";
arnews[4] += "A French philosopher has been caught out by a literary prank. But it's nothing on the tale of the forgotten artist Nat Tate William Boyd: perpetrator of the Nat Tate hoax Photograph: Murdo Macleod La Rive Gauche rigole.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 05:27:33 GMT";
arnews[4] += "
";
arnews[5]="Seattle People Q&A: Malcolm Digs The Who, the '70s, Can Remember His First Concert, But Not His Last
";
arnews[5] += "Every week, photographer and conversationalist Jenny Jimenez ventures out into the city and brings back photos and notes about the folks she encounters.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 03:16:15 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("