var img_count = 1;
function play(file) {
  newwindow=window.open("radio.php?file="+file,'radio_player','height=50,width=300');
}

