$(function() { var n = 3; var base = document.getElementById("html-base").href; var $ss = $('#header'); for (var i = 1; i <= n; i++) { $ss.append(''); } // start the slideshow $ss.cycle({ fx: 'fade', timeout: 9000, speed: 2500 }); });