
getTwitters('twitter', {
	id: 'infogeniuscg', 
	clearContents: false, // leave the original message in place
	count: 1, 
	withFriends: true,
	ignoreReplies: false,
	newwindow: true,
	template: '<a href="http://twitter.com/%user_screen_name%/" target="_blank" style="color:#000; margin: 0 10px 0 0;"> "%text%"</a>'
});

