var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Athletes from across Balkans head to Vancouver
"; arnews[0] += "More than 100 athletes from 11 Southeast European countries will participate in the 21st Winter Olympics in Vancouver."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 21:30:44 GMT"; arnews[0] += "
"; arnews[1]="Bulgaria To Send More Troops To Afghanistan
"; arnews[1] += "A Kosovo foreign ministry delegation couldn't attend the African Union council session in Addis Ababa, Ethiopia because the delegation members were denied entry visas, according to reports from the Serbian embassy."; arnews[1] += "
Publ.Date : Fri, 29 Jan 2010 17:46:53 GMT"; arnews[1] += "
"; arnews[2]="Benjamin Netanyahu to visit Auschwitz
"; arnews[2] += "German chancellor Angela Merkel and Israeli prime minister Benjamin Netanyahu look at an information display during a visit at the Holocaust memorial in Berlin on January 18 2010."; arnews[2] += "
Publ.Date : Wed, 20 Jan 2010 18:02:56 GMT"; arnews[2] += "
"; arnews[3]="Greek border blockade costs 3M leva every day
"; arnews[3] += "The Bulgarian economy is losing three million leva every day due to the closure of border checkpoints by protesting Greek farmers, Dnevnik daily reported on January 20 2010."; arnews[3] += "
Publ.Date : Wed, 20 Jan 2010 11:48:12 GMT"; arnews[3] += "
"; arnews[4]="Moldova-flagged ship breaks in two and sinks in Black Sea
"; arnews[4] += "Moldovan-flagged ship Orcun C is seen in waters of the Turkish Bosphorus after running aground and splitting in half near Istanbul January 19, 2010."; arnews[4] += "
Publ.Date : Tue, 19 Jan 2010 19:51:03 GMT"; arnews[4] += "
"; arnews[5]="Front Row at Roberto Cavalli
"; arnews[5] += "Read the full article by SUBSCRIBING today! Subscribe now to WWD.COM , for complete access to breaking news and events that shape the worldwide Fashion Industry."; arnews[5] += "
Publ.Date : Sun, 17 Jan 2010 13:40: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("
");document.write("
");