function install_notice() {
    if (localStorage.getItem('install_time'))
        return;

    var now = new Date().getTime();