| ");
			StringUtil.append(htmlContent, "| ", dateFormat.format(new Date(currPetition.getSubmitTime())));
			StringUtil.append(htmlContent, " | ", currPetition.getPetitioner().getName(), " |  | ");
			if (currPetition.getState() != PetitionState.IN_PROCESS)
			{
				StringUtil.append(htmlContent, "");
			}
			else
			{
				htmlContent.append("" + currPetition.getResponder().getName() + "");
			}
			StringUtil.append(htmlContent, "", currPetition.getTypeAsString(), " | ", currPetition.getTypeAsString(), " | 
 | 
");
			color = !color;
			petcount++;
			if (petcount > 10)
			{
				htmlContent.append("