$(function() {
	$(".resultTitle a").click(function() {
		//var postText = $(this).parent().siblings(".resultText");
		//var comments = $(this).parent().siblings(".resultComments");
		//postText.toggle();
		//comments.toggle();
		//return false;
	});
});