<%@ Language=VBScript %> <% Dim Servername Servername = Request.ServerVariables("SERVER_NAME") If (Servername <> "www.nkcv.org") Then Response.Status="301 Moved Permanently" Response.AddHeader "Location", "http://www.nkcv.org/" End If %> NKCV <body> <p>This page uses frames, but your browser doesn't support them.</p> </body>