if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))){
	//window.location = "http://www.mindsmack.com/mobile/index.php";
	location.href = "http://www.mindsmack.com/mobile/index.php";
}