var $ = jQuery.noConflict();
$(document).ready(function(){
    var $height = $('#content').height();
    $('#separator').css('height', $height - 10);
});
