$(function(){

    /*
     *
     */
    
    $('#jTweetsAnywhereSample').jTweetsAnywhere({
        username: 'mcleodteam',
        count: 3
    });



    /*
     * prettyphoto
     * http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/
     */
    
    $("a[rel^='prettyPhoto']").prettyPhoto({
        deeplinking: false,
        social_tools: false
    });   

});

