
$(function(){
	$.ajax({
		url: 'synd.php',
		type: 'post',
		success:function(data){
			$('#syndBlog').html(data);
		}
	});
		
});
