if(navigator.userAgent.match(/Android/i)){
	location.href = "android/index.html";
}
