var fmg = window.fmg || {};

$.extend(fmg, {
	Tweets: {
		wrapper:null,
		init:function(){
			getTwitters('tweet', {
				id: 'FLEXMG', count: 1, enableLinks: true, ignoreReplies: false, clearContents: true,
				template: '<h6>%time%</h6><p>"%text%"</p><a href="http://twitter.com/%user_screen_name%" target="_blank"><p>Follow Us Now</p></a></div>'
			});
		}
	}
});

$(document).ready(function(){
	fmg.Tweets.init()
});
