<%
where=Request.ServerVariables("SERVER_NAME")
Select Case where
case "www.susancobb.info"
response.redirect "/susancobb/index.htm"
case "susancobb.info"
response.redirect "/susancobb/index.htm"
case "www.safeharborhealing.com"
response.redirect "/safeharbor/index.htm"
case "safeharborhealing.com"
response.redirect "/safeharbor/index.htm"
case "www.planetarybeads.com"
response.redirect "/beadstore/index.htm"
case "planetarybeads.com"
response.redirect "/beadstore/index.htm"
case "www.friendlycreations.com"
response.redirect "/beadstore/index.htm"
case "friendlycreations.com"
response.redirect "/beadstore/index.htm"
case "www.cheapblingbling.com"
response.redirect "/beadstore/index.htm"
case "cheapblingbling.com"
response.redirect "/beadstore/index.htm"
case "www.commongroundforum.com"
response.redirect "/commongroundforum/index.htm"
case "commongroundforum.com"
response.redirect "/commongroundforum/index.htm"
case "www.commongroundforum.org"
response.redirect "/commongroundforum/index.htm"
case "commongroundforum.org"
response.redirect "/commongroundforum/index.htm"
case "www.offtothepark.com"
response.redirect "/offtothepark/index.htm"
case "offtothepark.com"
response.redirect "/offtothepark/index.htm"
case "www.christianscienceok.com"
title = "christianscienceok.com"
pagename = "www.christianscienceok.com"
response.redirect "/christianscienceok/index.htm"
case "christianscienceok.com"
title = "christianscienceok.com"
pagename = "www.christianscienceok.com"
response.redirect "/christianscienceok/index.htm"
case "www.countrypetwash.net"
response.redirect "/countrypetwash/index.htm"
case "countrypetwash.net"
response.redirect "/countrypetwash/index.htm"
case "www.countrypetwash.org"
response.redirect "/countrypetwash/index.htm"
case "countrypetwash.org"
response.redirect "/countrypetwash/index.htm"
case "www.countrydoginc.com"
response.redirect "/countrypetwash/index.htm"
case "countrydoginc.com"
response.redirect "/countrypetwash/index.htm"
case "www.petwashcountry.com"
response.redirect "/countrypetwash/index.htm"
case "petwashcountry.com"
response.redirect "/countrypetwash/index.htm"
case "www.petwashcountry.net"
response.redirect "/countrypetwash/index.htm"
case "petwashcountry.net"
response.redirect "/countrypetwash/index.htm"
case "www.petwashcountry.org"
response.redirect "/countrypetwash/index.htm"
case "petwashcountry.org"
response.redirect "/countrypetwash/index.htm"
case "www.countrydogwash.com"
response.redirect "/countrypetwash/index.htm"
case "countrydogwash.com"
response.redirect "/countrypetwash/index.htm"
End Select
%>