read_from_options();
the_title(); echo '
';
Protect();
RT('first', 'from_post'); the_title(); echo '
';
RT('previous', 'from_post'); the_title(); echo '
';
RT('previous', array('root_of' => '__post')); the_title(); echo '
';
RT('previous'); the_title(); echo '
';
Restore(); the_title(); echo '
';
RT('next'); the_title(); echo '
';
RT('next', array('root_of' => '__post')); the_title(); echo '
';
RT('next', 'from_post'); the_title(); echo '
';
RT('last', 'from_post'); the_title(); echo '
';
Unprotect();
the_title(); echo '
';
finish_comicpress();
?>