/**
 * Load external social media scripts asynchronously!
 *
 */
(function($){

    // get the facebook script
    $.getScript('http://connect.facebook.net/en_US/all.js#xfbml=1', function() {
        FB.init({appId: '', status: true, cookie: true, xfbml: true});
    });

    // get the twitter script
    $.getScript('http://platform.twitter.com/widgets.js');

})(jQuery)
