    getTwitters('twitter', {
        id: 'hvangerlo',
  //    prefix: '<img height="16" width="16" src="%profile_image_url%" /> <b><a href="http://twitter.com/%screen_name%">Halfvasten Angerlo</a></b>:<br>',
        prefix: '',
        clearContents: false, // leave the original message in place
        count: 2000,
        withFriends: true,
        ignoreReplies: false,
        newwindow: true
    });

    getTwitters('remysTweets2', {
        id: 'rem',
        timeout: 1,
        onTimeout: function () {
            this.innerHTML = 'Actually, Twitter is down right now, but you can <a href="http://twitter.com/rem">follow me</a> if you like! (It\'s not really - I faked it!)';
        },
        onTimeoutCancel: true, // don't allow twitter to finsih the job
        ignoreReplies: true
    });

    getTwitters('twitter2', {
        id: 'hvangerlo',
        count: 2,
        withFriends: false, // currently disabled due to change in Twitter API
        enableLinks: true,
        ignoreReplies: true,
        template: '<span class="twitterPrefix"> <b><a href="http://twitter.com/hvangerlo">Halfvasten Angerlo</a></b>:<br> <span class="twitterStatus">%text%</span><br><em class="twitterTime"><a href="http://twitter.com/%user_screen_name%/statuses/%id%">%time%</a></em>'
    });

