$(function(){

    /*Frontpage Column Head animations
    $('.col_head').hover( function() {
        var thisId = $(this).parent().attr('id'); 
        $('#' + thisId + ' .col_head a span').animate({
           height:25
        }, 'slow');
    }, function() {
        var thisId = $(this).parent().attr('id'); 
        $('#' + thisId + ' .col_head a span').animate({
            height:17
        });
    
    });*/
    
    /*Blog RSS Feed Display*/
    $('#blogRSSfeed').rssfeed('http://michaelchiarello.com/blog/index.php?option=com_rss&feed=RSS2.0&no_html=1', {
        limit: 2,
        header: false,
        titletag: 'h4',
        date: false,
        showerror: false,
        linktarget: '_blank'
    })

    
    /*$(window).load( function() {
       $('#js-frontpage-load').fadeOut('slow'); 
    });*/



});
