I\'m having issues with google adsense and it loading before my jQuery and killing my codes, so I thought I\'d try to append the Google Adsense javascript to the appropriate
You can't include external scripts that way.
To include javascript after the page has loaded, you should use jQuery's jQuery.getScript() function, but I don't know if that would work for Google Adsense.
A little more info can be found here:
http://geek.littleredstring.com/17-load-adsense-last-jquery