
function web_to()
{
document.write('[&nbsp;');
document.write('<'+'a title="WainwrightRTA.org Webmaster" href="mailto:webmaster@');
document.write('wainwrightrta.org');
document.write('">Webmaster');
document.write('<'+'\/a>&nbsp;] ');
}
function webmaster()
{
document.write('<'+'a title="WainwrightRTA.org Webmaster" href="mailto:webmaster@');
document.write('wainwrightrta.org');
document.write('">Webmaster');
document.write('<'+'\/a>');
}
function write_to()
{
document.write('<'+'a title="Wainwright Retired Teachers\' Association" href="mailto:info@');
document.write('wainwrightrta.org');
document.write('">info@');
document.write('wainwrightrta.org<'+'\/a>');
}
function co_write_to()
{
document.write('<'+'a title="Contact Wainwright Retired Teachers\' Association" href="mailto:info@');
document.write('wainwrightrta.org');
document.write('">Wainwright Retired Teachers\' Association<'+'\/a>');
}
function mail_comment_to()
{
document.write('E-Mail &bull; <'+'a title="E-mail your comments" href="mailto:comments@');
document.write('wainwrightrta.org');
document.write('">comments@');
document.write('wainwrightrta.org<'+'\/a>');
}
function comments_to()
{
document.write('<'+'a title="Please let us know if you are experiencing problems." href="mailto:comments@');
document.write('wainwrightrta.org');
document.write('" class="context">we want to hear from you<'+'\/a>');
}
function report_it()
{
document.write('<'+'a title="Please report problems with this page" href="mailto:problems@');
document.write('wainwrightrta.org');
document.write('">Report Problems<'+'\/a>');
}
function return_to()
{
document.write('<'+'a title="Return to Previous Page" href="javascript:history.go(-1);" class="active">?<'+'\/a>');
}
function myWebform()
	{
document.write('<'+'form method="post" action="http:\/\/www.wainwrightrta.org\/php\/mynote.php" id="mynote">');
document.write('<'+'fieldset class="hidden"><legend>WRTA Web Form<\/legend>');
document.write('<'+'input type="hidden" name="require" value="email" \/>');
document.write('<'+'input type="hidden" name="redirect" value="http:\/\/www.wainwrightrta.org\/thankyou.html" \/>');
document.write('<'+'input type="hidden" name="return_link_url" value="http:\/\/www.wainwrightrta.org" \/>');
document.write('<'+'input type="hidden" name="missing_fields_redirect" value="http:\/\/www.wainwrightrta.org\/error.html" \/>');
document.write('<'+'input type="hidden" name="env_report" value="REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT" \/>');
document.write('<'+'\/fieldset><fieldset id="info"><legend>Sender<\/legend>');
document.write('<'+'label for="myname">Name:');
document.write('<'+'input type="text" name="name" size="35" id="myname" value="Name \(not required\)" onfocus="value=\'\'" \/><\/label>');
document.write('<'+'label for="myemail">E-Mail:');
document.write('<'+'input type="text" name="email" size="35" id="myemail" value="Required E-Mail" onfocus="value=\'\'" \/><\/label>');
document.write('<'+'\/fieldset><fieldset id="inquiry"><legend>Message<\/legend>');
document.write('<'+'label for="myquestion">');
document.write('<'+'textarea rows="5" cols="40" name="question" id="myquestion">Hello,<\/textarea><\/label>');
document.write('<'+'input type="submit" value="Submit" id="send"'+' \/>');
document.write('<'+'\/fieldset><\/form>');
	}