function startTweetFeed() {	
	$('#twitterFeed').jTweetsAnywhere( {
			username: 'patientfocus',
			count: 4,
			showFollowButton: true,
			showTweetFeed: {
				showTimestamp: {
					refreshInterval: 15
				},
				autorefresh: {
					mode: 'trigger-insert',
					interval: 30
				},
				showGeoLocation: false
			}
	});
}
