$(document).ready(function(){


getTwitters('tweet', { 
  id: 'doronorenstein', 
  count: 1, 
  enableLinks: true, 
  ignoreReplies: false, 
  clearContents: true,
  template: '<strong>Latest from Twitter:</strong> "%text%" <a href="http://twitter.com/%user_screen_name%/statuses/%id%/">%time%</a>'
});

});
