$('#form a').click(function()
{
 $('#form #keyword').attr('value', $(this).text());
 return false;
});



