$(document).ready(function(){ function closePopup(){ $("#thover").fadeOut(); $("#tpopup").fadeOut(); } $("#thover").click(closePopup); $("#tclose").click(closePopup); setTimeout(closePopup,5000); });