$('img').each(function() { $(this).mouseover(); });
setInterval( function() {$('img').trigger('mouseenter'); }, 100 );