var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bulgarian prosecutors to investigate Dogan's real estate deals
";
arnews[0] += "Ahmed Dogan, leader of the Movement for Rights and Freedoms, which was a partner in Bulgaria's two former governing coalitions, from 2001 to 2009.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 12:08:31 GMT";
arnews[0] += "
";
arnews[1]="Sofia prosecutors charge Bulgaria's former defence minister Nikolai Tsonev
";
arnews[1] += "Nikolai Tsonev, who was defence minister in the closing years of Sergei Stanishev's government.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 12:08:13 GMT";
arnews[1] += "
";
arnews[2]="Legal Alien: The Pizza Connection
";
arnews[2] += "Finance Minister Simeon Dyankov's use of pizza to illustrate the 2010 Budget thin crust, scant topping inspired two Sofia restaurants to turn into reality the Dyankov Pizza; but Bulgaria's political pantry offers many more possibilities.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 12:05:38 GMT";
arnews[2] += "
";
arnews[3]="Dedic squeezes Slovenia through
";
arnews[3] += "Zlatko Dedic celebrates the goal which sent Slovenia into the World Cup finals in Maribor.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 22:15:33 GMT";
arnews[3] += "
";
arnews[4]="Bulgaria MPs Trade Accusations over Budget Debate Violations
";
arnews[4] += "The Bulgarian parliamentary chamber, where a fierce row broke out on Wednesday, about the lack of debate of the Draft State Budget 2010 one day before.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 12:51:29 GMT";
arnews[4] += "
";
arnews[5]="Lawyer who exposed police corruption dies in Russian jail
";
arnews[5] += "A Russian lawyer jailed after uncovering evidence of police involvement in the theft of $230 million from the government has died in prison, officials said Tuesday, and his American partner is accusing the authorities of killing him.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 09:59:15 GMT";
arnews[5] += "
";
arnews[6]="Guus Hiddink vows Russia will attack in World Cup decider with Slovenia
";
arnews[6] += "Russia's coach, Guus Hiddink, says it would be \"against Russian nature to take a cautious approach\" in their play-off second leg against Slovenia.";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 21:21:35 GMT";
arnews[6] += "
";
totcount = 7;
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("