getTwitters('tweets', {
        id: 'vanderaanet',
        clearContents: false,
        count: 2,
        timeout: 5,
        onTimeout: function () {
            this.innerHTML = '<p>It seems Twitter is down</p>';
        },
        onTimeoutCancel: true, // don't allow twitter to finsih the job
        ignoreReplies: true,
        template: '<span class="lightgrey">%time%</span><br />%text%'
    });
