
	$(function() {
	
		getTwitters('twitter', {
			id:            'impaulgriffiths',
			clearContents: true,
			count:         6,
			enableLinks:   true,
			ignoreReplies: true,
			template:      '<p>%text%</p> <em><a href="http://twitter.com/%user_screen_name%/statuses/%id%/">%time%</a></em>'
		});
		
	});
	

