﻿getTwitters('tweets', {
    //search: '%23Hurrax+from%3ARainerPerl',
    id: 'RainerPerl',
    count: 4,
    enableLinks: true,
    ignoreReplies: true,
    clearContents: true,
    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"/>'
    //template: '<img src="%profile_image_url%" /> <b>%time%:</b>%text%<div style="clear:both"/>'
  , textFilter: /#Hurrax\s*/ig
  , linkTarget: 'blank'
//  , tweetFilter: '2350547769'
  , showTweetsMatching: /#Hurrax\s*/i
});

