var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Mark von Minden: @TullyMMills though I concede you probably have a good reason. I still think Fergie isn't gonna be much help when the going gets tough.
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="Big Ass: Fergie
";
arnews[1] += "Fergie -";
arnews[1] += "
";
arnews[2]="Max Coyne: I just saw the HBO ad with the Rolling Stones & Fergie doing "Gimme Shelter", I have lost a lot of respect for the Rolling Stones now.
";
arnews[2] += "I just saw the HBO ad with the Rolling Stones & Fergie doing \"Gimme Shelter\", I have lost a lot of respect for the Rolling Stones now.";
arnews[2] += "
";
arnews[3]="Exotto Magazin: Fergie Yeşiller İçinde…
";
arnews[3] += "Fergie Yeşiller İçinde… -";
arnews[3] += "
";
arnews[4]="Fergie acts as head-hunter for Scotland - Tottenham http://aggbot.com/docs/link.php?id=3572985&ref=tw&cat=52
";
arnews[4] += "Fergie acts as head-hunter for Scotland - Tottenham";
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("