﻿StretchContent = 
{
    init :function()
    {
        var contentHeight = $('#content').height();
        $('#jobContent').height(contentHeight - 10);
    }
}

$(document).ready(StretchContent.init);