//working example on www.torchingigloos.com if you have an iPad
<script>
if ( (navigator.userAgent.indexOf('iPad') != -1)) {
document.location = "http://somesitehere";
}
</script>
//working example on www.torchingigloos.com if you have an iPad
<script>
if ( (navigator.userAgent.indexOf('iPad') != -1)) {
document.location = "http://somesitehere";
}
</script>