//:: /typo3conf/ext/sitepackage/control/preset/tt_content/header/bg_slider.js
//===============================================================
jQuery.noConflict();jQuery(document).ready(function($){for(i=1;i<=maxSlideImages;i++){$('#bgslider').append('<div class="header-swap'+i+'"><!-- --></div>');}
$("#header").css({'background-image':'none'})
$("#bgslider div").css({'position':'absolute','display':'block','height':$("#bgslider").height(),'width':'739px','top':'0px','background-repeat':'no-repeat'}).hide();$('#bgslider div:nth-child(1)').fadeIn(600);setTimeout(function(){randomtip();},8000);function randomtip(){var pause=10000;var length=$('#bgslider div').length;var temp=1;function getRan(){var ran=Math.floor(Math.random()*length)+1;var ran=Math.floor(Math.random()*length)+1;return ran;};function show(){var ran=temp;if(ran<length){ran++;}else{ran=1;}
if(temp>0){$('#bgslider div:nth-child('+temp+')').fadeOut(4000);}
$('#bgslider div:nth-child('+ran+')').fadeIn(4000);temp=ran;};show();this.interval=setInterval(show,pause);}});


