/*----------------------------------------------------------
    Name:       Croshal Entertainment Group
    Code:       Matt Goucher : ground(ctrl)
----------------------------------------------------------*/
$(document).ready(function(){

    $('#feed').social({
        network : 'twitter',
        user : 'Croshalgroup',
        count : 5,

        wrapItemIn : '<div class="single" />',
        wrapListIn : '<marquee />'
    });

});

