var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Marina and the Diamonds: The Music Mix recommends - Entertainment Weekly Online
";
arnews[0] += "Still waiting for the guaranteed-bananas “Seventeen” video to drop, but to me she’s like Rocky Horror and Regina Spektor had a baby, and then hired Fiona Apple to give it afternoon piano lessons, plus absinthe juice box. Et voila!";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 19:13:00 GMT";
arnews[0] += "
";
arnews[1]="Thao with the Get Down Stay Down - SFStation.com
";
arnews[1] += "Indie folk singer/songwriter Thao Nguyen crafts delicate but memorable songs tinged with country and blues, and her rich voice and thoughtful lyrics draw comparisons to Fiona Apple and Cat Power. She began writing and playing songs when she was 12 ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 09:41:00 GMT";
arnews[1] += "
";
arnews[2]="Pole dancing: Good exercise or trashy? - 10Connects.com
";
arnews[2] += "Largo, Florida -- Most gym classes start with a welcome hello, bright lights and fast-paced music. But not at the pole dancing class at Shapes Total Fitness in Largo. Instructor Lisa Miller starts by turning on black lights and strobes, flipping on a ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 18:57:00 GMT";
arnews[2] += "
";
arnews[3]=""Idol" champ Allen enjoying music-biz fast track - Reuters
";
arnews[3] += "LOS ANGELES (Billboard) - A year ago, Kris Allen was attending the University of Central Arkansas, playing gigs at local bars and adjusting to life as a newlywed. Now, thanks to \"American Idol,\" he's enough of a brand name that his major-label debut ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:43:00 GMT";
arnews[3] += "
";
arnews[4]="Looking for something different - Dubuque Telegraph Herald
";
arnews[4] += "Country music singer Carrie Underwood's third album, \"Play On,\" was released this month. Pop-country has made superstars out of acts like Rascal Flatts, Taylor Swift and more. But the term is not particularly endearing in Nashville, even to the ...";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 15:55:00 GMT";
arnews[4] += "
";
arnews[5]="mr. Gnome, Songs for Snakes, Disastroid - San Francisco Weekly
";
arnews[5] += "The new album by Cleveland duo mr. Gnome , Heave Yer Skeleton , is a surreal rock listen. Largely recorded at the Los Angeles studio of Queens of the Stone Age frontman Josh Homme, the band's sophomore full-length contains layers of echoey, keening ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 06:05: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("