
UNH = {
	
	toggleDownloads: function(id) {
		$('#downloads-' + id).slideToggle();
	},
	
	init: function() {
		$(document).ready(function(){
			
			var x = ''; x += 'u'; x += 'n'; x += 'c'; x += 'l'; x += 'e'; x += 'n'; x += 'a'; x += 'g'; x += 'y'; x += 's'; x += 'h'; x += 'o'; x += 'u'; x += 's'; x += 'e'; x += '@'; x += 'g'; x += 'm'; x += 'a'; x += 'i'; x += 'l'; x += '.'; x += 'c'; x += 'o'; x += 'm';
			e = unescape(x);
			$("a.unh-email").attr('href', 'mailto:' + e).text(e);
			
		});
	}
};