read more
set message to "dook sucks"
set blah to {}
repeat with a from 1 to count of characters in message
	set a to ASCII number of character a of message
	set a to a - 97
	set a to a * 17 + 17
	set a to a mod (26)
	set end of blah to a
end repeat
return blah