// JavaScript Document      getTwitters('riggsallenTweets', {        id: 'RiggsAllen',         count: 3,         withFriends: true, // currently disabled due to change in Twitter API        enableLinks: true,         ignoreReplies: true,        template: '<span class="twitterPrefix"><img height="16" width="16" src="%user_profile_image_url%" /> <span class="twitterStatus">%text%</span> <em class="twitterTime"><a href="http://twitter.com/%user_screen_name%/statuses/%id%">%time%</a></em>'    }); 