function refresh_radio_new() {


	var zmienna_11 = new XHR({
		onRequest: function(){
		},
		onSuccess: function(){
			document.getElementById('next').innerHTML=this.response.text;	

		}
	});

	zmienna_11.method='post';
	zmienna_11.send('ajaxphp/refresh_radio_new.php5?name=next',null);



	var zmienna_11 = new XHR({
		onRequest: function(){
		},
		onSuccess: function(){
			document.getElementById('title').innerHTML=this.response.text;	

		}
	});

	zmienna_11.method='post';
	zmienna_11.send('ajaxphp/refresh_radio_new.php5?name=title',null);


	var zmienna_11 = new XHR({
		onRequest: function(){
		},
		onSuccess: function(){
			document.getElementById('artist').innerHTML=this.response.text;	

		}
	});

	zmienna_11.method='post';
	zmienna_11.send('ajaxphp/refresh_radio_new.php5?name=artist',null);




	var zmienna_11 = new XHR({
		onRequest: function(){
		},
		onSuccess: function(){
			document.getElementById('id_artist').innerHTML=this.response.text;	

		}
	});

	zmienna_11.method='post';
	zmienna_11.send('ajaxphp/refresh_radio_new.php5?name=id_artist',null);




	
	

		
		
		
		
		
		

		setTimeout("refresh_radio_new()",30000);


}


refresh_radio_new();