$(document).ready(
    function () {
        if (!IsIOS()) {

        } else {
            $('#interstitial').hide();
        }
    });

    function fineintro() {
        document.location.href = 'homepage.php';
    }
