What I want to do is quite simple. I need to load different version of the google API depending on the project Im in.
Problem is, I cannot even make it work for only one public API, when I land on my second page the browser sends me to a blank page when it deals with the script tag.
Eventually I would want to load multiple google API type (public, private, enterprise..).
What I dont want to do is load all different google API, only one at a time. Also, #home has its own .jsp file, same as #test so the script in #test isnt loaded at first (thats exactly what I want to do)