if (top.location != location) {
	top.location.href = document.location.href;
}

function mails(titlee,zodis,vardas,domain2level,domain1level){
	var full=vardas + "@" + domain2level + "." + domain1level;
	document.writeln('<a title="' + titlee + '" href="mailto:' + full + '">' + zodis + '</a>');
}

function mailSimpl(vartotojas,domainas) {
	return 'mailto:' + vartotojas + '@' + domainas;
}
