function play(stream,kolko){
  document.getElementById('music1').innerHTML="<embed type='application/x-mplayer2' id='music2' pluginspage='http://www.microsoft.com/Windows/MediaPlayer/' src='"+stream+"' name='MediaPlayer1' width='1' height='1' controltype='2' showcontrols='1' showstatusbar='1' AutoStart='true' loop='false'></embed> Hraje "+kolko+".";
}
function stopsong(){
  document.getElementById('music1').innerHTML="Zastaveno.";
}