<!--
getTwitters('tweetErika', { 
	id: 'egreco', 
	count: 1, 
	enableLinks: true, 
	ignoreReplies: true, 
	clearContents: true,
	template: '"%text%" <a href="http://twitter.com/%user_screen_name%/statuses/%id%/"><span class="twitterTime">%time%</span></a>'
});
getTwitters('tweetLevin', { 
	id: 'lsadsad', 
	count: 1, 
	enableLinks: true, 
	ignoreReplies: true, 
	clearContents: true,
	template: '"%text%" <a href="http://twitter.com/%user_screen_name%/statuses/%id%/"><span class="twitterTime">%time%</span></a>'
});
-->