
    var mobile = (/iphone|android|blackberry|mini|windows\sce|palm/i.test(navigator.userAgent.toLowerCase()));
    if (mobile) {
        document.location = "http://www.manhattanlife.com/m/home.aspx";
    }


	if ( (navigator.userAgent.indexOf('iPad') != -1)) {
		document.location = "http://www.manhattanlife.com/ipad.aspx";
	}

 
