// JavaScript Document

setTimeout(function() {
    $('#thanks_bubble').fadeOut('normal');
}, 5000); // <-- time in milliseconds



