function play()
{
    
    var left = 80; //(screen.width);
    var top = (screen.height-230);
    my_window = window.open("player/radio_centar.htm", "mywindow","status=0,width=250,height=12,resizable=0,menubar=0,top=" + top + ",left=" + left + "");
    my_window.focus();  
}
function getFlashObject()
{ 
    return document.getElementById("myFlash");
}
function MyDebuger(tekst, poruka)
{
    alert(tekst + " --> " + poruka);
}                
