TimelineJS will now use Oembed instead of the get tweet restful api from v1. This change means that avatar images will no longer be shown since they are not available in the Oembed json. closes#434
Google Maps api is now using v3.9 instead of the release version
There was a change in the latest Google Map API that causes custom map types to stop working
More info: http://stackoverflow.com/questions/13486271/google-map-markermanager-cannot-call-method-substr-of-undefined
solution for now is to use API ver 3.9 closes#435
IE7 hook for alternative display was removed. closes#161
Pagepeeker seems to provide better thumbnails
http://pagepeeker.com
Flickr size logic was assuming the medium 800 size exists. It doesn't anymore. This was causing enormous image sizes to load instead.
tweaked timeout and added a more robust alternative to loading data from Google because of Google's apparent restriction on spreadsheets with more than 100 rows.
Content will fill the slider more and the next and back arrows will hide until you mouseover them when the width is 640 or below.
Changed Google Doc getJson timeout so that it tries several times to get data if it times out.