function make_navbox (Page this, int top) {
var string title = $this->title();
var string lj_text = "my livejournal";
var string lj_link = """
$lj_text""";
"""
""";
if ($top == 1) {
"""
""";
print $this->title();
"""
""";
$this->lay_pager();
print $lj_link;
"""
""";
}
"""
""";
if ($top == 1) {
$this->lay_top_left_links();
} else {
$this->lay_btm_left_links();
}
"""
""";
if ($top == 1) {
$this->lay_top_right_links();
} else {
$this->lay_btm_right_links();
}
"""
""";
}