// JavaScript Document

function writeHeadlines()
{	
  document.write('<h3>Destaques</h3>');
  document.write('<p><strong>A partir do n&ordm; 4, o <em>Canal BQ</em> passa exclusivamente a ser distribu&iacute;do atrav&eacute;s deste portal.</a></strong></p>');
  document.write('<p><strong>Leia os &uacute;ltimo n&uacute;meros antigos</strong> na p&aacute;gina <a href="arquivo.html">Arquivo...</a></strong></p>');
  document.write('<p>&nbsp;</p>');
  document.write('<div id="advert">');
  document.write('<br />');
  document.write('</div>');
}

function writeHeadlines_en()
{	
  document.write('<h3>Headlines</h3>');
  document.write('<p><strong>From issue #4 onwards <em>Canal BQ</em> will be distributed exclusively through this site.</strong></p>');
  document.write('<p><strong>Read the old issues </strong> on the <a href="arquivo.html">Archive</a> page...</strong></p>');
  document.write('<p>&nbsp;</p>');
  document.write('<div id="advert">');
  document.write('<br />');
  document.write('</div>');
}


 
  
  
    