	$(document).ready(function(){
			$('body :first-child').addClass('firstChild');
			$('body :last-child').addClass('lastChild');
	
	});

