var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="celebrity-spotting: Alison Carroll macht uns die Lara Croft: http://bit.ly/1OP0f8
";
arnews[0] += "Alison Carroll macht uns die Lara Croft:";
arnews[0] += "
";
arnews[1]="fevzi semih aksan: alison carroll
";
arnews[1] += "alison carroll -";
arnews[1] += "
";
arnews[2]="BM: YouTube - Alison Carroll's Channel 5 News Interview featuring Underwater Photoshoot: YouTube - Alison Carroll'... http://twurl.nl/0m2nea
";
arnews[2] += "BM: YouTube - Alison Carroll's Channel 5 News Interview featuring Underwater Photoshoot: YouTube - Alison Carroll'...";
arnews[2] += "
";
arnews[3]="BM: YouTube - Alison Carroll's Channel 5 News Interview featuring Underwater Photoshoot: YouTube - Alison Carroll'... http://twurl.nl/0m2nea
";
arnews[3] += "BM: YouTube - Alison Carroll's Channel 5 News Interview featuring Underwater Photoshoot: YouTube - Alison Carroll'...";
arnews[3] += "
";
arnews[4]="Under Watr: BM: YouTube - Alison Carroll's Channel 5 News Interview featuring Underwater Photoshoot: YouTube - Alison Carroll'... http://twurl.nl/0m2nea
";
arnews[4] += "BM: YouTube - Alison Carroll's Channel 5 News Interview featuring Underwater Photoshoot: YouTube - Alison Carroll'...";
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("