function shlifInit() {
    y = $("#container").height();
    $("#navigation").height(y-175);
    $("#content").height(y-213);
    $("#extra").height(y-175);
}



