bc=0;ext=["png","jpg"];$(document).ready(function(){$("div#preload").append('play hover button');setInterval(function(){bc=(bc+1)%2;$("div#slideshow").animate({opacity:0.05},1000,function(){$(this).css("background-image","url('images/bigcenter"+bc+"."+ext[bc]+"')");$(this).animate({opacity:1},1000);});},10000);});