// JavaScript Document

$(function(){
	$(function(){
		$("#tweetBox").tweet({
			avatar_size: 32,
			count: 4,
			username: "CashConvertersE",
			template: "{text}<br>{time}",
			refresh_interval: 60
		});
	});
});
