// JavaScript Document Twitter

  getTwitters('twitters', { 
      id: 'decormouldings', 
      clearContents: true, 
      count: 1, 
      withFriends: true,
      ignoreReplies: false,
      template: '<span class="prefix"><a target="_blank" href="http://twitter.com/%user_screen_name%">%user_name%</a> said: </span> <span class="status">"%text%"</span> <span class="time"><a target="_blank" href="http://twitter.com/%user_screen_name%/statuses/%id%"></a></span>'
  });
