var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Blind Continues Bright House Relationship With New Campaign
";
arnews[0] += "Blind Creative Director Tom Koh, working closely with Fry Hammond Barr, finished a colorful four-spot campaign promoting Bright House Networks' various TV, phone and Internet packages.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 19:10:13 GMT";
arnews[0] += "
";
arnews[1]="Concert Review: Mayday!, Goodie Mob, and Nas at the Arsht Center, February 5
";
arnews[1] += "Special guest Stephen Marley joins Nas onstage at the Arsht Center. a Mayday!, Goodie Mob, and Nas The Arsht Center, Miami Friday, February 5, 2010 Better Than: BET's SOS Haiti benefit concert that took place earlier the same night, right up the street at the American Airlines Arena.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 14:44:02 GMT";
arnews[1] += "
";
arnews[2]="Crazy - Gnarls Barkley
";
arnews[2] += "The Gnarls Barkley collaboration didn't bring producer Danger Mouse to the top of the British charts for the first time, but it did mark his debut as the pilot of a hit record.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 10:20:15 GMT";
arnews[2] += "
";
arnews[3]="Say It Right - Nelly Furtado
";
arnews[3] += "Nelly Furtado strips down and shows her range. The girl is smokin' hot right now and you can see why on acoustic performances of \"Promiscuous,\" \"I'm Like A Bird\" and \"Maneater.\"... Nelly Furtado - Play All Biography Singer/songwriter Nelly Furtado heavily credits her ethnic background and creative childhood for spawning her pop career, which took ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 09:22:38 GMT";
arnews[3] += "
";
arnews[4]="Broken Bells Take The 'High Road'
";
arnews[4] += "Broken Bells is the new collaborative project between James Mercer, mastermind behind The Shins , and Danger Mouse , AKA the guy who made The Grey Album as well as one half of Gnarls Barkley .";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="The sound of Broken Bells
";
arnews[5] += "While Spoon's latest album sucked and Jay Reatard partied himself to death last month, there's still reason for the Indie Community to be wicked psyched: in case you hadn't heard, James Mercer and Danger Mouse have formed a new collaborative project called \"Broken Bells.\" Their self-titled debut album is due out later this year, but for now, feast ...";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 23:35:09 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("