function writeStyle(){
document.write('');
}
function barra_openSite(url){
if(url != '--'){
window.location = url;
}
}
function writeHtml(){
writeStyle();
document.write('
');
document.write('
');
document.write('
');
document.write('- Notícias
');
document.write('- Entretenimento
');
document.write('- Esportes
');
document.write('- Promoções
');
document.write('');
document.write('- Central do Usuário
');
document.write('
');
document.write('
');
}