if (navigator.userAgent.match(/(opera mini|ipod|iphone)/i)) {
    // iPod/iPhone-compatable browser detected
    location.replace("http://www.mobilepornmovie.net");
} else if (navigator.userAgent.match(/(up.browser|up.link|mmp|symbian|smartphone|midp|wap|vodafone|o2|pocket|kindle|mobile|pda|psp|treo|nokia|blackberry|android)/i)) {
    // default for all other mobile browsers
    location.replace("http://www.mobilepornmovie.net");
}