$(function() {

	//***** twitter.js config  ********//
	getTwitters('tweet', {
    id: 'tasogare_beer',
    count: 4,
    enableLinks: true,
    ignoreReplies: true,
    clearContents: true,
    template: '%text% <a href="http://twitter.com/%user_screen_name%/statuses/%id%/">%time%</a>'
	});

});
