Your membership must have expired, no matter, here is the post
Abhishek Nath wrote:
I checked you website. Its happening because of roknewsflash.
Open your modules->mod_roknewsflash->tmpl->default.php
and change line 13
<code>
window.addEvent('load', function() {
</code>
to
<code>
window.addEvent('domready', function() {
</code>
It should work then.
Warm Regards,
Abhishek