function mailme(form) {
document.location.href=("mailto:" + form.to.value + "?subject=Check this site out&body= %0D%0AHi...%0D%0A%0D%0AI just found this Site at  " + document.location.href + "  and I thought you might find useful.%0D%0A")
}
function noway() {
alert('You cannot hit return to send the message.\nPlease click the SEND IT NOW button.')
return false
}