var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Snowed in on Superbowl Sunday - HealthCentral.com
";
arnews[0] += "In the famous words of Fiona Apple, \"I've been a bad, bad girl\". But not in the strip-down-to-your-undies-and-humiliate-some-guy way like her video for \"Criminal\". More like \"there's-three-feet-of-snow-on-the-ground-and-there's-nothing-else-to-do-but ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 14:41:00 GMT";
arnews[0] += "
";
arnews[1]="Mellotron - The Movie - Sonic State
";
arnews[1] += "Just released on DVD is Mellodrama , a documentary about the might Mellotron family. Here's some details from the film's website... Mellodrama, a documentary by Dianna Dilworth, explores the rising and falling fortunes of the Mellotron - the first ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 14:04:00 GMT";
arnews[1] += "
";
arnews[2]="Bettye LaVette & Mavis Staples live: Holy wow! - Minneapolis Star Tribune
";
arnews[2] += "It was a one-two punch: On back to back nights, two deeply emotional, leather-throated R&B divas who pour themselves into songs more than any other two singers on the planet. First Bettye LaVette, then Mavis Staples. A regular visitor to the Dakota ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 09:54:00 GMT";
arnews[2] += "
";
arnews[3]="Sarah Blasko To Tour With The Temper Trap In The UK - Undercover Music News
";
arnews[3] += "England is in for a double Aussie bill with Sarah Blasko going on tour with The Temper Trap. Having won the ARIA Award and Rolling Stone Award for Best Female and the coveted J Award for Album Of The Year with her 2009 release 'As Day Follows Night ...";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 21:32:00 GMT";
arnews[3] += "
";
arnews[4]="Up close with Kris Allen - Star-ecentral.com
";
arnews[4] += "HE has been dubbed the “most successful underdog” in American Idol history. In the beginning, no one remembered who Kris Allen was – he just managed nine seconds of screen time during the audition stage while his opponent, Adam Lambert ...";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 23:04:00 GMT";
arnews[4] += "
";
arnews[5]="One Wilde ride - StJoenews.net
";
arnews[5] += "Most bands these days wouldn’t use a 19th-century Irish playwright as a focal point in their music. But for Chicago triumvirate Company of Thieves, Oscar Wilde remains a true inspiration. Lead singer Genevieve Schatz says the band always has been ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 17:10: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("