var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Newsticker: Tottenham Hotspur bewirbt sich mit neuem Stadion für WM 2018 http://bit.ly/6q1vDp
";
arnews[0] += "Newsticker: Tottenham Hotspur bewirbt sich mit neuem Stadion für WM 2018";
arnews[0] += "
";
arnews[1]="Jessie Payton: Soccer team to refund money for tickets after big loss
";
arnews[1] += "Soccer team to refund money for tickets after big loss -";
arnews[1] += "
";
arnews[2]="Jerry Dan: Soccer team to refund money for tickets after big loss
";
arnews[2] += "Soccer team to refund money for tickets after big loss -";
arnews[2] += "
";
arnews[3]="Viewing a thread - Tottenham Hotspur Vs. Wigan Athletic.
";
arnews[3] += "Viewing a thread - Tottenham Hotspur Vs. Wigan Athletic. -";
arnews[3] += "
";
arnews[4]="Defoe sets his sights on more of the same http://bit.ly/8TyxQ9 #tottenham #hotspur
";
arnews[4] += "Defoe sets his sights on more of the same";
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("