<%
if Request.ServerVariables ("SERVER_NAME") = "www.yoga.sebastiancuenca.com" then
Response.Redirect "http://www.sebastiancuenca.com/yoga/index.html"
elseif Request.ServerVariables ("SERVER_NAME") = "yoga.sebastiancuenca.com" then
Response.Redirect "http://sebastiancuenca.com/yoga/index.html"
end if
Response.Redirect "http://www.sebastiancuenca.com/index.htm"
%>