var advanceDelay=10000;function goNext(a,b){if(jQuery("#kids-rotator-content .content.active").next().length>0){if(b==true){jQuery("#kids-rotator-content .content.active").fadeOut("slow");jQuery("#kids-rotator-content .content.active").next().fadeIn("slow")}else{jQuery("#kids-rotator-content .content.active").hide();jQuery("#kids-rotator-content .content.active").next().show()}jQuery("#kids-rotator-content .content.active").removeClass("active").next().addClass("active")}else{if(b==true){jQuery("#kids-rotator-content .content.active").fadeOut("slow");jQuery("#kids-rotator-content .content.active").parent().children(":first-child").fadeIn("slow")}else{jQuery("#kids-rotator-content .content.active").hide();jQuery("#kids-rotator-content .content.active").parent().children(":first-child").show()}jQuery("#kids-rotator-content .content.active").removeClass("active").parent().children(":first-child").addClass("active")}if(a==true){clearTimeout(rotator);rotator=setTimeout("goNext(true, true)",advanceDelay)}else{clearTimeout(rotator)}}function goBack(a,b){if(jQuery("#kids-rotator-content .content.active").prev().length>0){if(b==true){jQuery("#kids-rotator-content .content.active").fadeOut("slow");jQuery("#kids-rotator-content .content.active").prev().fadeIn("slow")}else{jQuery("#kids-rotator-content .content.active").hide();jQuery("#kids-rotator-content .content.active").prev().show()}jQuery("#kids-rotator-content .content.active").removeClass("active").prev().addClass("active")}else{if(b==true){jQuery("#kids-rotator-content .content.active").fadeOut("slow");jQuery("#kids-rotator-content .content.active").parent().children(":last-child").fadeIn("slow")}else{jQuery("#kids-rotator-content .content.active").hide();jQuery("#kids-rotator-content .content.active").parent().children(":last-child").show()}jQuery("#kids-rotator-content .content.active").parent().children(":last-child").removeClass("active").parent().children(":last-child").addClass("active")}clearTimeout(rotator);rotator=setTimeout("goNext(true, true)",advanceDelay)}jQuery(window).load(function(){jQuery("#footer").show()});jQuery(document).ready(function(){var a=(Math.floor(Math.random()*2)+1);jQuery("#kids-rotator-content .content:nth-child("+a+")").show().addClass("active");if(a==2){jQuery("#kids-rotator-content .content:nth-child(1)").clone().insertAfter("#kids-rotator-content .content:nth-child(2)");jQuery("#kids-rotator-content .content:nth-child(1)").remove()}rotator=setTimeout("goNext(true, true)",advanceDelay);jQuery("#nav-next").click(function(){goNext(false,false);return false});jQuery("#nav-back").click(function(){goBack(false,false);return false});jQuery("#kids-rotator").mouseover(function(){clearTimeout(rotator)});jQuery("#kids-rotator").mouseout(function(){rotator=setTimeout("goNext(true, true)",(advanceDelay/2))})});
