Hehe thanks for the reply, however...
I have the index page setup with a switch-break code. Basically I switch content, and ,y case is pretty much the name of each page I want to include. So, if the URL reads www.mysite.com/index.php?content=main then switch would include main.php in the center of the page.
However, I call index and every time I do, the page reloads completely. I was just wondering if there is a way to keep my index from reloading, and just load the new include. I doubt it but figured I'd ask.