/*
 * jQuery Code Attributed to PSDTUTS.com's comments.js file
 * Slightly Modified by: Branden Silva
 */
$(document).ready(function() {

    $("aside").height($("#blog-recent").height());

});
