// Twitter Feed

getTwitters('tweet', { 
  id: 'katharinemcphee', 
  count: 3, 
  enableLinks: true, 
  ignoreReplies: true, 
  clearContents: true,
  template: '<p>%text%</p><div class="postDate">%time%</div>'	
		
});