document.write('   <tr>'
  + '      <td width=200 height=50 bgcolor="indigo">'
  + '	  	  <p class="georgia" style="font-size:125%; color:white; text-align:center">'
  + '		  	 <i>We Exist To...</i>'
  + '		  </p>'
  + '	  </td>'
  + '	  <td width=600 height=50 bgcolor="darkkhaki">'
  + '	  	  <p class="georgia" style="font-size:125%; color:black; text-align: left; margin: 0;">'
  + '		  	 <i>Reach Up&ndash;Worship</i></p>'
  + '	  	  <p class="georgia" style="font-size:125%; color:black; text-align: center; margin: 0;">'
  + '        <i>Reach In&ndash;Discipleship&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</i></p>'
  + '	  	  <p class="georgia" style="font-size:125%; color:black; text-align: right; margin: 0;">'
  + '        <i>Reach Out&ndash;Evangelism</i></p>'
  + '	  </td>'
  + '   </tr>'
  + '');
