//Plugins start
    $(document).ready(function() {
        $('#lastBox').lastplayed({
            apikey:            'b25b959554ed76058ac220b7b2e0a026',
            username:        'angelfosforo',
            limit:            5,
            refresh:        30
        });
        $('#nowPlayingBox').nowplaying({
            apikey:            'b25b959554ed76058ac220b7b2e0a026',
            username:        'angelfosforo',
            refresh:        30,
            icon:            'http://cdn.last.fm/flatness/global/icon_eq.gif',
            notplayingtext:    'nothing playing right now…'
        });

                $("#twitter").getTwitter({
                    userName: "angelbolanose",
                    numTweets: 6,
                    loaderText: "Loading tweets…",
                    slideIn: true,
                    slideDuration: 750,
                    showHeading: true,
                    headingText: "Latest Tweets",
                    showProfileLink: true,
                    showTimestamp: true,
                });
            });
