Well, you could try changing this (in rssticker.js):
Code:
var parameters="id="+encodeURIComponent(this.RSS_id)+"&cachetime="+this.cachetime+"&bustcache="+new Date().getTime()
to:
Code:
var parameters="id="+encodeURIComponent(this.RSS_id)+"&cachetime="+this.cachetime+"&bustcache="+new Date(new Date().setHours(new Date().getHours()-1)).getTime()
You would have to change it back in the fall or just change the 1 to a zero. I'm not certain if this will work but, there is a good chance. If not, I may be able to find another approach.
Bookmarks