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

function ipemail(rc) {
	return 'ma' + 'il' + 'to:' + rc + '@ip.c' + 'o.at';
}

