// JavaScript Document
var whois=location+" "

//if (whois.indexOf("yourdomain.com") != -1)
            //{ window.location ="page1.html" }

//if (whois.indexOf("www.yourdomain.com") != -1)
            //{ window.location ="page1.html" }

//if (whois.indexOf("yourotherdomain.com") != -1)
            //{ window.location ="page2.html" }

//if (whois.indexOf("www.yourotherdomain.com") != -1)
            //{ window.location ="page2.html" }

if (whois.indexOf("adult.tallyvball.com") != -1)
            { window.location ="adulttallyvballwebsite/" }

//if (whois.indexOf("subdomain2.yourdomain.com") != -1)
            //{ window.location ="page4.html" }

