"; echo "Receive our newsletter about UGG Boots!"; echo ""; echo ""; echo ""; switch ($action) { case "click to sign up": if (($email != "") && (strstr($email, "@"))) { echo ""; echo ""; echo ""; echo ""; echo "

 UGG Boot Newsletter Sign Up


"; $submit = "SELECT * FROM EGMailer WHERE email='$email' AND site='3'"; $result = mysql_query($submit); $rows = mysql_num_rows($result); if ($rows > 0) { echo ""; echo ""; echo ""; echo ""; echo ""; echo "
Thank you. The email address you entered is already on our list. So that you do not receive multiple emails, it was not added again.


Close Window
"; } else { $submit = "INSERT INTO EGMailer (id,email,site) VALUES('','$email','3')"; mysql_query($submit); echo ""; echo ""; echo ""; echo ""; echo ""; echo "
Thank you. You will now receive UGG news and specials from us!


Close Window
"; } echo "
"; } else { echo ""; echo ""; echo ""; echo ""; echo "

 UGG Boot Newsletter Sign Up


"; echo "
"; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo "
Please make sure that you have filled in the required fields (those with a red asterik). Also verify that the email address are formatted correctly.
Enter your email address below to be notified when new shoe styles arrive, as well as to receive news of promotions, close-out information, and more!

E-mail address*:*
"; echo "

*The e-mail address you enter will be used only for the purpose of sending you information on new products and specials. We do not sell, rent or otherwise share e-mail addresses. You will be able to be removed from the mailing list at anytime, and with a single click.

"; echo "
"; } break; default: echo ""; echo ""; echo ""; echo ""; echo "

 UGG Boot Newsletter Sign Up


"; echo "
"; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo "
Enter your email address below to be notified when new shoe styles arrive, as well as to receive news of promotions, close-out information, and more!

E-mail address*:
"; echo "

*The e-mail address you enter will be used only for the purpose of sending you information on new products and specials. We do not sell, rent or otherwise share e-mail addresses. You will be able to be removed from the mailing list at anytime, and with a single click.

"; echo "
"; break; } echo ""; ?>