var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Scott Baradell: (Newsbabes) Rachael Stirling is a Hot Guest on the BBC
";
arnews[0] += "(Newsbabes) Rachael Stirling is a Hot Guest on the BBC -";
arnews[0] += "
";
arnews[1]="Lee: Rachael Stirling.Martin Freeman.. I *want* to like BoyMeetsGirl but but .. Bah.. (there's even The Smiths songs on it)
";
arnews[1] += "Rachael Stirling.Martin Freeman.. I *want* to like BoyMeetsGirl but but .. Bah.. (there's even The Smiths songs on it)";
arnews[1] += "
";
arnews[2]="novanuke: Rachael Stirling (32)
";
arnews[2] += "Rachael Stirling (32) -";
arnews[2] += "
";
arnews[3]="Chris: Tipping the Velvet (DVD) newly tagged "beautiful"
";
arnews[3] += "Tipping the Velvet (DVD) newly tagged \"beautiful\" -";
arnews[3] += "
";
arnews[4]="alex: Tipping the Velvet (DVD) newly tagged "beautiful"
";
arnews[4] += "Tipping the Velvet (DVD) newly tagged \"beautiful\" -";
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("