jQuery.noConflict();

jQuery(function($) {
    $('.article_toolbox .email a').emailShare();
    
    $('.article_toolbox .twitter a').twitterBookmark();
    $('.article_toolbox .twitter a').twitterShortenedBookmark();
    
    $('.article_toolbox .facebook a').facebookBookmark();
});

