I have this banner rotator which is working fine except for one problem... This rotator here first goes through the function and when it reaches the "setTimeout" statement it triggers the "cycle" ...
Here is a piece of code from the jQuery source (bit.ly/jqsource):
// The DOM ready check for Internet Explorer function doScrollCheck() { if ( jQuery.isReady ) { ...