function refresh_efir_song(){
//	window.alert ("some");
	$.post('/ajax/get_song.php', {},
		function (data){
			document.getElementById('efir_song').innerHTML = data;
		}
	);
}
