//main prints the html//
function main()
{
  var strPrint = '';
  
  strPrint += '<table cellpadding="0" cellspacing="0" width="675">';
  strPrint += '<tr><td height="25" width="225" class="menu">';
  strPrint += '<a href="http://www.delapointe.net/brian/resume/Brian_DeLaPointe_Resume.doc" title="Click here to down load my resume."><img border="0" src="images/word.gif" title="Click here to down load my resume.">&nbsp;My resume.doc</a>';
  strPrint += '</td>';
  strPrint += '<td class="menu" align=Center" width="225"><img src="images/net.gif" border="0" title="brian.delapointe.net"></td>';
  strPrint += '<td height="25" width="225" class="menu" >'
  strPrint += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="121" height="22" id="time" align="middle">';
  strPrint += '<param name="allowScriptAccess" value="sameDomain" />';
  strPrint += '<param name="movie" value="flash/time.swf" />';
  strPrint += '<param name="quality" value="high" />';
  strPrint += '<param name="devicefont" value="true" />';
  strPrint += '<param name="bgcolor" value="#E8E8E8" />';
  strPrint += '<embed src="flash/time.swf" quality="high" devicefont="true" bgcolor="#E8E8E8" width="121" height="22" name="time" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
  strPrint += '</object>';
  strPrint == '</td></tr>';
  strPrint += '<tr><td colspan="3" class="top" align="center" valign="top"><iframe src="resume/resume.php" scrolling="auto" frameborder="0" width="675" height="400" name="main"></iframe></td>';
  strPrint += '</tr>';
  strPrint += '<tr><td colspan="3" class="top footer" >';
  
  var thisYear = new Date();
  var strYear = thisYear.getFullYear();
  strPrint += '&copy;' +strYear+ ' brian.delapointe.net';
  
  strPrint += '</td></tr>';
  strPrint += '</table>';

  document.write( strPrint );
}
//end of main//	 
         
         















































































































































































































































































































