$('.showspoiler').click(function() {
	$('.spoiler').css('visibility', 'visible');
	return false;
});
