// JavaScript Document

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