var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The point is they laugh at what you say.....
";
arnews[0] += "The point is they laugh at what you say..... Well, you need a blue sky holiday The point is they laugh at what you say And I don't need no carryin' on You had a bad day You're taking one down You sing a sad song just to turn it around You say you don't know You tell me don't lie You work at a smile and you go for a ride You had a bad day The camera ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 01:36:04 GMT";
arnews[0] += "
";
arnews[1]="The Decade In Music: Gnarls Barkley's 'Crazy'
";
arnews[1] += "Gnarls Barkley's \"Crazy\" was the song everyone seemed to like. It remains a left-field wonder of psychedelic soul.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 17:32:00 GMT";
arnews[1] += "
";
arnews[2]="Marcy Playground, Margot, While You Were Gone
";
arnews[2] += "It would be easy to castoff Marcy Playground as another mid-'90s modern rock casualty with one quirky hit, but they had way more to say than 1997's hit single \"Sex And Candy\". After hearing that same song all over the radio for over a decade, it's refreshing to hear the other unsung tracks off the debut album it spawned from.";
arnews[2] += "
Publ.Date : Sat, 07 Nov 2009 10:35:32 GMT";
arnews[2] += "
";
arnews[3]="Chart Beat Thursday: Michael Jackson, Taylor Swift, Jason...
";
arnews[3] += "HE IS NOT ALONE: Not only does Michael Jackson 's \"This Is It\" blast onto the Billboard 200 at No.";
arnews[3] += "
Publ.Date : Thu, 05 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Bad Day - Daniel Powter
";
arnews[4] += "Daniel Powter, the Canadian who stormed the European charts in 2005 with his single \"Bad Day\" , was born and raised in the Okanagan Valley in British Columbia, picking up the violin at the age of four.";
arnews[4] += "
Publ.Date : Thu, 05 Nov 2009 20:19:54 GMT";
arnews[4] += "
";
arnews[5]="It's been 12 years since Marcy Playground's smash hit
";
arnews[5] += "It's been 12 years since Marcy Playground's smash hit \"Sex and Candy\" ruled the airwaves with an iron fist, and almost as long since the band hit the road on tour, but in the meantime, lead singer John Wozniak has had other interests.";
arnews[5] += "
Publ.Date : Tue, 03 Nov 2009 08:04:30 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("