%
Dim strPageTitle
strPageTitle = "Contact Us"
%>
<%
Sub SubMain(ByRef objQuery)
Call SubContent(objQuery)
End Sub
Sub SubContent(ByRef objQuery)
%>
<%'//LEFT AREA %>
|
|
 |
<%'// Contents Start ------------------------------------------------------------------------------------------------------%>
If you have any questions any time feel free contact us as below.
New Jersey Office 201-346-1166
New York Office 212-221-1234
<%'// Contents End ------------------------------------------------------------------------------------------------------%>
|
 |
|
|
|
|
<%
End Sub
%>