rádioFrame
$(document).ready(function(){setTimeout(function(){$('#atualizado').animate({"opacity":"1"},1000)},500)});
$("#praier").load('toca.php?s=true');
$( ".pstart" ).click(function(){$( "#praier" ).load('toca.php?s=true');});
$( ".pstop" ).click(function(){$( "#praier" ).load('toca.php?s=false');});
$( ".atualiza" ).click(function(){$( "#atualizado" ).animate({"opacity":"0"}, 500 )});
$( ".pedir" ).click(function(){$( "#pedidoos" ).animate({"height":"50", "opacity":"1"}, 1000 )});
$( ".fechar, .enviar" ).click(function(){$( "#pedidoos" ).animate({"height":"0", "opacity":"0"}, 1000 )});
$(document).ready(function(){$(".img_pedido, .img_refresh").hover(function() {$(this).stop().animate({"marginTop": "3px", "opacity": "0.5"}, 350);},function() {$(this).stop().animate({"marginTop": "0px", "opacity": "1"}, 500);}); });
$(document).ready(function(){$(".enviar, .fechar").hover(function() {$(this).stop().animate({"opacity": "0.65"}, 200);},
function() {$(this).stop().animate({"opacity": "1"}, 250);}); });
var cl = new CanvasLoader('canvasloader-container');
cl.setShape('spiral');
cl.setDiameter(0);
cl.setDensity(34);
cl.setRange(1.4);
cl.setSpeed(1);
cl.setFPS(36);
cl.show();
var loaderObj = document.getElementById("canvasLoader");
loaderObj.style.position = "absolute";
loaderObj.style["top"] = cl.getDiameter() * -0.5 + "px";
loaderObj.style["left"] = cl.getDiameter() * -0.5 + "px";
-->
-->