﻿$(function() {
    $("#edeal").hover(
            function () { $(this).attr("src", "/Content/FeynmanGroup/Images/edeal_blue.png"); },
            function () { $(this).attr("src", "/Content/FeynmanGroup/Images/edeal_grey.png"); })
    $("#news").hover(
        function () { $(this).attr("src", "/Content/FeynmanGroup/Images/news_blue.png"); },
        function () { $(this).attr("src", "/Content/FeynmanGroup/Images/news_grey.png"); });
    $("#quote").hover(
        function () { $(this).attr("src", "/Content/FeynmanGroup/Images/quote_blue.png"); },
        function () { $(this).attr("src", "/Content/FeynmanGroup/Images/quote_grey.png"); });
    $("#facebook").hover(
        function () { $(this).attr("src", "/Content/FeynmanGroup/Images/facebook_blue.png"); },
        function () { $(this).attr("src", "/Content/FeynmanGroup/Images/facebook_grey.png"); });
    $("#tweet").hover(
        function () { $(this).attr("src", "/Content/FeynmanGroup/Images/tweet_blue.png"); },
        function () { $(this).attr("src", "/Content/FeynmanGroup/Images/tweet_grey.png"); });

    $('#facebook-wall').fbWall({
        id: '120841397948031',
        accessToken: '206158599425293|2bf29fbaf3d70d860edfc6e6.1-100001130942148|LMg4t9qmIowwDEJSLzRebhi3vQw',
        showGuestEntries: false,
        showComments: false,
        max: 3,
        timeConversion: 12
    });
});
