/

Syndication Example

Syndication instructions can be found here


<script type="text/javascript" src="/scripts/syndication_widget.js"></script>
<script type="text/javascript">
    // client-side change variables
    console.log("setting onn vars")
    afn.num = 2;
    afn.sections = ['business', 'church', 'culture',
                    'education', 'legal-courts', 'media', 'medical-health',
                    'missions', 'national-security', 'opinion',
                    'politics-govt', 'pro-life', 'science-tech', 'sports'];
    afn.width = 400;
    afn.show_date = true;
    afn.show_category_title = true;
    afn.target_blank = true;
</script>

<div id="afn_news"></div>