$(document).ready(function(){
	$(".blogEntryHeader").eq(0).remove();
});
