[jQuery] Memory Leak Help

[jQuery] Memory Leak Help


I have a php page that is leaking pretty bad. I'm not sure if this
belongs in this group or the php one but I don't think it's the php
that giving me problems. I've tried to use tools like drip and sieve,
and even just the task manager, to help narrow the problem down, but
I'm not exactly sure how to fix it.
Can someone give me a hand at cleaning my code up? I know that jquery
has a tendency to leak, but I'm hoping that there are some other
things in the code that can be straightened out, hopefully something
blatently wrong. Do I have any obvious bad closures or circular refs.
I'm fairly new at the mem leak stuff. Thanks.
Sorry for the large amount of code.
<?php
include_once $_SERVER["DOCUMENT_ROOT"] . "/include/header.php";
include_once $_SERVER["DOCUMENT_ROOT"] . "/include/dbfunctions.php";
header("Cache-Control: no-cache"); //needed because IE likes to cache
stuff
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
<meta http-equiv="refresh" content="3600">
<html xmlns:"http://www.w3.org/1999/xhtml">
<head>
<? include_once $_SERVER["DOCUMENT_ROOT"] . "/include/scripts.php"; ?