<%
if Request.Form("FORMID")="1" then
%>
Your answers are being e-mailed to you.
Close window and return to Questions
for Thinking People.
<%
MailText=""
'j=Request.Form.count
'for r=1 to j
'if not(Request.Form(r)="") then
' if Request.Form.Key(r)<>"FORMID" and Request.Form.key(r)<>"submit" and Request.Form.key(r)<>"reset" then
' MailText=MailText&request.form.key(r)&" "&Request.Form(r)&vblf
' end if
'end if
'next
MailText="Here are my answers to Heroes and Heroines, a topic in Questions for Thinking People on Learning Place Online at www.learningplaceonline.com. "&vbcrLf &vbcrLf
MailText=MailText&"How does one become a hero or heroine? "&Trim(Request("Line1"))&vbcrLf &vbcrLf
MailText=MailText&"What characteristics do I believe a person needs to express in order to be a hero or heroine? "&Trim(Request("Line2"))&vbcrLf &vbcrLf
MailText=MailText&"Of all the qualities a hero or heroine must possess, which do I think is most important? "&Trim(Request("Line3"))&vbcrLf &vbcrLf
MailText=MailText&"Why? "&Trim(Request("Line4"))&vbcrLf &vbcrLf
MailText=MailText&"Do I feel the term hero is over-used these days? "&Trim(Request("Line5"))&vbcrLf &vbcrLf
MailText=MailText&" hy do I feel that way? "&Trim(Request("Line6"))&vbcrLf &vbcrLf
MailText=MailText&"One of the reasons good literature endures is that we recognize ourselves in the villain and in the hero, hoping to learn a little about how to avoid the former and become more like the latter. Who is my favorite character from a book or movie? "&Trim(Request("Line7"))&vbcrLf &vbcrLf
MailText=MailText&"What have I learned or what do I think I can learn from understanding that character or person better? "&Trim(Request("Line8"))&vbcrLf &vbcrLf
MailText=MailText&"Who is a real person I admire and would like to know better? "&Trim(Request("Line9"))&vbcrLf &vbcrLf
MailText=MailText&"What is it about that person that resonates with me? "&Trim(Request("Line10"))&vbcrLf &vbcrLf
MailText=MailText&"Who has been a hero or heroine for me personally? "&Trim(Request("Line11"))&vbcrLf &vbcrLf
MailText=MailText&"How? "&Trim(Request("Line12"))&vbcrLf &vbcrLf
MailText=MailText&"Do I believe I have the ability to be a hero or heroine? "&Trim(Request("Line13"))&vbcrLf &vbcrLf
MailText=MailText&"Why? "&Trim(Request("Line14"))&vbcrLf &vbcrLf
set objMail=server.createobject("JMail.SMTPMail")
objMail.ServerAddress="smtp2.e50.com"
objMail.Sender="questions@learningplaceonline.com"
objMail.Subject="My Answers to Questions About Heroes and Heroines"
'objMail.AddRecipient("support@e50.com")
Dim recipient
recipient = Trim(Request("recip"))
objMail.AddRecipient recipient
objMail.Body=MailText
objMail.execute
set objMail=nothing
%>
<%
else
%>

Close
window to return to My Views on Vanities, Vagaries, and Various
Forms of Modern Life
Questions for Thinking People
Heroes and Heroines
A Hero
By Austin
A hero is self-confident, admirable, and cool,
A person who is very wise and does not act like a fool.
A hero doesn't go to parties and drink himself all crazy,
But does something that is worthwhile, and is never lazy.
A hero is curious, compassionate, and strong,
A hero is responsible, and admits when he is wrong.
A hero's well-respected and unique in every way,
And if you really try, I think, you might be one someday.
Austin was a sixth grade student in Mr. Kinder's class
at Cascade Middle School in Bend, Oregon, when he was asked to respond to the
question, "What is a hero?" This poem was his creative answer. Printed with
permission

The supply of heroes will never
be equal to the demand, and the demand seems particularly acute at the moment.
You are important. Come join the journey. You are wanted and needed far more
than you can even imagine.
M. Scott Peck, M.D.

To be a hero, one must give an
order to oneself.
Simone Weil
<%
end if
%>