function ship()
{
	if (document.getElementById("confirm").checked == true)
	{ 
		myone = "http://";
		//mytwo = "www.gdusa";
		//mythree = ".com/images";
		//myfour = "/x/em2.php";
		mytwo = "hoff.ccis.net/gdusa/";
		mythree = "subscribemail/";
		myfour = "em3.php";
		picture = myone + mytwo + mythree + myfour;
		document.getElementById("mf").action = picture;
		document.getElementById("mf").submit();
	 }
	else
	{ alert("Please Check The Confirmation Box"); }


}
