$(document).ready(function() {
	// Simple script to get twitter updates
	getTwitters('twitterUpdates', {
	id: 'greateryes',
	count: 2,
	enableLinks: true,
	ignoreReplies: true,
	clearContents: true,
	template: '<p>%text%</p> <strong>%time%</strong>'
	}); 
	
});

