if ( navigator.userAgent.match ( /(ipad)/i) ) {
	location.replace('http://www.striketwice.com/home.html');
} else if ( navigator.userAgent.match ( /(android|mobile|blackberry|htc|ipaq|iphone|iPhone|ipod|kindle|lg|midp|mmp |mot|nokia|o2|opera mini|palm|pocket|psp|sgh|smartphone|sonyericsson|symbian|treo mini|up.browser|up.link|vodafone|wap)/i) ) {
	location.replace('http://www.striketwice.com/mobile/mobile.html');
} else {
	location.replace('http://www.striketwice.com/home.html');
}

