var tmpl_header = AJS.join('', [
    '<div id="top"> <img src="../imagens/logo2.gif" alt="" /> <br />',
    '<span style="font-weight: bold; color: #333"></span>',
    '</div>'
]);

function insertHeader() {
    AJS.DI(tmpl_header);
}



