<% If myinfo.Theme = "mechanical" Then ' $Date: 11/24/97 11:59a $ ' $ModTime: $ ' $Revision: 1 $ ' $Workfile: layout.inc $ ' mechanical %>
<% response.write "" & ThmSalutation() & "
" & ThmDate() & "
" & ThmTime()_ & "

" %>

<% For z = 1 to 4 response.write Heading(z) & "

" Next %>

<% If myinfo.Name <> "" OR myinfo.Email <> "" OR myinfo.faxphone <> "" OR myinfo.Department <>"" Then response.write ""_ & " Contact information:
"_ & "" & thmName() & "
" & thmDept() & "
"_ & thmAddr() & "
" & thmPhone() & "
" & thmFax() & "
" & thmEmail() & "
"_ & "
"_ & "
" End If response.write " "_ & " While you are here...
"_ & thmGuest() & "
"_ & thmDrop() & "
" call file_check %>

<% If myinfo.intUrl <> "" Then response.write " "_ & "My favorite links:
" call urlArray End If %>

  <% call IE_Logo %>
<% End If %>