var arnews = new Array(8);
totcount = 1;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="[VIDEO] All-Star Remake Of "Beds Are Burning" Featuring Fergie, All...
";
arnews[0] += "To that end, the Time For Climate Justice website is hosting the video for the campaign's \"soundtrack\" - an all-star remake of Midnight Oil's 1987 hit, \"Beds Are Burning\". The cover features contributions from Midnight Oil, Lily Allen, Heidy Allende, Amadou et Mariam, Andrew Wyatt, Andre , Alexandre De Betak, Adam Freeland, Bob Geldof, Dan Black, ...";
arnews[0] += "
Publ.Date : Fri, 02 Oct 2009 12:10:49 GMT";
arnews[0] += "
";
totcount = 1;
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("