document.write('<form>');
document.write('<input class="botao" type="button" value="Ouvir som" onClick="DHTMLSound(\'bandnews.mp3\')" onKeyPress="DHTMLSound(\'bandnews.mp3\')">');
document.write('&nbsp;<input class="botao" type="button" value="Parar som" onClick="DHTMLSound(\'\')" onKeyPress="DHTMLSound(\'\')">');
document.write('</form>');
