/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

$(document).ready(function() {
        $('#col1').height($('#middle').height());
        $('#middle .content > .line ').height($('#middle').height());
        $('.line1').height($('#middle').height());
});

