
function carregamu() {
$('#player #cima').load('/musica.php');
setTimeout("carregamu();",40000);
}

carregamu();


