function drawTab3(){

  document.write('<div id="Tab3" style="display:none; position:static;width:'+(controlsWidth.toString())+'px;height:' + (controlsHeight.toString()) + 'px;padding:7px;">');
  
  document.write('<p> ');		
  document.write('Compare daily household commute for addresses:');
  document.write('<table>');
  var initWidth = document.body.clientWidth  / 50;
  for (var formNum=1; formNum < 5; formNum++)
    {
      document.write('<tr>');
      document.write('<td>');
      var state;
      document.write('<form id="CompareCommutesForm'+(formNum.toString())+'" class="close"  action="#" onsubmit="showCommuteForAddress(this.home_address.value, '+(formNum.toString())+', state); return false">');
      document.write('<input  type="text" size='+(initWidth.toString())+' name="home_address" class="textEntry" value="" >&nbsp;');  
      document.write('<input type="submit" title="Set home icon to entered location" onclick="state = 1" value="Set"/>&nbsp;');
      document.write('<input type="submit" title="Delete home icon" onclick="state = 2" value="Del" />&nbsp;');
  
      document.write('<img src="http://www.optimalhomelocation.com/micons/home-button-'+formNum+'.jpg" border="0" align="center" style="padding-bottom:1px;" >&nbsp;');
      document.write('</form>');
      document.write('</td>');
      document.write('<td id="addressForm_'+formNum+'">');
      //document.write('<div id="addressForm_'+formNum+'" >Commute</div>');
      document.write('</td>');
      document.write('</tr>');
      
    }
  document.write('</table>');
  document.write('<p>'); 
  document.write('<b>10 extra miles per day means around 100 additional hours and $700 more in gas price per year</b>');

  document.write('<p><p>');
  document.write('<div style="margin-top:60px;">');
  document.write('Search local Real Estate Listings and enter addresses to compare above:');

  document.write('<style type="text/css">');
  document.write('@import url(http://www.google.com/cse/api/branding.css);</style>');
  document.write('<div class="cse-branding-right" style="background-color:#CBDEA8;color:#000000">');
  document.write('  <div class="cse-branding-form">');
  document.write('    <form action="http://www.google.com/cse" id="cse-search-box" target="_blank">');
  document.write('      <div>');
  document.write('        <input type="hidden" name="cx" value="partner-pub-1460762701717510:zbvlsdvm7m2" />');
  document.write('        <input type="hidden" name="ie" value="ISO-8859-1" />');
  document.write('        <input type="text" id="real-estate-search-text" name="q" size="31" />');
  document.write('       <input type="submit" name="sa" value="Search" />');
  document.write('      </div>');
  document.write('    </form>');
  document.write('  </div>');
  document.write('  <div class="cse-branding-logo">');
  document.write('    <img src="http://www.google.com/images/poweredby_transparent/poweredby_FFFFFF.gif" alt="Google" />');
  document.write('  </div>');
  document.write('  <div class="cse-branding-text">');
  document.write('   Custom Search');
  document.write('  </div>');
  document.write('</div>');
  document.write('</div>');

  document.write('</div>');
  	
}
drawTab3();
