var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Inter too strong for Bologna
";
arnews[0] += "FC Internazionale Milano added to the pressure on their title rivals with a 3-1 win over Bologna FC on Saturday to stretch their lead at the top of Serie A to eight points over second-placed Juventus, who host Udinese Calcio on Sunday.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 17:50:00 GMT";
arnews[0] += "
";
arnews[1]="Sport
";
arnews[1] += "Football - BoV Premier League - High-flying Qormi face tricky test against revitalised Spartans - Valhmor Camilleri Qormi's ambitions for the season will be subjected to a stern test tomorrow afternoon when the pace-setters face neighbouring rivals Hamrun... Football - BoV Premier League - This weekend's other matches Msida St Joseph vs Dingli ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 09:30:55 GMT";
arnews[1] += "
";
arnews[2]="Trezeguet out for rest of group stage
";
arnews[2] += "Juventus striker David Trezeguet will miss the last two games of the UEFA Champions League group stage after being ruled out for a month with a left calf problem.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 16:45:00 GMT";
arnews[2] += "
";
arnews[3]="Pick of the week
";
arnews[3] += "It was international week and European football produced its fair share of the worthy and unusual.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 16:31:00 GMT";
arnews[3] += "
";
arnews[4]="Blessed are the set-piece makers
";
arnews[4] += "The fact that five of FC Girondins de Bordeaux's six goals in an eye-catching UEFA Champions League campaign have come from set-pieces may not look like a coincidence, but playmaker Yoann Gourcuff told uefa.com: \"We don't work on them all that much.\" Early qualification Despite claiming last season's Ligue 1 title courtesy of a remarkable run of ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 15:30:00 GMT";
arnews[4] += "
";
arnews[5]="Arsenal boss Wenger eyes Dortmund defender Subotic as Gallas replacement
";
arnews[5] += "Arsene Wenger could step up his pursuit of Borussia Dortmund centre-half Neven Subotic amid fears William Gallas could leave Arsenal for nothing in the summer.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 15:58:31 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("