
something='midfsc';
other='org';
then = 'uk';
than='info';
you = '@';
me = '.';
what= you + something + me + other + me + then;
how = 'mailto';

function please(where)
{
	document.write('<A href="' + how + ':' + where + what + '">' + where + what + '</a>');
}