I recently built a site that used Jquery and everything worked fine until I added the Java script from Google adwords. Now the content box from the Jquery plug in displays a loading sign instead of any actual content. I know almost no Javascript so I have no idea why its not working.
Code:
<script type="text/javascript">
$(window).load(function() {
$('#slider').nivoSlider();
});
</script>
<div class="ad">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-3152359102333772";
/* The Jailbreak Guide Ad 1 */
google_ad_slot = "1178371691";
google_ad_width = 160;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>