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