﻿if(window.location.toString().indexOf('touch=no') == -1){
    if(DetectIos() || DetectAndroid()){
        window.location = "/touch";
    }
}
