|%EnableSessionState=False host = Request.ServerVariables("HTTP_HOST") if host = "austinshute.com" or host = "www.austinshute.com" then response.redirect("http://austinshute.com/austinshute/index.htm") elseif host = "claycunningham.com" or host = "www.claycunningham.com" then response.redirect("http://claycunningham.com/claycunningham/index.htm") elseif host = "diminoweb.com" or host = "www.diminoweb.com" then response.redirect("http://diminoweb.com/diminoweb/index.htm") elseif host = "jesuseverywhere.com" or host = "www.jesuseverywhere.com" then response.redirect("http://jesuseverywhere.com/jesuseverywhere/default.htm") elseif host = "joedimino.com" or host = "www.joedimino.com" then response.redirect("http://joedimino.com/joedimino/home.htm") elseif host = "s121390457.onlinehome.us" or host = "www.s121390457.onlinehome.us" then response.redirect("http://s121390457.onlinehome.us/default.htm") elseif host = "blog.austinshute.com" or host = "www.blog.austinshute.com" then response.redirect("http://blog.austinshute.com/index.htm") elseif host = "blog.joedimino.com" or host = "www.blog.joedimino.com" then response.redirect("http://blog.joedimino.com/index.htm")