﻿/*window.fbAsyncInit = function() {
    FB.init({status: true, cookie: true,
             xfbml: true});
     };
     
     
         var d = document.createElement('div');
         d.id = "fb-root";
         var e = document.createElement('script');
         e.async = true;
         e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js#xfbml=1';
         document.body.appendChild(d);
         document.body.appendChild(e);*/
         e = document.createElement('script');
         e.async = true;
         e.src = "http://platform.twitter.com/widgets.js";

         document.body.appendChild(e);
    

