// JavaScript Document
jQuery(document).ready(function($) {
        $(".tweet").tweet({
          join_text: null,
          username: "thenewmediafirm",
          avatar_size: 0,
          count: 1,
          loading_text: ""
        });
      })  