$(function(){
	$('.a-bbcode-spoil', '.postbody').click(function(){
			$(this).next('.div-bbcode-spoil-hide').slideToggle();
		});
});
