//var anywhereApiKey = "pvZRuwZXrcFyJhS18Ihuw";
//twttr.anywhere(anywhereApiKey, "1.0.0", onAnywhereLoad);
function onAnywhereLoad(twitter) {
  twitter.linkifyUsers();
  twitter.hovercards();
}


twttr.anywhere(function (T) {

    T.hovercards();
T.linkifyUsers();
  T.hovercards();
});

