$(document).focus(function(){ var intrvl; intrvl = setInterval( "imagerand();", 5000 ); }); $(window).focusout(function(){ clearInterval(intrvl); });