function execTabs(){
  var body=document.getElementsByTagName('BODY')[0];
  var Style = document.createElement('link');
  Style.href = 'http://www.portalbarbacena.com/tabs/default_left.css';Style.rel="stylesheet";Style.type="text/css";Style.charset="iso-8859-1";body.appendChild(Style);
  var theTabs = document.createElement('div');
  var theDivider = document.createElement('div');
  theDivider.id="divider";
  theDivider.appendChild(document.createTextNode(' '));
  theTabs.id = 'page_header_tabs';var theul = document.createElement('ul');
  var theli1 = document.createElement('li');
  var theli2 = document.createElement('li');
  var theli3 = document.createElement('li');
  var thea1 = document.createElement('a');thea1.href = 'http://www.autobq.com.br/index.php';thea1.target = '_blank';
  var thea2 = document.createElement('a');thea2.href = 'http://www.bcena.com/index.php';thea2.target = '_blank';
  var thea3 = document.createElement('a');thea3.href = 'http://www.bqimoveis.com/index.php';thea3.target = '_blank';
  var thespan1 = document.createElement('span');thespan1.appendChild(document.createTextNode('AutoBQ'));
  var thespan2 = document.createElement('span');thespan2.appendChild(document.createTextNode('Bcena.com'));
  var thespan3 = document.createElement('span');thespan3.appendChild(document.createTextNode('BQ Imóveis'));
  thea1.appendChild(thespan1);thea2.appendChild(thespan2);thea3.appendChild(thespan3);
  theli1.appendChild(thea1);theli2.appendChild(thea2);theli3.appendChild(thea3);
  theul.appendChild(theli1);theul.appendChild(theli2);theul.appendChild(theli3);
  theTabs.appendChild(theul);body.appendChild(theTabs);body.appendChild(theDivider);
}



execTabs();