document ready(function() { $("#form").hide();$("#alt").hide();$("#yes").css('cursor', 'pointer').click(function() { $("#adultCheck").fadeOut(420);$("#form").delay(420).fadeIn(1240);});$("#no").css('cursor', 'pointer').click(function() { $("#adultCheck").fadeOut(420);$("#form").fadeOut(420);$("#alt").delay(420).fadeIn(1240);});$("#contact").css('cursor', 'pointer').click(function() { window.location.replace("index.html");});$("#home").css('cursor', 'pointer').click(function() { window.location.replace("index.html");});})