To delete the calendar, remove this line:
Code:
<a href="calendar.php$session[sessionurl_q]">Calendar</a>
To add another link, add this line right around (or in place of) the calendar link:
Code:
<a href="yourpage.php$session[sessionurl_q]">Your Page</a>
and change the stuff in red for your new page.