    getTwitters('tweets', {
        id: 'salonvilpas',
        count: 5,
        withFriends: false, // currently disabled due to change in Twitter API
        enableLinks: true,
        ignoreReplies: true,
        template: '<p><span class="teko">%text%</span> <span class="details"><a href="http://twitter.com/%user_screen_name%/statuses/%id%"><font size="2">(%time%)</font></a>.</span></p>'
    });
