dojo.addOnLoad(function() {
	window.Cooperations = new CooperationsClass();
	Cooperations.init();
});