% Option Explicit %>
<%
Dim httphost
httphost = Request.ServerVariables("HTTP_HOST")
If Instr(httphost,"riiing.jp") <> 0 Then
Response.Status = "301 Moved Permanently"
Response.addheader "Location", "http://www.cheapcalls.jp/global/riiing.php" & strQstring
Response.End()
End If
%>