$(document).ready(function() {
	$("a.screenname_variant").click( function() { 
		$('#screenname').attr('value', $(this).html());
	});
});