%@ Language=VBScript %>
<% 'Option Explicit %>
<% Response.Buffer = True %>
<% Response.Expires = 10 %>
<%
strSectionHead = ""
%>
<%
Dim reqForm
reqForm = Request("FORM")
If reqForm = "" Then reqForm = "undefined" End if
If reqForm = "error" Then reqForm = "g" End if
%>
<% Select Case reqForm %>
<%
Case "linkrequest" %>
<%
strTitleImage = "img/i_reception.gif"
strTitle = "Link Exchange Request Form"
strTitleSubBGcolor = "" '"BGCOLOR=""#FFFF00"""
strTitleSubTitle = " "
%>