function putMartinMail() {
var prefix = "&#109;a"+ "i&#108;" + "&#116;o"; 
var path = "hr" + "ef" + "="; 
var addy66382 = "m&#97;rt&#105;n" + "&#64;"; 
addy66382 = addy66382 + "&#97;&#105;k&#105;d&#111;v&#105;n&#111;hr&#97;dy" + "&#46;" + "cz"; 
document.write( "<a " + path + "'" + prefix + ":" + addy66382 + "'>" ); 
document.write( addy66382 ); 
document.write( "</a>" ); 

}

/*

var enPrintButtonTip = new Tips('Print this page as a flyer without header picture, menus, etc.');

enPrintButtonTip.addEvent('show', function(tip){
    tip.fade('in');
});


enPrintButtonTip.addEvent('hide', function(tip){
    tip.fade('out');
});

enPrintButtonTip.attach('a#print-button');

*/
// alert ($$('#related-past ul li'));
//when the dom is ready
window.addEvent('domready', function() {
	if ($('related-future') != null) {
		if ($$('#related-future ul li').length == 0) {
			$('related-future').addClass('hidden');
		}
	}
	if ($('related-past') != null) {
		if ($$('#related-past ul li').length == 0) {
			$('related-past').addClass('hidden');
		}
	}
	
});