I have the following input without any form around it:
I'm pretty sure that $('tb_website static') will be looking for an element with that ID not that NAME.
$('tb_website static')
Have another look at the PrototypeJS Documentation.