http://code.jquery.com/jquery-latest.min.js" type="text/javascript"><script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script>
$(document).ready(function (){
if(navigator.userAgent.toLowerCase().indexOf("android") > -1){
window.location.href = 'https://play.google.com/store/apps/details?id=uk.co.disciplemedia.ranger';
}
if(navigator.userAgent.toLowerCase().indexOf("iphone") > -1){
window.location.href = 'https://apps.apple.com/us/app/id1522715470';
}
});
</script>