function show(fname,domain,name) {
  at="@"
  document.write("<A HREF='mailto:"+name+""+at+""+domain+"'><u>"+fname+"</u></a>")
return
} // end show()


function Reserved() {
 var d=new Date()
 document.write("<div align='center'><center><table border='0' width='729'><tr>")
 document.write('<td width="206"></td><td width="507" align="center"><font size="2"><b><br>')
 document.write("©")
 document.write(d.getFullYear())
 document.write(" All Rights Reserved.<br>")
 document.write("This Website is Designed and Maintained by the<br>")
 document.write("Nebraska State Square and Round Dance Association.&nbsp;<br>")
 document.write("</b></font></td></tr></table></center></div>")
 return
}

function stamp(domain,name) {
  at="@"

document.write('<a href="' + 'mailto:' + name + '@' + domain + '"><img src="../../images/icons/sdstamp.gif" alt="Click to send an Email" border="0" width="44" height="51"></a>')

return
} // end stamp()

