var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Everton FC can't feel sorry for themselves after Old Trafford humbling, says ... - Liverpool Daily Post
";
arnews[0] += "Everton FC can't feel sorry for themselves after Old Trafford humbling, says ... - Liverpool Daily Post -";
arnews[0] += "
";
arnews[1]="Everton FC football: Last Chance To Win VIP Prize http://bit.ly/6S5AMH
";
arnews[1] += "Everton FC football: Last Chance To Win VIP Prize";
arnews[1] += "
";
arnews[2]="hey, i've got my 5th follower now. everton f.c. but i don't even like footie. still i will not kick them out. everyone deserves a chance
";
arnews[2] += "hey, i've got my 5th follower now. everton f.c. but i don't even like footie. still i will not kick them out. everyone deserves a chance -";
arnews[2] += "
";
arnews[3]="Everton's Steven Pienaar targets derby return - Click Liverpool
";
arnews[3] += "Everton's Steven Pienaar targets derby return - Click Liverpool -";
arnews[3] += "
";
arnews[4]="Everton's Lucas Neill eyes first choice spot at right back - Click Liverpool
";
arnews[4] += "Everton's Lucas Neill eyes first choice spot at right back - Click Liverpool -";
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("