<input name='text' id='text' type='text' value='Напиши что-нибудь'>
$('#writeButton').click(function(){draw(document.forms.text.elements.text)});