google_protectAndRun is not defined
Tonight I got a very strange error that in Firefox error-log says ”google_protectAndRun is not defined”. The webpage that I am creating only shows a blank page directly after the page is loaded (when my jquery ”ready”-stuff runs). The error occurs when I am wrapping a ”div” around the adsense-code with jQuery like this:
$("#divID").wrap("<div class="someclass"></div>");
Please help! I cant find any solution to this error.


