document.writeln ('<span id="music"><embed autostart="true" loop="true" src="#" width=0 height=0></span>');
function Play(set, musica){   
   /*if(navigator.userAgent.indexOf("MSIE") != -1)
	  conteudo =  ('<span id="music"><bgsound src="#" loop=infinite hidden="true" volume=100 autostart="true"></span>');
	  conteudo = "<embed autostart='true' loop='true' src='" + musica + "' width=0 height=0>";
   else*/
   var conteudo;	
   if(musica == "gc.web/upload/mp3/") musica="#";
	   
   conteudoON = "<embed autostart='true' loop='true' src='" + musica + "' width=0 height=0>";
   conteudoOF = "<embed autostart='false' loop='true' src='" + musica + "' width=0 height=0>";	   
	   
   if(set == "on"){
	  document.getElementById("music").innerHTML = conteudoON;
   } else {
	  document.getElementById("music").innerHTML = 	conteudoOF;
   }
}