var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Bulgaria - could win Eurovision 2010' - " Miro
"; arnews[0] += "Miro, Bulgaria's contestant in the Eurovision 2010 contest in Oslo, says that he firmly believes the country can win this year."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 15:38:01 GMT"; arnews[0] += "
"; arnews[1]="The Leading Edge
"; arnews[1] += "Last year, the wiry 11-year-old with an ever-present smile, skated his way to the title of U.S. intermediate men's champion."; arnews[1] += "
Publ.Date : Wed, 13 Jan 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Buttle's arsenal runs dry
"; arnews[2] += "Jeff Buttle had only a slugger's chance yesterday by the time the gate opened to the last man skating, and he stepped onto the ice, into the cauldron of noise where hometown hero Daisuke Takahashi had just brought the house down with the best skate of the World Figure Skating Championships."; arnews[2] += "
Publ.Date : Fri, 23 Mar 2007 07:00:00 GMT"; arnews[2] += "
"; arnews[3]="Bulgaria Skating Champion Denies Partner Staviski Is in Sofia
"; arnews[3] += "Albena Denkova has denied media reports that her skating partner Maksim Staviski has been seen driving in Sofia."; arnews[3] += "
Publ.Date : Fri, 04 Dec 2009 17:40:56 GMT"; arnews[3] += "
"; arnews[4]="Meissner jumps to silver
"; arnews[4] += "One night after a sublime performance at Skate America that brought the house down and vaulted her into first place, Japanese teen figure skating sensation Mao Asada proved beatable."; arnews[4] += "
Publ.Date : Sun, 29 Oct 2006 07:00:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");