var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Wandering Euan: My Blog Music Video Of The Day – 23rd November 2009: The Killers – Spaceman http://bit.ly/07ZQtCD
";
arnews[0] += "My Blog Music Video Of The Day – 23rd November 2009: The Killers – Spaceman";
arnews[0] += "
";
arnews[1]="James Brown: The Killers - When You Were Young
";
arnews[1] += "The Killers - When You Were Young -";
arnews[1] += "
";
arnews[2]="Fabian Colossi: Audio: All These Things That I’ve Done The Killers When there’s nowhere else to run Is there room for one... http://tumblr.com/x4347rr15
";
arnews[2] += "Audio: All These Things That I’ve Done The Killers When there’s nowhere else to run Is there room for one...";
arnews[2] += "
";
arnews[3]="Kenneth Jayden Lim: The Killers – Enterlude
";
arnews[3] += "The Killers – Enterlude -";
arnews[3] += "
";
arnews[4]="Kenneth Jayden Lim: The Killers – Sam's Town
";
arnews[4] += "The Killers – Sam's Town -";
arnews[4] += "
";
totcount = 5;
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("