Mapion touch

http://www.mapion.co.jp/touch/
iPod touch で開かないと案内ページへ飛ばされるが、Opera でも何度か Reload していたら表示されたので、指ならぬマウスでなぞってみた。
mapion touch mapion touch - opera

<meta name="viewport" content="width=320; initial-scale=1.0; minimum-scale=1.0; maximum-scale=1.6; user-scalable=0;">

以下の JavaScript で他所者お断りにしている。

function brchk(){
	if(!navigator.userAgent.match(/iPod|iPhone/)) location.href = "http://labs.mapion.co.jp/labs/2007/11/ipod_touch.html"
}
window.onload = function(){ brchk() }