$(document).ready(function(){
    $("#custom").tweet({
        avatar_size: 32,
        count: 3,
        username: "DeborahBWright",
        template: "{text} {time} » {retweet_action}"
      });
    });
