$(window).load(function() {
	/*-----------------------------*/
	/*-----SEA OF CLOUDS TWEET-----*/
	/*-----------------------------*/
	$("#tweet").tweet({
	    avatar_size: 32,
        count: 1,
        username: "diabeteshf",
        template: "{text}",
	});
});

