$(document).ready(function(){
    $('#slideshow').cycle({
        fx:     'fade',
        speed:  'slow',
        timeout: 6000,
        pager:  '#slidecont',
        pagerAnchorBuilder: function(idx, slide) {
            // return sel string for existing anchor
            //return '#hometitle-content li:eq(' + (idx) + ') a';
        }
    });
});
