function snailMail ()
{
  alert ("*Please do not send us the only copy of your work.\n If you'd like your entry material returned,\n enclose a stamped, self-addressed envelope.\n\
Please label each submission with your name, snail mail address,\n phone number, and E-mail address (if you have one).\n");
}

function contestRules ()
{
  alert ("\POETRY CONTEST RULES:\n\n\
All entries must be the original creation of the submitting author.\n\
All rights to the entries must be owned by the author and shall remain the property of the author.\n\
The author gives permission to SPS Studios, Inc. to publish and display the entry on\n\
the Web (in electronic form only) if the entry is selected as a winner or finalist.\n\
Winners will be contacted within 45 days of the deadline date.\n\
Contest is open to everyone except employees of SPS Studios and their families.\n\
Void where prohibited.\n");
}

function privacyPolicy ()
{
   alert ("Privacy Policy:\nWe don't give out your e-mail address or other information and we will not bug you.\nWe promise!\n\nSPS Studios, Inc.\nBoulder, Colorado.");
};