mcd.dom.ready(function() {
	var link = document.getElementById('print');
	mcd.event.add(link, 'click', function (){
		window.print();
	});
});