(function($) {
$.fn.boxprepare = function(){
	$single = $(this).find('li:first').clone().addClass('prj-first');
	$(this).prepend($single);
};
})(jQuery);