function loadSong(){
	self.setInterval('refreshFitxer()', 30000);
}

function refreshFitxer(){
	var iframe = window.top.document.getElementById('refresh');
	iframe.src = "http://www.soulnationfm.com/currentSong/current_song.php";
}