if ( navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/BlackBerry/i) || 
navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/Palm/i) )
{
    window.location = 'http://jng-web.com/mobile/';
}
 

