function createUName( form)
{
	form.login_username.value = form.username.value+form.domain[form.domain.selectedIndex].value;
	form.action = 'http://eposta.'+form.domain[form.domain.selectedIndex].text.substring(1)+'/src/redirect.php';
}
