// JavaScript Document
<!--
function badWho(who)
	{
	if (who=="")
		{	//Begin force a name entry
       	alert ("Please enter the name of the Person\r\nfor whom this art wallhanging will be handcrafted.\r\n\r\n- Thank you. ");
		return true;
		}	//End force a name entry
	return false;
	}
// -->