var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="England v Italy: Five Great English Victories Over Italian Teams - goal.com
";
arnews[0] += "Leeds United stunned Milan in rain-lashed Yorkshire, and in so doing re-ignited their Champions League campaign. David O'Leary's spirited side had produced a cracking performance but looked like having to settle for a goalless draw and a point in ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 15:02:00 GMT";
arnews[0] += "
";
arnews[1]="Why is there a tree in the middle of the pitch? - The Guardian
";
arnews[1] += "\"I seem to remember a photo from about 15 years ago, possibly in FourFourTwo, of a Brazilian lower league team with a tree in the middle of their pitch,\" writes Ian Boutle. \"Can this be confirmed? And are there any other arboreal oddities of note in ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 09:54:00 GMT";
arnews[1] += "
";
arnews[2]="World Soccer - YAHOO!
";
arnews[2] += "Ukraine's soccer player Andriy Shevchenko shows the ticket of Sweden during the drawing of the qualifying games for the 2012 European soccer championships, at the Palace of Culture in Warsaw, Poland, Sunday, Feb. 7, 2010. The qualifying campaign for ...";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 14:15:00 GMT";
arnews[2] += "
";
arnews[3]="Euro 2012 qualifying draw throws up England v Wales - Reuters Blogs
";
arnews[3] += "The Euro 2012 qualifying draw in Warsaw got off to a mixed start with a less than tuneful performance from a Polish boyband. However, when we finally reached the main event, those famous coloured balls did not disappoint with Andriy Shevchenko (who ...";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 16:38:00 GMT";
arnews[3] += "
";
arnews[4]="Euro 2012 Draw: Italy Meet Serbia, Germany-Turkey & Portugal-Denmark - goal.com
";
arnews[4] += "The qualifying draw for Euro 2012 was made in Warsaw, Poland with Group C arguably the toughest where Italy, Serbia and Slovenia were placed together. Group A is also intriguing as Germany, Turkey and Austria were all drawn in the same pool while ...";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 13:18:00 GMT";
arnews[4] += "
";
arnews[5]="Euro 2012: Bulgaria faces England in qualifying Group G - Sophia Echo
";
arnews[5] += "Bulgaria was drawn in the same group as England and Wales, plus Switzerland, and local Montenegro. The draw, which took place in Warsaw on February 7 2010, was conducted by Polish player Zbigniew Boniek, and Ukraine’s Andriy Shevchenko.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 14:36: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("