%
dim accesscode ' what human confirm string is needed to confirm its not a spambot
dim humanconfirmstring
humanconfirmstring = genhumanconfirm(4)
function genHumanConfirm(howmany)
dim i, j, retval
randomize
accesscode = ""
retval = "
"
retval = retval & ""
for i = 1 to howmany
j = int(rnd*30) + 1
if len(cstr(j)) < 2 then
accesscode = accesscode &"0"&cstr(j)
else
accesscode = accesscode &cstr(j)
end if
retval = retval &"![]() | "
next
retval = retval & "
"
retval = retval & "
"
genHumanConfirm = retval
end function
%>
Ask a question about Day Trading with SureFireThing Camarilla Equation
|
|
|
| Home |
|
|
Contact
us
|
|
If you
have any questions that haven't been answered by the 'Frequently
Asked Questions' page, the best way to contact us is to create an account here, then use the internal message system to ask your question. Creating an account is free, and takes just a few seconds!
|
|
|
|
|
|
|
|
|