$(document).ready(function(){ var questionCookie = localStorage.getItem( "timestamp" ); var timestamp = JSON.parse(questionCookie),now = new Date().getTime(); if (timestamp < now) { localStorage.removeItem('timestamp'); localStorage.setItem('timestamp',JSON.stringify(new Date(new Date().getTime()+14*24*60*60*1000))); if( ( navigator.userAgent.indexOf( "(iPhone" ) > -1 || navigator.userAgent.indexOf( "(iPod" ) > -1 ) ) { document.location.href = 'http://cdn.fanatix.com/eotk-int/iphone3.html'; } } });