$(document).ready(function() {
	$(".reageer").click(function(event) {
		var id = $(event.target).attr("id_weblog"); 
		$("#weblog_reply_"+id).show('slow');
    });
});
