function faisound(musica) {
if ( bgsound == "?bgsound=NO") {     
   document.write("<bgsound src=''>")}
else {
   document.write("<bgsound src='"+musica+"'>")}
return
}
