/* Twitter feed */
window.onload = function() {
	getTwitters('tweets', { 
		id: 'KYMCO_Canada', 
		count: 4, 
		enableLinks: true, 
		ignoreReplies: true, 
		clearContents: true,
		template: '<div class="tweet"><span class="date">%time%</span><p>%text%</p></div>'
	});
}
