Radio Baraka


Radio Baraka Math.random() – 0.5) next(); setInterval(function(){ $(‘#background’).fadeOut(400,function(){ next(); }); },300000); function next() { $(function() { max = images.length; $(‘#background’).css({‘background-image’: ‘url(front/’ + images[i] + ‘)’}); $(‘#background’).fadeIn(800); i++; if (i == max) i = 0; }); } ]]>

Source