<%
call page_datetime
%>

<%
response.write Template_Heading()
%>
|
<%
If ( myinfo.Name <> "" OR myinfo.Email <> "" OR myinfo.faxphone <> "" OR myinfo.Department <>"") Then
%>
<%
End If
'response.write FieldValue( thispage, "Name" , "Name:", 20 ) & " "_
'& FieldValue( thispage, "Email" , "Email Address:", 20 ) & " "_
'& FieldValue( thispage, "Phone", "Phone number:", 20) & " "_
'& FieldValue( thispage, "faxPhone", "Fax number:", 20) & " "_
'& FieldValue( thispage, "Department", "Department:", 30) & " "_
'& Address( thispage, 30)
call Template_Name
response.write " "
layout_Email
response.write " "
call Template_Phone
response.write " "
call Template_faxPhone
response.write " "
call Template_address
%>

<%
call Template_page_messaging
%>

<%
If myinfo.intUrl <> "" Then
response.write " "
End If
call Template_page_links
%>

<%
call ie_logo
response.write ""_
& " "
%>
|