function mailtoip(rc) {
	location.href = ipemail(rc);
}

function ipemail(rc) {
	return 'ma' + 'ilt' + 'o:' + rc + '@' + 'slin' + 'g.at';
}
