var last = window.onload;
window.onload = function ()
{
  if (last)
    last();
  getTwitters('twitter', {id: 'TenebraeChoir', count: 4, enableLinks: true, ignoreReplies: true, clearContents: true, template: '"%text%" <a href="http://twitter.com/%user_screen_name%/statuses/%id_str%/" rel="external">%time%</a>'});
}

