//  Smart Phone Guide JavaScript File
//
//  Copyright (c) 2010-2011 Yukihiro Kondo a.k.a. xxxYukihiroxxx
//  Author: Yukihiro Kondo | http://la-nouveau.dyndns.org/
//

/*--------------------------------------------------------------------------*/

//if (navigator.userAgent.indexOf('iPhone') > 0 || navigator.userAgent.indexOf('iPod') > 0 || navigator.userAgent.indexOf('Android') > 0) {
if (navigator.userAgent.indexOf('Android') > 0) {
	//if(confirm('スマートフォン用のサイトがあります。表示しますか？')) {
		location.href = 'android/';
	//}
}

