jQuery.fn.delay=function(B,A){return this.each(function(){setTimeout(A,B)})};$(document).ready(function(){$("#playing").animate({width:"show"});$("#status").fadeIn("slow");$("#status").html('<img src="imagens/carregando.gif" align="absmiddle" /> carregando');$(this).delay(300,function(){$("#status").html('<img src="imagens/carregando.gif" align="absmiddle" /> carregando .');$(this).delay(300,function(){$("#status").html('<img src="imagens/carregando.gif" align="absmiddle" /> carregando ..');$(this).delay(300,function(){$("#status").html('<img src="imagens/carregando.gif" align="absmiddle" /> carregando ...');$(this).delay(300,function(){$("#status").load("status.php")})})})})});function play(){$("#play_hover").fadeIn("slow");$("#stop_hover").fadeOut("slow");$("#media").load("play.php")}function stop(){$("#stop_hover").fadeIn("slow");$("#play_hover").fadeOut("slow");$("#media").load("stop.php")}$(document).ready(function(){interval=setInterval("atualiza()",5000)});function atualiza(){$("#status").load("status.php")};