function check()
{
if(document.Reg.CALL.value=="")
	{
	alert("Enter your callsign, please.");
	return;
	}
	document.Reg.submit();
}