var uagent = navigator.userAgent.toLowerCase();
if (document.referrer != "http://monstercyb.org/gordon/motion/indexmobile.html") {
	if((uagent.match(/iPhone/i)) || (uagent.match(/iPod/i)) || (uagent.match(/BlackBerry/i)) || (uagent.match(/opera mini/i)) || (uagent.match(/Android/i)) || (uagent.match(/webOS/i)) ) {
		location.href='indexmobile.html';
	}	
}