$(function () {
    if ($('#links_rss').length > 0) {
        $('#links_rss').load(Router('links/rss-load/'));
    }
});

