<!-- Original:  Jonathan Feaster (http://www.archreality.com/) -->

<!-- Web Site:  http://www.archreality.com/jcap/ -->

<!-- Version: 2.0 -->

<!-- Based on: Gimpy CAPTCHA Project at Carnegie Mellon University (http://www.captcha.net/) -->

<!-- Begin

var imgdirn = "cimg/"; // identify directory where captcha images are located
var jfldidn = "uwordn"; // identify word field id name
var jfldszn = 10; // identify word field size

function sjcap(jfldclsn){
imgdirn = encodeURIComponent(imgdirn);
if (jfldclsn == null){
jfldclsn = "";
}
anumn = (Math.floor(Math.random()*191))+1;
imgidn = parseInt(anumn);
cwordn = 
["polish", "past", "part",
 "when", "much", "seed",
 "soap", "glove", "sticky",
 "soap", "profit", "bent",
 "collar", "where", "weight",
 "again", "range", "boat",
 "small", "profit", "sound",
 "chin", "flag", "body",
 "salt", "birth", "crime",
 "fault", "sleep", "square",
 "canvas", "mine", "safe",
 "mark", "degree", "bell",
 "color", "expart", "please",
 "parcel", "degree", "waste",
 "after", "army", "moon",
 "brain", "news", "silver",
 "rain", "stiff", "horse",
 "smile", "shirt", "this",
 "grip", "sharp", "knot",
 "neck", "woman", "smell",
 "round", "linen", "same",
 "right", "adjust", "jewel",
 "bell", "pocket", "green",
 "mother", "mine", "rice",
 "loss", "tail", "foot",
 "porter", "spring", "desire",
 "screw", "spade", "bent",
 "letter", "glass", "suger",
 "fear", "every", "muscle",
 "right", "rate", "butter",
 "sail", "summer", "snake",
 "wheel", "sheep", "glove",
 "poison", "tooth", "bucket",
 "wood", "great", "school",
 "sudden", "wind", "step",
 "credit", "pain", "design",
 "front", "push", "seem",
 "cord", "sound", "scale",
 "with", "wind", "cloth",
 "screw", "garden", "west",
 "judge", "goat", "animal",
 "warm", "join", "turn",
 "school", "horse", "keep",
 "basin", "tooth", "face",
 "range", "tight", "nail",
 "seem", "female", "public",
 "potato", "idea", "snake",
 "flower", "narrow", "still",
 "hope", "glass", "lock",
 "hand", "face", "fear",
 "copper", "debt", "shoe",
 "paint", "butter", "roll",
 "blood", "story", "doubt",
 "meat", "offer", "clean",
 "memory", "like", "wrong",
 "jump", "amount", "regret",
 "free", "crush", "pull",
 "dress", "door", "male",
 "black", "please", "flag",
 "fact", "nose", "taste",
 "snake", "cold", "attack",
 "crush", "canvas", "shame",
 "book", "wound", "nation",
 "fire", "good"];

document.write("<p><img src=\"" + decodeURIComponent(imgdirn) + imgidn + ".jpg\" width=\"91\" height=\"30\" alt=\"\"></p>");
document.write("<p><input type=\"text\" id=\"" + jfldidn + "\" name=\"" + jfldidn + "\" size=\"" +  jfldszn + "\" class=\"newsletterboxcss9\"></p>");

}


//  End -->
