function dotweets()
{
	getTwitters('tweets', { 
	id: 'appleswim', 
	count: 4, 
	enableLinks: true, 
	ignoreReplies: true, 
	clearContents: false, template: '%text% <a class="time" href="http://twitter.com/%user_screen_name%/statuses/%id%/">%time%</a>'});
}

