﻿$(document).ready(function() {
$('#rightcolumn').height($('#innercontainer').height());
});