$(document).ready(function() {
	$('.type6 .entryBox ul li:first-child').addClass('firstchild');
});

