var _____WB$wombat$assign$function_____ = function(name) {return (self._wb_wombat && self._wb_wombat.local_init && self._wb_wombat.local_init(name)) || self[name]; }; if (!self.__WB_pmw) { self.__WB_pmw = function(obj) { this.__WB_source = obj; return this; } } { let window = _____WB$wombat$assign$function_____("window"); let self = _____WB$wombat$assign$function_____("self"); let document = _____WB$wombat$assign$function_____("document"); let location = _____WB$wombat$assign$function_____("location"); let top = _____WB$wombat$assign$function_____("top"); let parent = _____WB$wombat$assign$function_____("parent"); let frames = _____WB$wombat$assign$function_____("frames"); let opener = _____WB$wombat$assign$function_____("opener"); var NowFrame = 1; var MaxFrame = 2; var bStart = 0; function fnToggle() { var next = NowFrame + 1; if(next == MaxFrame+1) { NowFrame = MaxFrame; next = 1; } if(bStart == 0) { bStart = 1; setTimeout('fnToggle()', 1000); return; } else { oTransContainer.filters[0].Apply(); document.images['oDIV'+next].style.display = ""; document.images['oDIV'+NowFrame].style.display = "none"; oTransContainer.filters[0].Play(duration=2); if(NowFrame == MaxFrame) NowFrame = 1; else NowFrame++; } setTimeout('fnToggle()', 6000); } fnToggle(); document.write("
"); }