// JavaScript Document

$(document).ready(function(){
    var H_content = $(".content").height();
	$(".rightBar").height(H_content);
})

