$(function () {
    $('#bannerContainer').after('<div id="bannerCount">').cycle({ fx: 'fade', speed: 'slow', timeout: 6000, pager: '#bannerCount' });
});
