if (navigator.userAgent.match(/Android|iPhone|iPod/) && (document.referrer != 'http://' + location.host + '/sp/')) {
	location.href = '/sp/';
}

