jQuery(document).ready(function() {
	jQuery('#content span:first-child').addClass('first');
	jQuery('#content span:last-child').addClass('last');
});
