var refreshId = setInterval(function()
{
$('div#status').fadeOut("slow", function () {
$(this).load('http://www.fraktalradio.com/audio/index.php?play=inf').fadeIn("slow");
});
}, 30000);