I have a single html page with a large amount of content however, most of the content is hidden and only gets displayed when the user clicks a link in the sidebar and JQuery dynamically changes the content (div) being shown. I want an Adsense ad to be shown no matter which part of the content is being displayed but this would mean adding the adsense ad code into each hidden div. This wouldn't be a problem except it would mean that my single HTML page would have the same Adsense code pasted into 80 different places and I'm pretty sure this is against the Google Adsense TOS.
What would be the best, easiest way to have the ad shown in the same place no matter which div is currently being displayed and where I would only need to add the Adsense code ONCE!
BTW, Using a database to dynamically generate my content would be a sollution but I'm afraid its not an option in this case. Any suggestions?