var c1 = Math.floor((9-(-1))*Math.random());
var c2 = Math.floor((9-(-1))*Math.random());
var c3 = Math.floor((9-(-1))*Math.random());
var c4 = Math.floor((9-(-1))*Math.random());
document.write("<table width=96 bgcolor='#000000' border=0 cellpadding=2 oncontextmenu='return false;'><tr><td>");
document.write("<img src='http://www.tomaweb.com/securecode/"+c1+".gif' border=0>");
document.write("<img src='http://www.tomaweb.com/securecode/"+c2+".gif' border=0>");
document.write("<img src='http://www.tomaweb.com/securecode/"+c3+".gif' border=0>");
document.write("<img src='http://www.tomaweb.com/securecode/"+c4+".gif' border=0><br>");
document.write("<input type=text name=verifysecurecode value='' size=13>");
document.write("<input type=hidden name=securecode value='"+String(c1)+String(c2)+String(c3)+String(c4)+"'></td></tr></table>");
                             
