// This script is part of a spam prevention technique for MT blogs.
// We've modified the blog entry template to point the comment form's 
// ACTION to a static page called "commentspam.html".

// 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.  Credit for the idea goes to Leo Notenboom.

document.comments_form.action = "http://rankinfile.com/cgi-bin/mt/mt-comments-LEO.cgi"
