
Hello on this
beautiful Spring day!
Last
week a friend sent me a wonderful verse called 'The Native American Code
of Ethics'. I sent it on to many friends and several asked me to
make a web page out of it. I have done so, and because 'The Creative
Spirit' is about honoring the Spirit in each one of us, I am sending you
the link. If you know someone who would enjoy reading this please
feel free to pass it on to them. http://www.spiritdove.com/ethics.htm
At
the END of this e-mail I'm including the code to keep right-clickers
from stealing your valuable material on your web pages. If you have
anything you especially wish to keep from being taken, just insert this
HTML code into each pages.
*
Due
to a few glitches in the way AOL views HTML pages I've decided to keep
this e-mail simple ~smile~ and without a banner. So this is our new
style right here!
I
am moving, as some of you know, and so I'm really busy with packing
and so on. However I will still be keeping The Creative Spirit
members up to date on news, and of course the e-mail address will remain
constant.
Last
but not least, I wish to send a huge 'THANK YOU' to those of you
who have been such a big help with operational details. You are
great!!!
Take
care, and have a wonderful Memorial Day weekend to our U.S. people.
Here's
your no-right-click code:
Place
the code in your HTML between </title> and </head>
<script
language="JavaScript"> <!--
// No rightclick script v.2.5
// (c) 1998 barts1000
// barts1000@aol.com
// Don't delete this header!
var
message="Sorry, that function is disabled. \n\n Contents and
Graphics Copyright Spirit Dove Creations\n\n Please Come On In And
Visit, \n\n Link ware And More Inside."; // Message for
the alert box
//
Don't edit below!
function
click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// --> </script>
|