jQuery(function(){
	$('.okopm_text p').each(function(index){
								$(this).addClass('text' + (index + 1));
							}
						);
});

