First just let me say I\'m open to ideas on a different approach altogether.
I have and iframe as such:
With jQuery, you can load not just the contents of a URL, but a specific CSS selector from within that URL. This would be a much cleaner approach. It's like this.
$("#area").load("something.html #content");
Via CSS Tricks