Removed Twitter widget on EMF Facet
diff --git a/emft/facet/pages/_index.html b/emft/facet/pages/_index.html
index c173558..782a98b 100644
--- a/emft/facet/pages/_index.html
+++ b/emft/facet/pages/_index.html
@@ -70,39 +70,7 @@
 <div id="headlines" class="sideitem">
 <h6>Twitter</h6>
 <script src="http://widgets.twimg.com/j/2/widget.js"></script>
-<script>
-new TWTR.Widget({
-  version: 2,
-  type: 'search',
-  search: 'emf facet',
-  interval: 6000,
-  title: '',
-  subject: '',
-  width: 'auto',
-  height: 100,
-  theme: {
-    shell: {
-      background: '#aba9ba',
-      color: '#ffffff'
-    },
-    tweets: {
-      background: '#ffffff',
-      color: '#444444',
-      links: '#7036be'
-    }
-  },
-  features: {
-    scrollbar: false,
-    loop: false,
-    live: true,
-    hashtags: false,
-    timestamp: false,
-    avatars: false,
-    toptweets: false,
-    behavior: 'all'
-  }
-}).render().start();
-</script>
+
 <!--
 <h6>News</h6>
 %%HEADLINES%%</div>