var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Nicholas Valenzuela: The White Stripes – You Don't Know What Love Is (You Just Do as You're Told)
";
arnews[0] += "The White Stripes – You Don't Know What Love Is (You Just Do as You're Told) -";
arnews[0] += "
";
arnews[1]="Nicholas Valenzuela: The White Stripes – Conquest
";
arnews[1] += "The White Stripes – Conquest -";
arnews[1] += "
";
arnews[2]="Nicholas Valenzuela: The White Stripes – 300 M.P.H. Torrential Outpour Blues
";
arnews[2] += "The White Stripes – 300 M.P.H. Torrential Outpour Blues -";
arnews[2] += "
";
arnews[3]="Nicholas Valenzuela: The White Stripes – It's True That We Love One Another
";
arnews[3] += "The White Stripes – It's True That We Love One Another -";
arnews[3] += "
";
arnews[4]="Nicholas Valenzuela: The White Stripes – Girl You Have No Faith in Medicine
";
arnews[4] += "The White Stripes – Girl You Have No Faith in Medicine -";
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("