
function maio1 (x, s) {

	if (x == 'd') {x = 'dvd_cd'; y='hansedler.com';}
	if (x == 'i') {x = 'info'; y='hansedler.com';}
	if (x == 'm') {x = 'hans.edler.music'; y='telia.com';}

	maio2 (x, y, s);
}

function maio2 (x, y, s) {
	maio (x, y, '[ers&auml;tt]', s);
}

function maio1_e (x, y, s) {
	maio2_e (x, 'hansedler.com', s);
}

function maio2_e (x, y, s) {
	maio (x, y, '[replace]', s);
}

function maio (x, y, z, s) {
	var a, b, c, d;
	a = '<a href=';
	b = '%' + String(40);
	a += '\"mai';
	c = '\">';
	a += 'lto:';
	b1 = unescape (b);
	b1 = x + b1 + y + '?subj';
	b1 += 'ect=' + s;
	b2 = x + z + y;
	d = '</a>';

	document.write (a + b1 + c + b2 + d);
} 