if (navigator.userAgent.match(/(iphone|ipad|ipod|android|blackberry|iemobile)/i)) {
//alert('mobile phone');
window.location = '/m';
}

