Right, I've managed to figure this out by myself despite so many replies

It's not particularly related to the homepage, it just happens on certain pages, and not others

Basically the scroller module doesn't start the animate() function everytime (still haven't figured out what causes it). At the end of 'mod_ijoomla_scroller.php', replace:
if (document.all||document.getElementById)
window.onload=animate
with
animate();
It worked for me, hope it helps...