<script src="http://tweetshirt.wickedlysmart.com/?callback=updateTweets"></script>
However,
var tweetsSelection = document.getElementById("tweets"); will not work correctly. tweetsSelection will not be set and renames at null. If I call this line in another function (not called from the wickedlysmart.com script) it works fine. What is going wrong here?












