$(function() {
	getTwitters('tweet', { 
		id: 'woodwardcg', 
		count: 3, 
		enableLinks: true, 
		ignoreReplies: true, 
		clearContents: true,
		template: '<img class="twitter_pic" src="images/twitter_pic.gif" alt="" /><span class="twitterStatus">%text%</span>'
	});
});
