{'userid'}+0; $itemid = int($itemid / 256); my $jumpid = 0; $title = "No Entry"; if ($FORM{'dir'} eq "next") { $jumpid = LJ::get_itemid_after2($u, $itemid); $body = "There is no journal entry following this one."; } elsif ($FORM{'dir'} eq "prev") { $jumpid = LJ::get_itemid_before2($u, $itemid); $body = "There is no journal entry preceeding this one."; } if ($jumpid) { return BML::redirect(LJ::journal_base($u) . "/$jumpid.html"); } } return; } _code?> body=> page?> link: htdocs/talkread.bml _c?>