var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Record-breaking Berbatov dreams of Champions League glory - MoneyControl.com
";
arnews[0] += "Bulgaria captain Dimitar Berbatov has set his sights on winning the Champions League after breaking his country's goal-scoring record. The 28-year-old Manchester United striker became Bulgaria's leading scorer after netting twice in a 4-1 friendly ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 12:14:00 GMT";
arnews[0] += "
";
arnews[1]="Dimitar Berbatov breaks Bulgaria’s goal scoring record - World-Track and Field Website
";
arnews[1] += "Dimitar Berbatov made history in Malta on Wednesday night when he bagged two goals in a 4-1 friendly win for Bulgaria. The United striker’s brace means he’s now scored 48 goals for Bulgaria, making him the country’s all-time leading scorer. The ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 02:48:00 GMT";
arnews[1] += "
";
arnews[2]="BERBATOV BACK IN CONTENTION - Sporting Life
";
arnews[2] += "Manchester United striker Dimitar Berbatov has confirmed he is back to fitness following a short lay-off with a knee injury. Berbatov has missed United's last two matches after taking a knock to his knee during the 2-0 home win over Blackburn at the ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 09:27:00 GMT";
arnews[2] += "
";
arnews[3]="Berbatov Becomes Top Scorer of Bulgarian National Football Team - Sofia News Agency
";
arnews[3] += "Manchester United striker Dimitar Berbatov has become the top scorer of Bulgaria's National Football Team. After Wednesday's friendly with Malta he has 47 goals in 76 matches. Former Bulgarian MP Olimpi Katev Convicted of Insulting Fellow Deputy ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 08:31:00 GMT";
arnews[3] += "
";
arnews[4]="Dimitar Berbatov breaks Bulgaria’s goal scoring record - World-Track and Field Website
";
arnews[4] += "Dimitar Berbatov made history in Malta on Wednesday night when he bagged two goals in a 4-1 friendly win for Bulgaria. The United striker’s brace means he’s now scored 48 goals for Bulgaria, making him the country’s all-time leading scorer. The ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 02:48:00 GMT";
arnews[4] += "
";
arnews[5]="Manchester United Striker Dimitar Berbatov Back To Full Fitness - Goal.com
";
arnews[5] += "Berbatov injured his knee playing for United against Blackburn Rovers and has missed the Red Devils' last two games. However, the joint has now recovered and he is expecting to play some part for his country against the Maltese. \"I received a kick in ...";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 11:00: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("