function signupPopup()
{
  mywindow = window.open ("/emailsignup.php?Email="+document.getElementById("myTextInputBox").value +"&Devotionals=yes","mywindow","location=0,status=0,scrollbars=0,width=302,height=302");
  mywindow.moveTo(100,100);
} 
