The following AJAX call is failing in IE.
$.ajax({ url:\"{{SITE_URL}}/content/twitter.json\", dataType:\"json\", error:function(xhr, status, erro
IE: JSON not defined error resolved at
http://funkatron.com/site/comments/safely-parsing-json-in-javascript/
by using dataType: "json" and avoid parsing