$(document).ready(function(){

// Vertical Social Network Connect Functions
$(".post.thumb .postimage, .socialbtns, .footerlogo").mouseover(function(){ $(this).fadeTo("fast", 0.5); });
$(".post.thumb .postimage, .socialbtns, .footerlogo").mouseout(function(){ $(this).fadeTo("fast", 1.0); });

});