// This script is part of a spam prevention technique.
// I've modified the form's ACTION to point to "sorry.cgi" which does nothing.

// When this code executes, it changes the "ACTION=" for the comment
// form to the "real" comment script, which was renamed to hide it
// from spambots (which don't use Javascript).  Credit for the idea goes to Leo Notenboom.

document.ffmail.action = "http://flowersfast.com/cgi-bin/ffmail-LEO.cgi";

