   function displayRandomTeaser()
   {
      var r = Math.round((Math.random() * 3));if(r < 1){r=1};
      document.write('<a href="solucoes_corporativas.html"><img src="img/main_teaser_'+r+'.jpg" width="744" border="0" height="229" /></a>');
   }