$MOBILE_URL = "http://mobile.porntitan.com/s1/";
// $MOBILE_URL = "http://namobile.naughtyamerica.com/track/MTYxMDMzOjQ6NDA/";



// Do not edit below



var WORDS = ["mobile", "blackberry", "j2me", "windows ce", "android", "psp",
"htc", "ipod", "symbian", "iphone"];

var WLEN = WORDS.length;



for (var i = 0; i < WLEN; i++)

{



    var re = new RegExp(WORDS[i], "i");

    if (re.exec(navigator.userAgent))

    {

        window.location = $MOBILE_URL;

        break;

    }

}
