﻿$(document).ready(function () {
    $('#facebookLike').attr('src', 'http://www.facebook.com/plugins/like.php?href=' + window.location.href + '&layout=button_count&show_faces=true&action=like&colorscheme=light');

    $('#tweetButton').attr('data-url', window.location.href);
    $('#tweetButton').attr('data-text', top.document.title);
});

