$(document).ready(function() {
	
	
	$('#leftNew div.homeBlock:last').remove();
	$('#leftNew, #rightNew').delay(1000).show();
});
