$(function() {
    $('#feature_slides').after('<div id="feature-header"><h1>Online Features<a class="rss-button" href="/feeds/online/"><img src="/static/images/rss14x14.png" width="12" height="12" alt="Display" style="background: none"/></a></h1></div><div id="feature_control">').cycle({
        fx:     'fade',
        speed:  1000,
        timeout: 6000,
        pager:  '#feature_control',
        before: function() { if (window.console) console.log(this.src); }
    });
});
