content.load exponential loop
Hello, I am a beginner in JQuery, I am working at a project right now which involves an entire website being loaded on a single page and I get a weird (for me) error.
http://planetzero.deusxmachina.org/
I am using wordpress as backend and an example
- content.load("http://planetzero.deusxmachina.org/?page_id=43");
In the upper Tier I am using JQuerryTools to make a scrollable page.
The second tier is loaded through PHP
The third Tier is loaded through load.content
The fourth tier the same, here is the problem, somehow, every call I make in the fourth tier is increased exponentially, check the pictures below

And this is how it looks in Firebug at every click I make:

The fourth tier won't be loaded dinamically only if I put the code inside the template page (not the header, like Tier 3, I put it there because the page.php of Wordpress can't have include.header, it defeats the purpose of dinamic load)
I am really stuck, I tried searching, but didn't find any similar topic or didn't use the right keywords.
How can I solve this, visibly it looks ok, but the page load after 5 6 clicks ..... it s just disturbing :))
Sorry for my bad English and thanks a lot for any answers!