function Smile(what)
{
  document.getElementById("vzkaz").value=document.getElementById("vzkaz").value+what;
}

function blanik_head_onair(){
	var stream_win = null;
	var wnd_width = 520;
	var wnd_height = 365;
	LeftPosition = (screen.width) ? (screen.width-wnd_width)/2 : 0;
	TopPosition = (screen.height) ? (screen.wnd_height)/2 : 0;
	settings = 'height='+wnd_height+', width='+wnd_width+',top='+TopPosition+',left='+LeftPosition+',scrollbars=no';
	stream_win = window.open('http://www.radioblanik.cz/index.php?module=blanik_stream', 'BLANIK_STREAM', settings);
	stream_win.focus();
}
