

function linkcheck01(){
	var strUA = "";
	strUA = navigator.userAgent.toLowerCase();
//	if(strUA.indexOf("safari") != -1){
	if(strUA.indexOf("iphone") != -1){
		//iPhone
		top.location.href="DOCat://DOCat/?id=&pw=&type=dobook&kbn=&page=&url=http://www.bingobooks.jp/seed24_pi/book/&bkurl=http://seed24.jp/index.html";
	}else if(strUA.indexOf("ipad") != -1){
		//iPad
		top.location.href="DOBOOK://DOBOOK/?id=&pw=&type=dobook&kbn=&page=&url=http://www.bingobooks.jp/seed24_pi/book/&bkurl=http://seed24.jp/index.html";
	}else if(strUA.indexOf("android") != -1){
		//iPad
		top.location.href="dobookair://?&page=1&url=http://www.bingobooks.jp/seed24_pi/book/&bkurl=http://seed24.jp/index.html";
	}
	else{
		//PCあつかい
		window.open("http://bingobooks.jp/sample/seed24/index.htm", "");
	}
}

