function dw(texto) {
document.write(texto);
}
dw('<span id="PI" class="bt"><a href="?pi">PI</a></span>');

