ZeitgeistModule={};

Overlord.assign({
	minion: "zeitgeist:like_box",
	click: function(event, element) {
		if (event) {
			YAHOO.util.Event.preventDefault(event);
		}
		if (Nexopia.json(element)['can_vote']) {
			YAHOO.util.Connect.asyncRequest('post', Nexopia.json(element)['url'], new ResponseHandler({}));
		}
	}
});

