var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Everton FC considers new stadium options - Leisure Opportunities
";
arnews[0] += "Everton Football Club (EFC) has revealed it is considering its options over the potential location of a new stadium after the club's plans to relocate to a site in Kirkby were rejected last year. The Premier League club had proposed a move to a new ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 14:14:00 GMT";
arnews[0] += "
";
arnews[1]="Liverpool FC vs Everton FC live stream soccer English Premier League ... - Gather.com
";
arnews[1] += "Another Merseyside derby looms. Liverpool won the previous fixture 0-2 at Goodison Park. Both sides are on a good run of form. And both seek financial windfall that European competition next season could bring. (But that’s beside the point on derby ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 08:47:00 GMT";
arnews[1] += "
";
arnews[2]="Clueless Everton - Toffeeweb
";
arnews[2] += "Well, another tactically magnificent performance from Everton. Hoofball against ten men and, even more disgracefully, a complete lack of fight. I have been disappointed many, many times in the past but today Everton FC have surpassed themselves. No ...";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 15:56:00 GMT";
arnews[2] += "
";
arnews[3]="New dimension... - Toffeeweb
";
arnews[3] += "I'm as angry as other fellow evertonians following that performance of utter rubbish, however we can all mouth off about tactics, or sack moyes sack the players etc etc, but that's not going to get us anywhere is it. After watching that performance a ...";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 16:02:00 GMT";
arnews[3] += "
";
arnews[4]="Fan Diary #23: I Love The Smell Of The Merseyside Derby In The Morning - EPL Talk
";
arnews[4] += "7:45am. That’s the time to tune in here in Boston if you want to see Liverpool FC take on Everton FC. And though I could feasibly be at work tonight until 3:30am (that’s if I get the closing section: worst case scenario—I could be out as early ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 19:11:00 GMT";
arnews[4] += "
";
arnews[5]="V Everton Reserves - evertonfc.com
";
arnews[5] += "Codling. Ref: A Scregg Everton reserves beat Bootle 4-2 to progress to the semi-finals of the Senior Cup on Monday evening. The Blues travelled to Merseyside's oldest derby fixture with a youthful line-up and for a number of the home side it was a ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 07:25:00 GMT";
arnews[5] += "
";
totcount = 6;
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("