			getTwitters('tweet', { 
			  id: 'chronicwellness', 
			  count: 1, 
			  enableLinks: true, 
			  ignoreReplies: true, 
			  clearContents: true,
			  template: '<div class="twitter"><p><strong>Twitter Feed:</strong> "%text%" <a href="http://twitter.com/%user_screen_name%/statuses/%id_str%/"> %time% </a></p></div>'
			});
