<var C = GLOBAL.Def.Style.color>
<postform>
<var _status = 0>
<if isDefined("POST.emails")>
<var _emails = makeValidEmailList(POST.emails)>
<if _emails EQ "">
<var _status = "Please enter at least one email address.">
<else>
<update orb="user" emails_protected="#_emails#" where="user.id = #client_id#">
<if return NEQ "pants">
<goto url="http://#this_domain#/#so_slash_string#">
<BREAK>
</if>
</if>
</if>
<if _status NEQ 1>
<!--- pic --->
<tag.spf_picdiv src="http://#this_domain#/file:/image-spf_tractor" w="300" h="356" style="float:left;">
</tag.spf_picdiv>
<!--- form --->
<div style="margin-left:324px; background:white; padding:7px; border-radius:7px;">
<h3>Bring Your Friends!</h3>
<if NOT isNumeric(_status)>
<p style="color:red;"><b>
#_status#
</b></p>
<else>
<p>
Fentriss.com is more fun if your friends know about it.
Type (or copy/paste) your friends' email addresses so you can
share this website with them.
</p>
</if>
<div style="margin-left:1em;">
<textarea name="emails" style="width:80%; height:8em;" class="select_this"></textarea>
<div style="padding-top:2px; color:#C.g3#; margin-right:4em;"><small>
Enter up to fifty email addresses. Separate each address with a comma, or put each address
on a separate line.
</small></div>
</div>
<div> </div>
<div align="right" style="margin-right:2em;" class="pagebtn">
<input type="submit" class="button" style="cursor:pointer;" value="Save Email Addresses">
</div>
</div>
<div style="clear:both;"> </div>
<var GLOBAL.Def.no_bottom_nav = 1>
</if>
</postform>