var data = "N&deg; 408 / 10 a 17 de dezembro de 2004" //data do cabecalho
var text = ""				//variavel que criara a tabela, nela estara armazenada o codigo html da tabela

text += "<table width='100%'  border='0'>"
text += "<tr bordercolor='#000066' bgcolor='#000066'>"
text += "<td width='5%'>"
text += "<a href='http://www.ufrgs.br'>"
text += "<img src='ufrgs_lateral.bmp' border='0'>"
text += "</a>"  
text += "</td>"
text += "<td width='90%'>"
text += "<p class='header'>"
text += "<a href='index.htm'>"
text += "<img src='cab.jpg' width='620' height='25' border='0'>"
text += "</a>"
text += "</p>"
text += "<p class='header'>"
text += "<a href='sobre.htm'><img height=25  alt='Sobre a BC' src='sobre.jpg' width=40 border=0></a>"
text += "<a href='sbu.htm'><img src='sbu.jpg' alt='SBU' width='145' height='25' border=0></a>"
text += "<A href='http://www.sabi.ufrgs.br' target='_blank'><IMG height=25  alt=Cat&aacute;logo  src='sabi.jpg' width=150 border=0></A>"
text += "<A href='area_tecnica.htm'><img src='area_tecnica.jpg' width='90' height='25' border='0'></A>"
text += "<A href='https://webmail.ufrgs.br/' target='_blank'><IMG height=25  alt=Webmail  src='webmail.jpg' width=63 border=0></A>"
text += "<a href='contato.htm' target='_blank'><img height=25  alt=Contato src='contato.jpg' width=60 border=0></a>"
text += "</p>"
text += "</td>"
text += "</tr>"
text += "</table>";
document.write(text);
