$(document).ready(function() {
	$('input[name=honey]').val('honey');
});


