﻿getTwitters('tweets', {
//    search: '%23n4u+from%3ARainerPerl',
    id: 'MSAFeed/lists/nitro4u-staff',
    idIsApiPath: true,
    count: 10,
    enableLinks: true,
    ignoreReplies: true,
    clearContents: true,
//    template: '<a target="_blank" href="http://twitter.com/%from_user%/" class="img"><img src="%profile_image_url%" /></a> <b>%time%:</b>%text%<div style="clear:both"/>'
    template: '<a target="_blank" href="http://twitter.com/%user_screen_name%/" class="img"><img src="%user_profile_image_url%" /></a> <b>%time%:</b>%text%<div style="clear:both"/>' 
 , textFilter: /\s*#n4u/ig
  , linkTarget: 'blank'
  , showTweetsMatching: /#n4u\s*/i
});

