diff --git a/src/main/java/kcc/com/uss/ion/hld/web/HolidayController.java b/src/main/java/kcc/com/uss/ion/hld/web/HolidayController.java index 9e81453c..22c0d105 100644 --- a/src/main/java/kcc/com/uss/ion/hld/web/HolidayController.java +++ b/src/main/java/kcc/com/uss/ion/hld/web/HolidayController.java @@ -118,7 +118,11 @@ public class HolidayController { holidayList.add(holidayItem); } for (HolidayVO holiday : holidayList) { - holidayService.insertHoliday(holiday); + try { + holidayService.insertHoliday(holiday); + }catch(Exception ex) { + ex.printStackTrace(); + } } diff --git a/src/main/java/seed/com/gtm/seedfile/SeedFileService.java b/src/main/java/seed/com/gtm/seedfile/SeedFileService.java index f0e14eb8..89f2a60f 100644 --- a/src/main/java/seed/com/gtm/seedfile/SeedFileService.java +++ b/src/main/java/seed/com/gtm/seedfile/SeedFileService.java @@ -88,8 +88,13 @@ public class SeedFileService { String[] uploadFileReName = request.getParameterValues("uploadFileReName"); String[] copyContractYnList = request.getParameterValues("copyContractYn"); - System.out.println("uploadFileName"); - System.out.println(uploadFileName.length); + try { + System.out.println("uploadFileName"); + System.out.println(uploadFileName.length); + }catch(Exception ex) { + ex.printStackTrace(); + } + if(uploadFileName!=null && uploadFileName.length > 0){ diff --git a/src/main/webapp/WEB-INF/clipreport4/logs/ClipReport4.2024-12-28-1.log b/src/main/webapp/WEB-INF/clipreport4/logs/ClipReport4.2024-12-28-1.log new file mode 100644 index 00000000..fb7b26ef --- /dev/null +++ b/src/main/webapp/WEB-INF/clipreport4/logs/ClipReport4.2024-12-28-1.log @@ -0,0 +1,148 @@ +[CLIP report Server - Report Key 002d7ea745db4a1a8ff8b9c09771f35c Thread 154. | INFO 2024-12-28 10:15:54] : Report Read Time : TimeMillis : 798ms, HH:MM:SS : 00:00:00 +[CLIP report Server - Report Key 002d7ea745db4a1a8ff8b9c09771f35c Thread 154. | INFO CODE=10 | 2024-12-28 10:15:55] : 리포트 생성을 시작합니다. +[CLIP report Server - Report Key 002d7ea745db4a1a8ff8b9c09771f35c Thread 154. | DEBUG CODE=10100 | 2024-12-28 10:15:55] : [SQLDS1] Data Query : SELECT (SELECT CODE_NAME FROM C_CODE WHERE CODE_IDXS = a.CASE_GUBUN) AS 사건구분, + a.CASE_NO AS 사건번호, + TO_CHAR(CASE_DATE,'YYYY-MM-DD') AS 접수일, + (SELECT CODE_NAME FROM C_CODE WHERE CODE_IDXS = a.CONSIGNMENT_GUBUN) AS 위탁구분, + (SELECT APPLCNT_COMPANY FROM C_CASEAPPLCNT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) AS 신청인상호명, + DECODE((SELECT COMPANY_GUBUN FROM C_CASEAPPLCNT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1),'1301000000','개인','1302000000', '법인', '') AS 신개인법인여부, + (SELECT BIZR_NO FROM C_CASEAPPLCNT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) AS 사업자등록번호, + (SELECT CPR_NO FROM C_CASEAPPLCNT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) AS 법인등록번호, + (SELECT COMPANY_CEO FROM C_CASEAPPLCNT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) AS 대표자, + (SELECT ZIP FROM C_CASEAPPLCNT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) AS 우편번호, + (SELECT ROAD_ADDR1 FROM C_CASEAPPLCNT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) AS 도로명주소, + (SELECT ROAD_ADDR2 FROM C_CASEAPPLCNT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) AS 도로명상세주소, + (SELECT TEL FROM C_CASEAPPLCNT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) AS 대표전화번호, + (SELECT PERSON_CHARGE FROM C_CASESTTUS WHERE CASE_NO = a.CASE_NO) AS 담당자성명, + (SELECT CONTACT_HP FROM C_CASESTTUS WHERE CASE_NO = a.CASE_NO) AS 담당자핸드폰, + (SELECT CONTACT_TEL FROM C_CASESTTUS WHERE CASE_NO = a.CASE_NO) AS 담당자전화번호, + (SELECT CONTACT_OFCPS FROM C_CASESTTUS WHERE CASE_NO = a.CASE_NO) AS 담당자직위, + (SELECT KPI_ASSETS1 FROM C_NICECOPINFO WHERE CASE_NO = a.CASE_NO AND BIZR_NO = + (SELECT BIZR_NO FROM C_CASEAPPLCNT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) + ) AS 최근자산, + (SELECT KPI_SALAMT1 FROM C_NICECOPINFO WHERE CASE_NO = a.CASE_NO AND BIZR_NO = + (SELECT BIZR_NO FROM C_CASEAPPLCNT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) + ) AS 최근매출, + (SELECT COMPANY_TYPE FROM C_NICECOPINFO WHERE CASE_NO = a.CASE_NO AND BIZR_NO = + (SELECT BIZR_NO FROM C_CASEAPPLCNT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) + ) AS 기업형태, + (SELECT INDUTY FROM C_NICECOPINFO WHERE CASE_NO = a.CASE_NO AND BIZR_NO = + (SELECT BIZR_NO FROM C_CASEAPPLCNT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) + ) AS 업종, + (SELECT AGENT_COMPANY FROM C_CASEAPPAGENT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) AS 대리인상호명, + (SELECT AGENT_CEO FROM C_CASEAPPAGENT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) AS 대리인담당변호사, + (SELECT RESPONDENT_COMPANY FROM C_CASERESPONDENT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) AS 피상호명, + DECODE((SELECT RESPONDENT_GUBUN FROM C_CASERESPONDENT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1),'1301000000','개인','1302000000', '법인', '') AS 피개인법인여부, + (SELECT BIZR_NO FROM C_CASERESPONDENT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) AS 피사업자등록번호, + (SELECT CPR_NO FROM C_CASERESPONDENT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) AS 피법인등록번호, + (SELECT RESPONDENT_CEO FROM C_CASERESPONDENT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) AS 피대표자, + (SELECT ZIP FROM C_CASERESPONDENT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) AS 피우편번호, + (SELECT ROAD_ADDR1 FROM C_CASERESPONDENT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) AS 피도로명주소, + (SELECT ROAD_ADDR2 FROM C_CASERESPONDENT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) AS 피도로명상세주소, + (SELECT TEL FROM C_CASERESPONDENT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) AS 피대표전화번호, + (SELECT P_PERSON_CHARGE FROM C_CASESTTUS WHERE CASE_NO = a.CASE_NO) AS 피담당자성명, + (SELECT P_CONTACT_HP FROM C_CASESTTUS WHERE CASE_NO = a.CASE_NO) AS 피담당자핸드폰, + (SELECT P_CONTACT_TEL FROM C_CASESTTUS WHERE CASE_NO = a.CASE_NO) AS 피담당자전화번호, + (SELECT P_CONTACT_OFCPS FROM C_CASESTTUS WHERE CASE_NO = a.CASE_NO) AS 피담당자직위, + (SELECT KPI_ASSETS1 FROM C_NICECOPINFO WHERE CASE_NO = a.CASE_NO AND BIZR_NO = + (SELECT BIZR_NO FROM C_CASERESPONDENT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) + ) AS 피최근자산, + (SELECT KPI_SALAMT1 FROM C_NICECOPINFO WHERE CASE_NO = a.CASE_NO AND BIZR_NO = + (SELECT BIZR_NO FROM C_CASERESPONDENT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) + ) AS 피최근매출, + (SELECT COMPANY_TYPE FROM C_NICECOPINFO WHERE CASE_NO = a.CASE_NO AND BIZR_NO = + (SELECT BIZR_NO FROM C_CASERESPONDENT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) + ) AS 피기업형태, + (SELECT INDUTY FROM C_NICECOPINFO WHERE CASE_NO = a.CASE_NO AND BIZR_NO = + (SELECT BIZR_NO FROM C_CASERESPONDENT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) + ) AS 피업종, + (SELECT RESAGENT_COMPANY FROM C_CASERESAGENT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) AS 피대리인상호명, + (SELECT RESAGENT_CEO FROM C_CASERESAGENT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) AS 피대리인담당변호사, + NVL(APP_REQ_TERM,0) AS 신청서보완기일, + (SELECT CODE_NAME FROM C_CODE WHERE CODE_IDXS = a.MEDIATION_BIG) AS 대분류, + (SELECT CODE_NAME FROM C_CODE WHERE CODE_IDXS = a.MEDIATION_SMALL) AS 소분류, + CASE + WHEN (SELECT COUNT(*) FROM C_CASEFILE WHERE FILE_NO = a.RCEPT_NO AND FILE_GUBUN = '4808000000') > 0 THEN 'Y' + ELSE 'N' + END AS 조정조서유무, + a.REPORT_PAYMENT_DT AS 사무국결재일, + NVL((SELECT MEMBER_NAME FROM T_MEMBER WHERE MEMBER_ID = a.CASE_EXAMINER),a.CASE_EXAMINER) AS 조사관, + NVL((SELECT (SELECT CODE_NAME FROM C_CODE WHERE CODE_IDXS = t1.TIMHDER_ASSIGN) FROM C_CASERCEPT t1 WHERE t1.CASE_NO = a.CASE_NO),'') AS 처리부서, + CASE + WHEN (SELECT FIX_DAY FROM C_CFRNCMANAGE WHERE CFRNC_NO = b.CFRNC_NO) IS NULL THEN 0 + ELSE NVL(PENDENCY_PERIOD,0) + END AS 처리기간, + NVL2(CASE_EXTEND,'Y','N') AS 기간연장여부, + NVL(MEDIATION_REQ_AMOUNT,0) AS 신청금액, + NVL(MEDIATION_AMOUNT,0) AS 조정금액, + NVL(FEE_MONEY,0) AS 인지대, + NVL(POST_MONEY,0) AS 송달료, + NVL(LAWYER_MONEY,0) AS 변호사수임료, + NVL(MEDIATION_AMOUNT,0)+NVL(FEE_MONEY,0)+NVL(POST_MONEY,0)+NVL(LAWYER_MONEY,0) AS 피해구제성과, + NVL(RESPONDENT_AMOUNT,0)AS 피신청인인정금액, + CASE + WHEN ((SELECT CASE_REASON1 FROM C_CASERCEPT WHERE CASE_NO = a.CASE_NO) IS NOT NULL) THEN (SELECT CODE_NAME FROM C_CODE WHERE CODE_IDXS = (SELECT CASE_REASON1 FROM C_CASERCEPT WHERE CASE_NO = a.CASE_NO)) + ELSE NULL + END AS 신청취지1, + CASE + WHEN ((SELECT CASE_REASON2 FROM C_CASERCEPT WHERE CASE_NO = a.CASE_NO) IS NOT NULL) THEN (SELECT CODE_NAME FROM C_CODE WHERE CODE_IDXS = (SELECT CASE_REASON2 FROM C_CASERCEPT WHERE CASE_NO = a.CASE_NO)) + ELSE NULL + END AS 신청취지2, + CASE + WHEN ((SELECT CASE_REASON3 FROM C_CASERCEPT WHERE CASE_NO = a.CASE_NO) IS NOT NULL) THEN (SELECT CODE_NAME FROM C_CODE WHERE CODE_IDXS = (SELECT CASE_REASON3 FROM C_CASERCEPT WHERE CASE_NO = a.CASE_NO)) + ELSE NULL + END AS 신청취지3, + (SELECT CONFERENCE_NAMES FROM C_CFRNCMANAGE WHERE CFRNC_NO = b.CFRNC_NO) AS 협의회명, + CASE + WHEN b.MTR_GUBUN = '2' THEN + CASE WHEN TO_CHAR(SYSDATE,'yyyy-mm-dd') >= (SELECT SUBSTR(FIX_DAY,1,10) FROM C_CFRNCMANAGE WHERE CFRNC_NO = b.CFRNC_NO AND STATE_PRO = '0503000000') + THEN (SELECT SUBSTR(FIX_DAY,1,10) FROM C_CFRNCMANAGE WHERE CFRNC_NO = b.CFRNC_NO AND STATE_PRO = '0503000000') + ELSE NULL + END + WHEN b.MTR_GUBUN = '1' THEN CASE WHEN (b.MEDIATION_BIG != '0616010000' and b.MEDIATION_BIG !='0617010000' AND b.MEDIATION_BIG != '0618010000') THEN + CASE WHEN TO_CHAR(SYSDATE,'yyyy-mm-dd') >= (SELECT SUBSTR(FIX_DAY,1,10) FROM C_CFRNCMANAGE WHERE CFRNC_NO = b.CFRNC_NO AND STATE_PRO = '0503000000') + THEN (SELECT SUBSTR(FIX_DAY,1,10) FROM C_CFRNCMANAGE WHERE CFRNC_NO = b.CFRNC_NO AND STATE_PRO = '0503000000') + ELSE NULL + END + ELSE NULL END + END AS 협의회보고일, + CASE WHEN (SELECT cd.MEDIATION_SMALL FROM C_DLBRTMTR cd WHERE cd.CASE_NO = a.CASE_NO) = '0617000000' + THEN (SELECT SUBSTR(FIX_DAY,1,10) FROM C_CFRNCMANAGE WHERE CFRNC_NO = (SELECT cd.CFRNC_NO FROM C_DLBRTMTR cd WHERE cd.CASE_NO = a.CASE_NO) AND STATE_PRO = '0503000000') + WHEN (SELECT cd.MEDIATION_SMALL FROM C_DLBRTMTR cd WHERE cd.CASE_NO = a.CASE_NO) = '0618000000' + THEN (SELECT SUBSTR(FIX_DAY,1,10) FROM C_CFRNCMANAGE WHERE CFRNC_NO = (SELECT cd.CFRNC_NO FROM C_DLBRTMTR cd WHERE cd.CASE_NO = a.CASE_NO) AND STATE_PRO = '0503000000') + ELSE NULL + END AS 조정안제시의결일, + (SELECT CASE WHEN LENGTH(ADDR1) > 7 THEN SUBSTR(ADDR1,1,INSTR(ADDR1,' ')) ELSE ADDR1 END FROM C_CASEAPPLCNT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) AS 신청인소재지, + (SELECT CASE WHEN LENGTH(ADDR1) > 7 THEN SUBSTR(ADDR1,1,INSTR(ADDR1,' ')) ELSE ADDR1 END FROM C_CASERESPONDENT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) AS 피신청인소재지, + DECODE(CASE_END,'N','처리중','Y','처리완료','처리중') AS 처리상태, + DECODE((SELECT DOC_GUBUN FROM C_CASERCEPT WHERE CASE_NO = a.CASE_NO),'0101000000','온라인','0102000000', '오프라인', '오프라인') AS 신청경로, + DECODE((SELECT DOC_CHECK FROM C_CASERCEPT WHERE CASE_NO = a.CASE_NO),'5101000000','직접','5102000000', '의뢰', '') AS 접수경로, + (SELECT CODE_NAME FROM C_CODE WHERE CODE_IDXS = (SELECT OTHER_AGENCY FROM C_CASERCEPT WHERE CASE_NO = a.CASE_NO)) AS 의뢰사무소, + (SELECT CODE_NAME FROM C_CODE WHERE CODE_IDXS = (SELECT OTHER_OFFICE FROM C_CASERCEPT WHERE CASE_NO = a.CASE_NO)) AS 의뢰부서, + (SELECT OTHER_CODE FROM C_CASERCEPT WHERE CASE_NO = a.CASE_NO) AS 의뢰번호, + CASE_MEMO1 AS 메모, + CASE_MEMO2 AS 후속조치결과, + '(기간: ' || TO_CHAR(TO_DATE('','YYYY-MM-DD'),'YYYY.MM.DD') || ' ~ ' || TO_CHAR(TO_DATE('','YYYY-MM-DD'),'YYYY.MM.DD') || ')' AS CUR_DATE_MANAGER, + (SELECT SUBCNTR_NUM FROM C_CASESTTUS WHERE CASE_NO = a.CASE_NO) AS 하도급신청금액, + (SELECT CASE WHEN SUBSTR(RCEPT_NO,0,8) >= 20220207 THEN DECODE(APPLY_CHECK,'1','대중매체 광고(라디오,신문 등)','2','옥외광고(지하철, 옥외간판 등)','3','SNS채널(유튜브, 네이버 블로그, 인스타그램 등)','4','공정거래위원회','5','기타(지인소개, 인터넷 검색 등)','1_1','대중매체-광고라디오 광고','1_2','대중매체-신문지면 광고','1_3','대중매체-TV방송 광고','2_1','옥외광고-지하철 스크린도어 광고','2_2','옥외광고-버스 랩핑 광고','2_3','옥외광고-옥외간판','3_1','SNS채널-네이버 공식 블로그','3_2','SNS채널-인스타그램·페이스북·트위터','3_3','SNS채널-유튜브 (조정원TV)','5_1','기타-지인소개','5_2','기타-인터넷 검색','5_3','기타-직접입력') + ELSE DECODE(APPLY_CHECK,'1','한국공정거래조정원 민원상담실','2','공정거래위원회 고객지원담당관실','3','인터넷검색','4','언론기사','5','기타') + END FROM C_APPRESON WHERE RCEPT_NO = a.RCEPT_NO) AS 조정신청경로, + (SELECT APPLY_ETC FROM C_APPRESON WHERE RCEPT_NO = a.RCEPT_NO) AS 조정신청경로기타, + (SELECT EMAIL FROM C_CASEAPPLCNT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) AS 이메일, + (SELECT EMAIL_AGREE FROM C_CASEAPPLCNT WHERE CASE_NO = a.CASE_NO AND ROWNUM = 1) AS 뉴스레터동의여부 +FROM C_MASTER a +LEFT OUTER JOIN C_VIEWMTR b +ON a.CASE_NO = b.CASE_NO +WHERE 1=1 +AND a.DEL_YN ='N' +ORDER BY a.CASE_GUBUN, CASE_DATE +[CLIP report Server - Report Key 002d7ea745db4a1a8ff8b9c09771f35c Thread 154. | DEBUG 2024-12-28 10:15:55] : [SQLDS1] Database Info - Product Name : Oracle, Product Version : Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production, Driver Name : Oracle JDBC driver, Driver Version : 23.2.0.0.0 +[CLIP report Server - Report Key 002d7ea745db4a1a8ff8b9c09771f35c Thread 154. | INFO 2024-12-28 10:15:55] : [SQLDS1] Connection Time : TimeMillis : 106ms, HH:MM:SS : 00:00:00 +[CLIP report Server - Report Key 002d7ea745db4a1a8ff8b9c09771f35c Thread 154. | INFO 2024-12-28 10:16:00] : [SQLDS1] executeQuery : TimeMillis : 4778ms, HH:MM:SS : 00:00:04 +[CLIP report Server - Report Key 002d7ea745db4a1a8ff8b9c09771f35c Thread 154. | INFO CODE=501 | 2024-12-28 10:16:06] : [SQLDS1] Database data load rows : 35458 +[CLIP report Server - Report Key 002d7ea745db4a1a8ff8b9c09771f35c Thread 154. | INFO CODE=11 | 2024-12-28 10:16:30] : 리포트 생성이 끝났습니다. +[CLIP report Server - Report Key 002d7ea745db4a1a8ff8b9c09771f35c Thread 154. | INFO 2024-12-28 10:16:30] : Report Build Time : TimeMillis : 34994ms, HH:MM:SS : 00:00:34 +[CLIP report Server - Report Key 002d7ea745db4a1a8ff8b9c09771f35c Thread 154. | INFO 2024-12-28 10:16:30] : Total Page Count saved! +[CLIP report Server - Report Key 002d7ea745db4a1a8ff8b9c09771f35c Thread 154. | INFO 2024-12-28 10:16:30] : Last Document saved! +[CLIP report Server - Report Key 002d7ea745db4a1a8ff8b9c09771f35c Thread 154. | INFO 2024-12-28 10:16:30] : Database Connection Close Start +[CLIP report Server - Report Key 002d7ea745db4a1a8ff8b9c09771f35c Thread 154. | INFO 2024-12-28 10:16:30] : Database Connection Close End : TimeMillis : 4ms, HH:MM:SS : 00:00:00 diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/b7195e4ab47c406b8084f5cb13ded89c2b849540b13648fb9f0698d07f173344 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35c409043c33300464f8dba54c8db2b04b9 similarity index 100% rename from src/main/webapp/WEB-INF/clipreport4/temp/b7195e4ab47c406b8084f5cb13ded89c2b849540b13648fb9f0698d07f173344 rename to src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35c409043c33300464f8dba54c8db2b04b9 diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/b7195e4ab47c406b8084f5cb13ded89cba14af95d6e44e95a8181ac04fc748c9 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cadfed79cad464735a71dffd27b151b20 similarity index 100% rename from src/main/webapp/WEB-INF/clipreport4/temp/b7195e4ab47c406b8084f5cb13ded89cba14af95d6e44e95a8181ac04fc748c9 rename to src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cadfed79cad464735a71dffd27b151b20 diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35ccount b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35ccount new file mode 100644 index 00000000..bf15ef80 --- /dev/null +++ b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35ccount @@ -0,0 +1 @@ +{"count":2533,"endReport":true,"error":false} \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cdocument b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cdocument new file mode 100644 index 00000000..713bc5ff --- /dev/null +++ b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cdocument @@ -0,0 +1 @@ +{"a":"1.0.0.71","b":"","c":"","d":"","e":"","f":"","g":{"a":[[1,2970,2100,1,50,50,50,50,1,0]],"b":[],"c":[[1,16777215,0,0,0,16777215,16777215],[1,16777215,0,0,0,16777215,0],[0,14211288,0,16777215,0,16777215,0],[1,14211288,0,16777215,0,16777215,0]],"d":[[0,0,0],[1,75,0],[0,0,0],[0,0,0]],"e":[[8,18,false,false,false,false,0,1,-1,1,-1,8],[8,10,false,false,false,false,0,1,-1,1,-1,8]],"f":[[1,1,true,1,0.0,0.0,1,"",0],[1,1,true,1,0.0,0.0,1,"%23%2C%23%230",0]],"g":[[false,"B","I","B","S","C","O","R","P","O","BR"]],"h":[[0,0,0,0]],"i":[[true,true,true,true,true,true,true,true,true,true,true,true]],"j":[],"k":["%EB%82%98%EB%88%94%EB%B0%94%EB%A5%B8%EA%B3%A0%EB%94%95","NanumBarunGothic","%EB%82%98%EB%88%94%EB%B0%94%EB%A5%B8%EA%B3%A0%EB%94%95+Light","NanumBarunGothic+Light","%EB%82%98%EB%88%94%EB%B0%94%EB%A5%B8%EA%B3%A0%EB%94%95+UltraLight","NanumBarunGothic+UltraLight","%EB%82%98%EB%88%94%EA%B3%A0%EB%94%95+ExtraBold","NanumGothicExtraBold","%EB%82%98%EB%88%94%EA%B3%A0%EB%94%95","NanumGothic","%EB%82%98%EB%88%94%EA%B3%A0%EB%94%95%EC%BD%94%EB%94%A9","NanumGothicCoding","%EB%82%98%EB%88%94%EA%B3%A0%EB%94%95%EC%BD%94%EB%94%A9-Bold","%EB%82%98%EB%88%94%EB%AA%85%EC%A1%B0","NanumMyeongjo","%EB%82%98%EB%88%94%EB%AA%85%EC%A1%B0+Bold","%EB%82%98%EB%88%94%EB%AA%85%EC%A1%B0+ExtraBold","NanumMyeongjoExtraBold"]},"h":[2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533,2533],"i":2533,"j":[0,34,68,102,136,170,204,238,272,306,340,374,408,442,476,510,544,578,612,646,680,714,748,782,816,850,884,918,952,986,1020,1054,1088,1122,1156,1190,1224,1258,1292,1326,1360,1394,1428,1462,1496,1530,1564,1598,1632,1666,1700,1734,1768,1802,1836,1870,1904,1938,1972,2006,2040,2074,2108,2142,2176,2210,2244,2278,2312,2346,2380,2414,2448,2510,2569,2641,2711,2764,2817,2870],"k":false,"l":[],"m":"","n":"","o":[{"a":"","b":1,"c":[0,34,68,102,136,170,204,238,272,306,340,374,408,442,476,510,544,578,612,646,680,714,748,782,816,850,884,918,952,986,1020,1054,1088,1122,1156,1190,1224,1258,1292,1326,1360,1394,1428,1462,1496,1530,1564,1598,1632,1666,1700,1734,1768,1802,1836,1870,1904,1938,1972,2006,2040,2074,2108,2142,2176,2210,2244,2278,2312,2346,2380,2414,2448,2510,2569,2641,2711,2764,2817,2870]}],"p":[false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false],"r":{},"s":"C%3A%5CeGovFrameDev-3.9.0-64bit_kofons%5Cworkspace%5Cfairnet%5Csrc%5Cmain%5Cwebapp%5CWEB-INF%5Cclipreport4%2Ftemp%2F%5C002d7ea745db4a1a8ff8b9c09771f35cadfed79cad464735a71dffd27b151b20",,"t":"C%3A%5CeGovFrameDev-3.9.0-64bit_kofons%5Cworkspace%5Cfairnet%5Csrc%5Cmain%5Cwebapp%5CWEB-INF%5Cclipreport4%2Ftemp%2F%5C002d7ea745db4a1a8ff8b9c09771f35c409043c33300464f8dba54c8db2b04b9",} \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/b7195e4ab47c406b8084f5cb13ded89cend b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cend similarity index 100% rename from src/main/webapp/WEB-INF/clipreport4/temp/b7195e4ab47c406b8084f5cb13ded89cend rename to src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cend diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage0 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage0 new file mode 100644 index 00000000..d1d77cc1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage0 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1 new file mode 100644 index 00000000..e5a6cb41 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage10 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage10 new file mode 100644 index 00000000..1f9995d3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage10 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage100 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage100 new file mode 100644 index 00000000..6af40f68 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage100 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1000 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1000 new file mode 100644 index 00000000..3d201921 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1000 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1001 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1001 new file mode 100644 index 00000000..3102a11c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1001 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1002 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1002 new file mode 100644 index 00000000..baf3b3c4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1002 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1003 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1003 new file mode 100644 index 00000000..eb44174d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1003 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1004 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1004 new file mode 100644 index 00000000..a5ff7391 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1004 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1005 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1005 new file mode 100644 index 00000000..0f275ac0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1005 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1006 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1006 new file mode 100644 index 00000000..692d4d02 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1006 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1007 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1007 new file mode 100644 index 00000000..849dc61a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1007 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1008 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1008 new file mode 100644 index 00000000..34cdbcfa Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1008 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1009 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1009 new file mode 100644 index 00000000..a185c384 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1009 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage101 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage101 new file mode 100644 index 00000000..b9127824 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage101 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1010 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1010 new file mode 100644 index 00000000..3b4f6999 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1010 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1011 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1011 new file mode 100644 index 00000000..b32c511f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1011 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1012 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1012 new file mode 100644 index 00000000..61205d11 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1012 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1013 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1013 new file mode 100644 index 00000000..a3341a18 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1013 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1014 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1014 new file mode 100644 index 00000000..8e022a7b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1014 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1015 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1015 new file mode 100644 index 00000000..b7118d98 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1015 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1016 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1016 new file mode 100644 index 00000000..581a6287 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1016 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1017 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1017 new file mode 100644 index 00000000..fa6fa079 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1017 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1018 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1018 new file mode 100644 index 00000000..2f2586da Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1018 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1019 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1019 new file mode 100644 index 00000000..7c2ae323 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1019 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage102 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage102 new file mode 100644 index 00000000..b9624540 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage102 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1020 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1020 new file mode 100644 index 00000000..11ccd140 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1020 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1021 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1021 new file mode 100644 index 00000000..112681ad Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1021 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1022 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1022 new file mode 100644 index 00000000..f4921243 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1022 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1023 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1023 new file mode 100644 index 00000000..d960e28f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1023 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1024 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1024 new file mode 100644 index 00000000..96450ce5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1024 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1025 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1025 new file mode 100644 index 00000000..d136673b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1025 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1026 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1026 new file mode 100644 index 00000000..2a4ebe23 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1026 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1027 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1027 new file mode 100644 index 00000000..c7a5a411 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1027 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1028 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1028 new file mode 100644 index 00000000..7415c1d2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1028 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1029 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1029 new file mode 100644 index 00000000..356eb721 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1029 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage103 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage103 new file mode 100644 index 00000000..7d69d30f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage103 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1030 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1030 new file mode 100644 index 00000000..ac25cc5a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1030 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1031 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1031 new file mode 100644 index 00000000..6c117751 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1031 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1032 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1032 new file mode 100644 index 00000000..b38c2eed Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1032 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1033 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1033 new file mode 100644 index 00000000..754239b7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1033 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1034 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1034 new file mode 100644 index 00000000..6cb5eb5d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1034 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1035 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1035 new file mode 100644 index 00000000..830ec815 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1035 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1036 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1036 new file mode 100644 index 00000000..e9d2fce1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1036 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1037 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1037 new file mode 100644 index 00000000..1744b2bc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1037 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1038 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1038 new file mode 100644 index 00000000..18312eaf Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1038 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1039 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1039 new file mode 100644 index 00000000..f5d1d299 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1039 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage104 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage104 new file mode 100644 index 00000000..2c40b680 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage104 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1040 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1040 new file mode 100644 index 00000000..b4898139 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1040 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1041 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1041 new file mode 100644 index 00000000..527bfc89 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1041 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1042 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1042 new file mode 100644 index 00000000..9da3b84e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1042 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1043 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1043 new file mode 100644 index 00000000..b219dc71 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1043 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1044 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1044 new file mode 100644 index 00000000..d77aece4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1044 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1045 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1045 new file mode 100644 index 00000000..59b2d5ee Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1045 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1046 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1046 new file mode 100644 index 00000000..48a4a6c5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1046 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1047 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1047 new file mode 100644 index 00000000..8ce54aed Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1047 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1048 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1048 new file mode 100644 index 00000000..2a2b0f54 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1048 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1049 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1049 new file mode 100644 index 00000000..7a094b09 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1049 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage105 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage105 new file mode 100644 index 00000000..57e925c5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage105 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1050 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1050 new file mode 100644 index 00000000..2e96786b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1050 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1051 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1051 new file mode 100644 index 00000000..411b1faa Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1051 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1052 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1052 new file mode 100644 index 00000000..12ef9577 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1052 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1053 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1053 new file mode 100644 index 00000000..7891a45d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1053 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1054 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1054 new file mode 100644 index 00000000..7db5035d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1054 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1055 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1055 new file mode 100644 index 00000000..3e768c4d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1055 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1056 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1056 new file mode 100644 index 00000000..75e55b28 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1056 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1057 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1057 new file mode 100644 index 00000000..4df5034e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1057 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1058 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1058 new file mode 100644 index 00000000..fc3f4049 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1058 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1059 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1059 new file mode 100644 index 00000000..2ab1cc30 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1059 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage106 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage106 new file mode 100644 index 00000000..33eb7ad7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage106 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1060 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1060 new file mode 100644 index 00000000..c985cbc5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1060 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1061 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1061 new file mode 100644 index 00000000..eb75b2c7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1061 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1062 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1062 new file mode 100644 index 00000000..30d5709e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1062 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1063 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1063 new file mode 100644 index 00000000..1172954d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1063 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1064 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1064 new file mode 100644 index 00000000..4cf0b1e6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1064 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1065 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1065 new file mode 100644 index 00000000..e7d8fa5f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1065 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1066 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1066 new file mode 100644 index 00000000..ff93abc8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1066 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1067 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1067 new file mode 100644 index 00000000..75359dab Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1067 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1068 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1068 new file mode 100644 index 00000000..93e3b767 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1068 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1069 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1069 new file mode 100644 index 00000000..5c9146e6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1069 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage107 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage107 new file mode 100644 index 00000000..d372ea6e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage107 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1070 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1070 new file mode 100644 index 00000000..b0b339c9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1070 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1071 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1071 new file mode 100644 index 00000000..bbc1ce3f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1071 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1072 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1072 new file mode 100644 index 00000000..228108c6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1072 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1073 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1073 new file mode 100644 index 00000000..947caac4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1073 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1074 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1074 new file mode 100644 index 00000000..140d9798 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1074 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1075 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1075 new file mode 100644 index 00000000..2e628731 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1075 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1076 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1076 new file mode 100644 index 00000000..a098dc86 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1076 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1077 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1077 new file mode 100644 index 00000000..f94248d2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1077 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1078 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1078 new file mode 100644 index 00000000..d0201201 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1078 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1079 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1079 new file mode 100644 index 00000000..effb4f20 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1079 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage108 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage108 new file mode 100644 index 00000000..d7c9db1a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage108 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1080 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1080 new file mode 100644 index 00000000..14f6fc9e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1080 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1081 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1081 new file mode 100644 index 00000000..d595a048 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1081 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1082 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1082 new file mode 100644 index 00000000..81f5fc18 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1082 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1083 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1083 new file mode 100644 index 00000000..072dfc2b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1083 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1084 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1084 new file mode 100644 index 00000000..c09400ed Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1084 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1085 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1085 new file mode 100644 index 00000000..f1792a71 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1085 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1086 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1086 new file mode 100644 index 00000000..de904c67 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1086 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1087 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1087 new file mode 100644 index 00000000..7827ce93 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1087 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1088 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1088 new file mode 100644 index 00000000..96ef63e0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1088 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1089 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1089 new file mode 100644 index 00000000..e2f7794d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1089 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage109 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage109 new file mode 100644 index 00000000..1694aed1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage109 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1090 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1090 new file mode 100644 index 00000000..60d38afd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1090 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1091 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1091 new file mode 100644 index 00000000..b04f43cf Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1091 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1092 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1092 new file mode 100644 index 00000000..7a013682 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1092 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1093 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1093 new file mode 100644 index 00000000..a8ed061c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1093 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1094 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1094 new file mode 100644 index 00000000..13336964 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1094 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1095 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1095 new file mode 100644 index 00000000..ac14f9d0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1095 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1096 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1096 new file mode 100644 index 00000000..bc452b45 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1096 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1097 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1097 new file mode 100644 index 00000000..bf421bb3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1097 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1098 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1098 new file mode 100644 index 00000000..ca944163 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1098 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1099 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1099 new file mode 100644 index 00000000..2e4ad8e5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1099 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage11 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage11 new file mode 100644 index 00000000..0f2573da Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage11 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage110 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage110 new file mode 100644 index 00000000..b0bd9433 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage110 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1100 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1100 new file mode 100644 index 00000000..bd804aae Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1100 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1101 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1101 new file mode 100644 index 00000000..f2f1bec6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1101 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1102 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1102 new file mode 100644 index 00000000..87488dd2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1102 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1103 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1103 new file mode 100644 index 00000000..6a4f8c97 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1103 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1104 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1104 new file mode 100644 index 00000000..433af9e5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1104 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1105 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1105 new file mode 100644 index 00000000..b713602e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1105 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1106 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1106 new file mode 100644 index 00000000..12aee920 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1106 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1107 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1107 new file mode 100644 index 00000000..6f3251ec Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1107 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1108 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1108 new file mode 100644 index 00000000..56ec4a38 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1108 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1109 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1109 new file mode 100644 index 00000000..88aa663d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1109 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage111 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage111 new file mode 100644 index 00000000..49e99cf2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage111 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1110 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1110 new file mode 100644 index 00000000..9e03d032 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1110 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1111 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1111 new file mode 100644 index 00000000..c97702e3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1111 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1112 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1112 new file mode 100644 index 00000000..a66e7e0d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1112 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1113 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1113 new file mode 100644 index 00000000..fb006a54 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1113 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1114 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1114 new file mode 100644 index 00000000..cab1d53c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1114 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1115 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1115 new file mode 100644 index 00000000..60c381bc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1115 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1116 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1116 new file mode 100644 index 00000000..f85894f9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1116 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1117 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1117 new file mode 100644 index 00000000..6f122e7b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1117 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1118 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1118 new file mode 100644 index 00000000..2db7a6f5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1118 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1119 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1119 new file mode 100644 index 00000000..34163117 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1119 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage112 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage112 new file mode 100644 index 00000000..142a02c9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage112 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1120 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1120 new file mode 100644 index 00000000..f9cd3e4c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1120 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1121 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1121 new file mode 100644 index 00000000..1c0b010e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1121 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1122 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1122 new file mode 100644 index 00000000..ababc361 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1122 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1123 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1123 new file mode 100644 index 00000000..ccaa7628 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1123 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1124 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1124 new file mode 100644 index 00000000..96c1a509 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1124 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1125 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1125 new file mode 100644 index 00000000..dab45b74 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1125 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1126 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1126 new file mode 100644 index 00000000..83795631 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1126 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1127 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1127 new file mode 100644 index 00000000..d17595d3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1127 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1128 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1128 new file mode 100644 index 00000000..60618bf3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1128 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1129 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1129 new file mode 100644 index 00000000..518fdd2e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1129 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage113 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage113 new file mode 100644 index 00000000..7ae62505 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage113 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1130 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1130 new file mode 100644 index 00000000..ae3f7c88 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1130 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1131 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1131 new file mode 100644 index 00000000..64c746d1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1131 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1132 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1132 new file mode 100644 index 00000000..064ecf54 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1132 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1133 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1133 new file mode 100644 index 00000000..6d5ab332 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1133 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1134 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1134 new file mode 100644 index 00000000..0bb01d64 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1134 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1135 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1135 new file mode 100644 index 00000000..2bc3c68a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1135 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1136 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1136 new file mode 100644 index 00000000..cb70128e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1136 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1137 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1137 new file mode 100644 index 00000000..4ce8378e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1137 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1138 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1138 new file mode 100644 index 00000000..0ae19b1a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1138 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1139 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1139 new file mode 100644 index 00000000..ce4e3a53 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1139 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage114 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage114 new file mode 100644 index 00000000..f0f0e491 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage114 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1140 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1140 new file mode 100644 index 00000000..4a6c1c05 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1140 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1141 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1141 new file mode 100644 index 00000000..3d873491 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1141 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1142 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1142 new file mode 100644 index 00000000..2bfa9463 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1142 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1143 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1143 new file mode 100644 index 00000000..4de4d376 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1143 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1144 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1144 new file mode 100644 index 00000000..609b64ea Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1144 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1145 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1145 new file mode 100644 index 00000000..715372c8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1145 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1146 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1146 new file mode 100644 index 00000000..4b40aa86 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1146 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1147 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1147 new file mode 100644 index 00000000..616cc502 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1147 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1148 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1148 new file mode 100644 index 00000000..43433667 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1148 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1149 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1149 new file mode 100644 index 00000000..00187b5c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1149 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage115 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage115 new file mode 100644 index 00000000..2a35f108 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage115 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1150 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1150 new file mode 100644 index 00000000..6de77be7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1150 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1151 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1151 new file mode 100644 index 00000000..d6f1acfd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1151 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1152 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1152 new file mode 100644 index 00000000..16db1c54 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1152 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1153 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1153 new file mode 100644 index 00000000..a9ce69a9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1153 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1154 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1154 new file mode 100644 index 00000000..f8513315 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1154 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1155 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1155 new file mode 100644 index 00000000..22fbdf3a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1155 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1156 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1156 new file mode 100644 index 00000000..f7e11e2a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1156 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1157 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1157 new file mode 100644 index 00000000..c15de596 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1157 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1158 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1158 new file mode 100644 index 00000000..aaef4511 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1158 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1159 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1159 new file mode 100644 index 00000000..91bebde2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1159 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage116 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage116 new file mode 100644 index 00000000..ca497683 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage116 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1160 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1160 new file mode 100644 index 00000000..beefb724 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1160 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1161 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1161 new file mode 100644 index 00000000..06e07c55 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1161 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1162 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1162 new file mode 100644 index 00000000..f30732a3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1162 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1163 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1163 new file mode 100644 index 00000000..0dac6f79 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1163 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1164 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1164 new file mode 100644 index 00000000..0ccde786 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1164 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1165 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1165 new file mode 100644 index 00000000..0fd8a725 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1165 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1166 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1166 new file mode 100644 index 00000000..5f211303 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1166 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1167 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1167 new file mode 100644 index 00000000..28f8a398 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1167 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1168 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1168 new file mode 100644 index 00000000..3d19fca9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1168 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1169 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1169 new file mode 100644 index 00000000..8173f7f6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1169 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage117 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage117 new file mode 100644 index 00000000..b6994e27 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage117 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1170 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1170 new file mode 100644 index 00000000..ec5bb38b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1170 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1171 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1171 new file mode 100644 index 00000000..5f51ccbc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1171 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1172 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1172 new file mode 100644 index 00000000..3fa66f87 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1172 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1173 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1173 new file mode 100644 index 00000000..9b9caa4e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1173 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1174 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1174 new file mode 100644 index 00000000..a95166bf Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1174 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1175 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1175 new file mode 100644 index 00000000..9abee9f6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1175 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1176 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1176 new file mode 100644 index 00000000..18f159a8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1176 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1177 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1177 new file mode 100644 index 00000000..661a256f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1177 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1178 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1178 new file mode 100644 index 00000000..d639a39b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1178 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1179 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1179 new file mode 100644 index 00000000..bf3fc238 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1179 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage118 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage118 new file mode 100644 index 00000000..a4b6c630 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage118 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1180 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1180 new file mode 100644 index 00000000..2d49d603 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1180 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1181 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1181 new file mode 100644 index 00000000..61304706 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1181 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1182 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1182 new file mode 100644 index 00000000..1fe0b546 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1182 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1183 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1183 new file mode 100644 index 00000000..ac81150b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1183 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1184 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1184 new file mode 100644 index 00000000..69ce9ad0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1184 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1185 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1185 new file mode 100644 index 00000000..0c576776 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1185 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1186 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1186 new file mode 100644 index 00000000..27a3b966 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1186 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1187 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1187 new file mode 100644 index 00000000..c823b32d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1187 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1188 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1188 new file mode 100644 index 00000000..5c881a9f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1188 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1189 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1189 new file mode 100644 index 00000000..888981e1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1189 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage119 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage119 new file mode 100644 index 00000000..333e04b4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage119 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1190 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1190 new file mode 100644 index 00000000..b08d2e82 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1190 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1191 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1191 new file mode 100644 index 00000000..cd785a7d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1191 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1192 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1192 new file mode 100644 index 00000000..80056e16 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1192 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1193 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1193 new file mode 100644 index 00000000..f519418e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1193 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1194 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1194 new file mode 100644 index 00000000..819ebaab Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1194 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1195 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1195 new file mode 100644 index 00000000..a0bc577f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1195 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1196 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1196 new file mode 100644 index 00000000..f62a2877 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1196 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1197 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1197 new file mode 100644 index 00000000..532f5750 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1197 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1198 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1198 new file mode 100644 index 00000000..02e27fab Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1198 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1199 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1199 new file mode 100644 index 00000000..a4458c60 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1199 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage12 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage12 new file mode 100644 index 00000000..17c74bd7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage12 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage120 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage120 new file mode 100644 index 00000000..988841f9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage120 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1200 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1200 new file mode 100644 index 00000000..eb46162d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1200 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1201 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1201 new file mode 100644 index 00000000..e17abb7e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1201 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1202 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1202 new file mode 100644 index 00000000..eeb0273b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1202 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1203 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1203 new file mode 100644 index 00000000..ecccbbe0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1203 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1204 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1204 new file mode 100644 index 00000000..d6c04383 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1204 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1205 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1205 new file mode 100644 index 00000000..8b5f24a6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1205 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1206 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1206 new file mode 100644 index 00000000..03b9f75b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1206 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1207 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1207 new file mode 100644 index 00000000..154821ab Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1207 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1208 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1208 new file mode 100644 index 00000000..68283913 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1208 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1209 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1209 new file mode 100644 index 00000000..ebec5e7f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1209 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage121 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage121 new file mode 100644 index 00000000..5754e554 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage121 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1210 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1210 new file mode 100644 index 00000000..edb94cdd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1210 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1211 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1211 new file mode 100644 index 00000000..aa837755 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1211 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1212 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1212 new file mode 100644 index 00000000..d2305778 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1212 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1213 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1213 new file mode 100644 index 00000000..90411157 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1213 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1214 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1214 new file mode 100644 index 00000000..f8ff4b37 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1214 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1215 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1215 new file mode 100644 index 00000000..bac9b590 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1215 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1216 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1216 new file mode 100644 index 00000000..7580b37e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1216 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1217 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1217 new file mode 100644 index 00000000..14b83b99 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1217 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1218 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1218 new file mode 100644 index 00000000..50ca178c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1218 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1219 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1219 new file mode 100644 index 00000000..65e20068 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1219 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage122 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage122 new file mode 100644 index 00000000..fbeba128 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage122 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1220 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1220 new file mode 100644 index 00000000..36198166 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1220 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1221 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1221 new file mode 100644 index 00000000..c7052036 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1221 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1222 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1222 new file mode 100644 index 00000000..71ed0b9d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1222 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1223 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1223 new file mode 100644 index 00000000..c51f7c06 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1223 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1224 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1224 new file mode 100644 index 00000000..750c931f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1224 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1225 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1225 new file mode 100644 index 00000000..c3884b79 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1225 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1226 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1226 new file mode 100644 index 00000000..09136a10 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1226 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1227 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1227 new file mode 100644 index 00000000..1b28431c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1227 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1228 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1228 new file mode 100644 index 00000000..7f55482a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1228 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1229 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1229 new file mode 100644 index 00000000..268c341d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1229 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage123 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage123 new file mode 100644 index 00000000..5d5dd5da Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage123 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1230 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1230 new file mode 100644 index 00000000..d4e343ff Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1230 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1231 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1231 new file mode 100644 index 00000000..12a0a3e2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1231 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1232 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1232 new file mode 100644 index 00000000..56e4bc2d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1232 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1233 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1233 new file mode 100644 index 00000000..b6a5c26d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1233 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1234 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1234 new file mode 100644 index 00000000..b41e588c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1234 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1235 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1235 new file mode 100644 index 00000000..c63393d1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1235 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1236 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1236 new file mode 100644 index 00000000..90b6ac23 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1236 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1237 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1237 new file mode 100644 index 00000000..661a8ead Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1237 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1238 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1238 new file mode 100644 index 00000000..fda4113d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1238 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1239 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1239 new file mode 100644 index 00000000..27a26470 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1239 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage124 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage124 new file mode 100644 index 00000000..49890cad Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage124 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1240 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1240 new file mode 100644 index 00000000..face2e01 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1240 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1241 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1241 new file mode 100644 index 00000000..84d68446 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1241 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1242 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1242 new file mode 100644 index 00000000..d229553e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1242 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1243 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1243 new file mode 100644 index 00000000..163eca36 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1243 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1244 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1244 new file mode 100644 index 00000000..e3cc2365 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1244 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1245 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1245 new file mode 100644 index 00000000..dc7612e2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1245 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1246 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1246 new file mode 100644 index 00000000..eebd4a90 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1246 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1247 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1247 new file mode 100644 index 00000000..0f3d4429 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1247 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1248 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1248 new file mode 100644 index 00000000..346c3830 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1248 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1249 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1249 new file mode 100644 index 00000000..3a10f008 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1249 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage125 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage125 new file mode 100644 index 00000000..82a9cbeb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage125 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1250 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1250 new file mode 100644 index 00000000..4bd122b9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1250 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1251 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1251 new file mode 100644 index 00000000..815bda93 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1251 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1252 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1252 new file mode 100644 index 00000000..9b89a711 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1252 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1253 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1253 new file mode 100644 index 00000000..355f644c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1253 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1254 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1254 new file mode 100644 index 00000000..4f5c7b0f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1254 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1255 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1255 new file mode 100644 index 00000000..a22e28ab Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1255 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1256 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1256 new file mode 100644 index 00000000..d3a4d62e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1256 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1257 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1257 new file mode 100644 index 00000000..560801f0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1257 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1258 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1258 new file mode 100644 index 00000000..cfa8ca2d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1258 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1259 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1259 new file mode 100644 index 00000000..f4a8bcf2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1259 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage126 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage126 new file mode 100644 index 00000000..dbca2fb5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage126 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1260 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1260 new file mode 100644 index 00000000..ed8ce8a0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1260 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1261 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1261 new file mode 100644 index 00000000..41bc978f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1261 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1262 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1262 new file mode 100644 index 00000000..eabcedf9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1262 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1263 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1263 new file mode 100644 index 00000000..ca9ba8d6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1263 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1264 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1264 new file mode 100644 index 00000000..81b24415 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1264 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1265 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1265 new file mode 100644 index 00000000..ae91b58b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1265 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1266 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1266 new file mode 100644 index 00000000..d3bae02c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1266 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1267 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1267 new file mode 100644 index 00000000..24140685 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1267 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1268 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1268 new file mode 100644 index 00000000..de3bf555 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1268 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1269 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1269 new file mode 100644 index 00000000..f8d043dc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1269 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage127 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage127 new file mode 100644 index 00000000..7ded8fdc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage127 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1270 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1270 new file mode 100644 index 00000000..1472402d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1270 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1271 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1271 new file mode 100644 index 00000000..85fd5600 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1271 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1272 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1272 new file mode 100644 index 00000000..161033a3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1272 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1273 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1273 new file mode 100644 index 00000000..e8fa6e30 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1273 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1274 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1274 new file mode 100644 index 00000000..138f9088 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1274 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1275 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1275 new file mode 100644 index 00000000..0b83db8b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1275 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1276 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1276 new file mode 100644 index 00000000..b07e538c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1276 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1277 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1277 new file mode 100644 index 00000000..968b66fb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1277 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1278 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1278 new file mode 100644 index 00000000..cf2af2f7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1278 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1279 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1279 new file mode 100644 index 00000000..a2cd6c1a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1279 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage128 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage128 new file mode 100644 index 00000000..94818861 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage128 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1280 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1280 new file mode 100644 index 00000000..00942366 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1280 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1281 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1281 new file mode 100644 index 00000000..c12a4bd2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1281 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1282 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1282 new file mode 100644 index 00000000..7afc6f8b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1282 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1283 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1283 new file mode 100644 index 00000000..e665b9b7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1283 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1284 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1284 new file mode 100644 index 00000000..0af24dc1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1284 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1285 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1285 new file mode 100644 index 00000000..b054e464 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1285 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1286 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1286 new file mode 100644 index 00000000..6e21eb8b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1286 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1287 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1287 new file mode 100644 index 00000000..58a80c09 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1287 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1288 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1288 new file mode 100644 index 00000000..20b20d08 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1288 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1289 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1289 new file mode 100644 index 00000000..b3360ade Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1289 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage129 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage129 new file mode 100644 index 00000000..0ab19306 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage129 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1290 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1290 new file mode 100644 index 00000000..2911553a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1290 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1291 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1291 new file mode 100644 index 00000000..62c0ea59 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1291 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1292 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1292 new file mode 100644 index 00000000..af7f45d6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1292 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1293 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1293 new file mode 100644 index 00000000..cd46802b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1293 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1294 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1294 new file mode 100644 index 00000000..36af8890 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1294 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1295 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1295 new file mode 100644 index 00000000..79025e06 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1295 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1296 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1296 new file mode 100644 index 00000000..5f630f0e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1296 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1297 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1297 new file mode 100644 index 00000000..31c21807 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1297 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1298 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1298 new file mode 100644 index 00000000..87486e35 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1298 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1299 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1299 new file mode 100644 index 00000000..32784d3f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1299 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage13 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage13 new file mode 100644 index 00000000..9365f173 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage13 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage130 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage130 new file mode 100644 index 00000000..af4c4c4d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage130 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1300 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1300 new file mode 100644 index 00000000..13cd5648 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1300 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1301 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1301 new file mode 100644 index 00000000..82309052 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1301 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1302 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1302 new file mode 100644 index 00000000..9b6509ba Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1302 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1303 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1303 new file mode 100644 index 00000000..05fe0f7e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1303 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1304 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1304 new file mode 100644 index 00000000..9a8f804f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1304 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1305 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1305 new file mode 100644 index 00000000..9d68ee71 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1305 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1306 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1306 new file mode 100644 index 00000000..942f5400 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1306 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1307 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1307 new file mode 100644 index 00000000..7bd78d73 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1307 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1308 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1308 new file mode 100644 index 00000000..362ec27c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1308 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1309 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1309 new file mode 100644 index 00000000..d85895aa Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1309 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage131 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage131 new file mode 100644 index 00000000..b0974794 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage131 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1310 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1310 new file mode 100644 index 00000000..09c61d04 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1310 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1311 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1311 new file mode 100644 index 00000000..4c49fe59 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1311 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1312 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1312 new file mode 100644 index 00000000..0681cb1c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1312 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1313 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1313 new file mode 100644 index 00000000..c8885fb7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1313 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1314 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1314 new file mode 100644 index 00000000..8c751280 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1314 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1315 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1315 new file mode 100644 index 00000000..09d20bcd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1315 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1316 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1316 new file mode 100644 index 00000000..c08f493d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1316 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1317 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1317 new file mode 100644 index 00000000..664755b8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1317 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1318 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1318 new file mode 100644 index 00000000..f6cdf841 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1318 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1319 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1319 new file mode 100644 index 00000000..fceeade0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1319 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage132 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage132 new file mode 100644 index 00000000..ffba5608 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage132 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1320 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1320 new file mode 100644 index 00000000..fe994855 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1320 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1321 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1321 new file mode 100644 index 00000000..e63cdbc3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1321 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1322 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1322 new file mode 100644 index 00000000..3c88ac87 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1322 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1323 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1323 new file mode 100644 index 00000000..9a5c6901 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1323 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1324 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1324 new file mode 100644 index 00000000..28e76c1a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1324 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1325 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1325 new file mode 100644 index 00000000..7ac99d79 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1325 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1326 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1326 new file mode 100644 index 00000000..c30fc9f0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1326 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1327 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1327 new file mode 100644 index 00000000..272c0344 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1327 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1328 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1328 new file mode 100644 index 00000000..82c64753 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1328 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1329 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1329 new file mode 100644 index 00000000..09bf9fef Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1329 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage133 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage133 new file mode 100644 index 00000000..2b66fa1e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage133 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1330 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1330 new file mode 100644 index 00000000..7f9cf01f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1330 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1331 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1331 new file mode 100644 index 00000000..b5315749 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1331 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1332 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1332 new file mode 100644 index 00000000..545f8928 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1332 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1333 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1333 new file mode 100644 index 00000000..dbcd60c9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1333 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1334 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1334 new file mode 100644 index 00000000..f59d24b6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1334 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1335 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1335 new file mode 100644 index 00000000..a772369f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1335 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1336 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1336 new file mode 100644 index 00000000..ca8bfc1a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1336 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1337 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1337 new file mode 100644 index 00000000..b81136e3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1337 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1338 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1338 new file mode 100644 index 00000000..5f3fc9e2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1338 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1339 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1339 new file mode 100644 index 00000000..e2ace239 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1339 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage134 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage134 new file mode 100644 index 00000000..1929954f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage134 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1340 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1340 new file mode 100644 index 00000000..2b36a3dc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1340 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1341 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1341 new file mode 100644 index 00000000..fc89572b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1341 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1342 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1342 new file mode 100644 index 00000000..1a3ef41e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1342 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1343 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1343 new file mode 100644 index 00000000..1849aa54 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1343 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1344 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1344 new file mode 100644 index 00000000..f7a96edc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1344 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1345 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1345 new file mode 100644 index 00000000..a06794dd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1345 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1346 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1346 new file mode 100644 index 00000000..85d2dc42 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1346 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1347 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1347 new file mode 100644 index 00000000..84e8d2ea Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1347 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1348 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1348 new file mode 100644 index 00000000..feff913d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1348 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1349 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1349 new file mode 100644 index 00000000..262afc19 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1349 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage135 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage135 new file mode 100644 index 00000000..ae0132ce Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage135 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1350 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1350 new file mode 100644 index 00000000..f8c54620 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1350 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1351 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1351 new file mode 100644 index 00000000..001a5983 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1351 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1352 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1352 new file mode 100644 index 00000000..382ac572 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1352 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1353 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1353 new file mode 100644 index 00000000..8fb7a053 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1353 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1354 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1354 new file mode 100644 index 00000000..2b6a0e76 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1354 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1355 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1355 new file mode 100644 index 00000000..7988fb9e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1355 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1356 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1356 new file mode 100644 index 00000000..6f3d2336 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1356 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1357 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1357 new file mode 100644 index 00000000..0cd641a3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1357 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1358 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1358 new file mode 100644 index 00000000..71a5b532 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1358 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1359 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1359 new file mode 100644 index 00000000..1eaafe77 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1359 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage136 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage136 new file mode 100644 index 00000000..5f312d32 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage136 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1360 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1360 new file mode 100644 index 00000000..aec7f28e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1360 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1361 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1361 new file mode 100644 index 00000000..dd4f340d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1361 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1362 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1362 new file mode 100644 index 00000000..b6829c13 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1362 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1363 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1363 new file mode 100644 index 00000000..8ee7600d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1363 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1364 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1364 new file mode 100644 index 00000000..88eba51a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1364 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1365 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1365 new file mode 100644 index 00000000..dd759e92 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1365 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1366 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1366 new file mode 100644 index 00000000..ccc3e239 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1366 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1367 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1367 new file mode 100644 index 00000000..2eec7bf2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1367 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1368 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1368 new file mode 100644 index 00000000..83f4087d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1368 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1369 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1369 new file mode 100644 index 00000000..dda384f0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1369 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage137 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage137 new file mode 100644 index 00000000..069f5d21 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage137 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1370 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1370 new file mode 100644 index 00000000..874acc24 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1370 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1371 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1371 new file mode 100644 index 00000000..0c01d66b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1371 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1372 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1372 new file mode 100644 index 00000000..58df2a85 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1372 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1373 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1373 new file mode 100644 index 00000000..6967bb81 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1373 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1374 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1374 new file mode 100644 index 00000000..0dda4f6c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1374 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1375 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1375 new file mode 100644 index 00000000..309108bb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1375 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1376 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1376 new file mode 100644 index 00000000..b440fb9d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1376 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1377 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1377 new file mode 100644 index 00000000..a6ea657f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1377 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1378 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1378 new file mode 100644 index 00000000..fe26b0bb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1378 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1379 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1379 new file mode 100644 index 00000000..490391fa Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1379 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage138 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage138 new file mode 100644 index 00000000..0cd074ca Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage138 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1380 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1380 new file mode 100644 index 00000000..74489d4d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1380 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1381 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1381 new file mode 100644 index 00000000..a0e530c1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1381 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1382 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1382 new file mode 100644 index 00000000..1898cd56 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1382 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1383 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1383 new file mode 100644 index 00000000..68b21880 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1383 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1384 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1384 new file mode 100644 index 00000000..d696cd5f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1384 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1385 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1385 new file mode 100644 index 00000000..516a21c8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1385 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1386 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1386 new file mode 100644 index 00000000..a2f420d6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1386 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1387 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1387 new file mode 100644 index 00000000..924db4e9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1387 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1388 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1388 new file mode 100644 index 00000000..91024ab3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1388 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1389 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1389 new file mode 100644 index 00000000..26fd8ffb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1389 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage139 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage139 new file mode 100644 index 00000000..53b92ad9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage139 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1390 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1390 new file mode 100644 index 00000000..f639ca68 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1390 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1391 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1391 new file mode 100644 index 00000000..a93b6607 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1391 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1392 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1392 new file mode 100644 index 00000000..8bde006c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1392 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1393 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1393 new file mode 100644 index 00000000..047680fe Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1393 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1394 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1394 new file mode 100644 index 00000000..3ac8eca1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1394 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1395 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1395 new file mode 100644 index 00000000..8d45b822 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1395 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1396 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1396 new file mode 100644 index 00000000..d5176bdc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1396 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1397 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1397 new file mode 100644 index 00000000..13d32ac8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1397 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1398 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1398 new file mode 100644 index 00000000..a2e26f2b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1398 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1399 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1399 new file mode 100644 index 00000000..70cb79b9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1399 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage14 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage14 new file mode 100644 index 00000000..3d07dbc6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage14 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage140 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage140 new file mode 100644 index 00000000..6cdd62c2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage140 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1400 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1400 new file mode 100644 index 00000000..52421ae5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1400 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1401 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1401 new file mode 100644 index 00000000..d730b54b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1401 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1402 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1402 new file mode 100644 index 00000000..3f2bdce4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1402 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1403 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1403 new file mode 100644 index 00000000..d89cc691 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1403 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1404 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1404 new file mode 100644 index 00000000..72d370a0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1404 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1405 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1405 new file mode 100644 index 00000000..01f50d2d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1405 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1406 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1406 new file mode 100644 index 00000000..66d49bac Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1406 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1407 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1407 new file mode 100644 index 00000000..0d5e82e2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1407 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1408 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1408 new file mode 100644 index 00000000..733f8d07 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1408 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1409 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1409 new file mode 100644 index 00000000..2d0329b9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1409 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage141 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage141 new file mode 100644 index 00000000..6259395e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage141 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1410 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1410 new file mode 100644 index 00000000..60d252db Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1410 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1411 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1411 new file mode 100644 index 00000000..7bb33db5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1411 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1412 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1412 new file mode 100644 index 00000000..016d6760 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1412 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1413 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1413 new file mode 100644 index 00000000..62b54271 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1413 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1414 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1414 new file mode 100644 index 00000000..9f0d73ac Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1414 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1415 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1415 new file mode 100644 index 00000000..4b3f274f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1415 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1416 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1416 new file mode 100644 index 00000000..0ea80fad Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1416 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1417 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1417 new file mode 100644 index 00000000..56fb1e9d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1417 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1418 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1418 new file mode 100644 index 00000000..f88b91fd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1418 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1419 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1419 new file mode 100644 index 00000000..8f42be73 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1419 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage142 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage142 new file mode 100644 index 00000000..9f1b65b8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage142 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1420 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1420 new file mode 100644 index 00000000..0af0037f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1420 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1421 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1421 new file mode 100644 index 00000000..2d8ef160 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1421 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1422 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1422 new file mode 100644 index 00000000..9b8c5cb9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1422 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1423 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1423 new file mode 100644 index 00000000..ba3835b0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1423 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1424 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1424 new file mode 100644 index 00000000..884215b8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1424 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1425 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1425 new file mode 100644 index 00000000..fddad4c6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1425 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1426 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1426 new file mode 100644 index 00000000..954bd8b8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1426 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1427 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1427 new file mode 100644 index 00000000..620e43ec Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1427 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1428 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1428 new file mode 100644 index 00000000..cdb7a965 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1428 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1429 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1429 new file mode 100644 index 00000000..f8a2d8f2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1429 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage143 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage143 new file mode 100644 index 00000000..5941bc2b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage143 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1430 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1430 new file mode 100644 index 00000000..1f883200 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1430 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1431 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1431 new file mode 100644 index 00000000..c3ac2910 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1431 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1432 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1432 new file mode 100644 index 00000000..f432a55d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1432 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1433 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1433 new file mode 100644 index 00000000..3e12e7cc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1433 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1434 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1434 new file mode 100644 index 00000000..9d37c106 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1434 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1435 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1435 new file mode 100644 index 00000000..b45bcef7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1435 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1436 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1436 new file mode 100644 index 00000000..3c50311f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1436 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1437 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1437 new file mode 100644 index 00000000..68f155da Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1437 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1438 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1438 new file mode 100644 index 00000000..444390f7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1438 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1439 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1439 new file mode 100644 index 00000000..5b28e5ee Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1439 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage144 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage144 new file mode 100644 index 00000000..bf7a67ae Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage144 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1440 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1440 new file mode 100644 index 00000000..d209dfa1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1440 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1441 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1441 new file mode 100644 index 00000000..9518b53e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1441 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1442 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1442 new file mode 100644 index 00000000..ce1ed91a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1442 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1443 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1443 new file mode 100644 index 00000000..3db9192c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1443 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1444 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1444 new file mode 100644 index 00000000..26a1fcae Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1444 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1445 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1445 new file mode 100644 index 00000000..b91f0f40 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1445 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1446 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1446 new file mode 100644 index 00000000..a3ef9657 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1446 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1447 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1447 new file mode 100644 index 00000000..7c74d871 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1447 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1448 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1448 new file mode 100644 index 00000000..2e99a900 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1448 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1449 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1449 new file mode 100644 index 00000000..14165963 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1449 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage145 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage145 new file mode 100644 index 00000000..8b1e5b1b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage145 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1450 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1450 new file mode 100644 index 00000000..e3f9e894 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1450 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1451 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1451 new file mode 100644 index 00000000..bf06112a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1451 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1452 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1452 new file mode 100644 index 00000000..62d62aa0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1452 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1453 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1453 new file mode 100644 index 00000000..1884a2ea Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1453 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1454 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1454 new file mode 100644 index 00000000..538419d0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1454 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1455 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1455 new file mode 100644 index 00000000..e9002bee Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1455 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1456 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1456 new file mode 100644 index 00000000..44de0c66 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1456 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1457 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1457 new file mode 100644 index 00000000..716bb019 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1457 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1458 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1458 new file mode 100644 index 00000000..1eae0969 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1458 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1459 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1459 new file mode 100644 index 00000000..33fc2211 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1459 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage146 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage146 new file mode 100644 index 00000000..f5366e56 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage146 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1460 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1460 new file mode 100644 index 00000000..95f6e75a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1460 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1461 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1461 new file mode 100644 index 00000000..dcb60408 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1461 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1462 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1462 new file mode 100644 index 00000000..f8318090 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1462 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1463 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1463 new file mode 100644 index 00000000..39e3a363 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1463 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1464 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1464 new file mode 100644 index 00000000..07bd1951 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1464 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1465 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1465 new file mode 100644 index 00000000..a32df71e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1465 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1466 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1466 new file mode 100644 index 00000000..8c009cf5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1466 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1467 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1467 new file mode 100644 index 00000000..9a445dac Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1467 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1468 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1468 new file mode 100644 index 00000000..8fe38a9a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1468 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1469 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1469 new file mode 100644 index 00000000..4f5ecc6a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1469 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage147 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage147 new file mode 100644 index 00000000..3703658b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage147 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1470 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1470 new file mode 100644 index 00000000..b5918848 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1470 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1471 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1471 new file mode 100644 index 00000000..cb336912 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1471 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1472 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1472 new file mode 100644 index 00000000..9a6f820a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1472 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1473 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1473 new file mode 100644 index 00000000..420873fe Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1473 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1474 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1474 new file mode 100644 index 00000000..6b0fb66b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1474 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1475 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1475 new file mode 100644 index 00000000..74d24d23 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1475 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1476 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1476 new file mode 100644 index 00000000..27460f44 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1476 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1477 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1477 new file mode 100644 index 00000000..dad7f2ca Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1477 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1478 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1478 new file mode 100644 index 00000000..46fd4dee Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1478 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1479 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1479 new file mode 100644 index 00000000..7a2ae90a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1479 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage148 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage148 new file mode 100644 index 00000000..a06f65bf Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage148 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1480 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1480 new file mode 100644 index 00000000..2dad1153 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1480 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1481 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1481 new file mode 100644 index 00000000..5bf7fb41 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1481 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1482 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1482 new file mode 100644 index 00000000..31a72a8a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1482 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1483 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1483 new file mode 100644 index 00000000..a9a270b5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1483 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1484 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1484 new file mode 100644 index 00000000..1628e454 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1484 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1485 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1485 new file mode 100644 index 00000000..cd5f82fb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1485 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1486 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1486 new file mode 100644 index 00000000..68f34a88 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1486 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1487 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1487 new file mode 100644 index 00000000..4b72b005 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1487 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1488 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1488 new file mode 100644 index 00000000..91dba301 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1488 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1489 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1489 new file mode 100644 index 00000000..7a8eca01 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1489 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage149 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage149 new file mode 100644 index 00000000..debbb553 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage149 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1490 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1490 new file mode 100644 index 00000000..28b92195 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1490 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1491 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1491 new file mode 100644 index 00000000..7c21cfba Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1491 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1492 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1492 new file mode 100644 index 00000000..7aaab7a9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1492 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1493 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1493 new file mode 100644 index 00000000..9c7d86ed Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1493 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1494 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1494 new file mode 100644 index 00000000..ce76cf60 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1494 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1495 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1495 new file mode 100644 index 00000000..951adfb4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1495 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1496 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1496 new file mode 100644 index 00000000..a8a8b54e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1496 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1497 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1497 new file mode 100644 index 00000000..aec6c1ee Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1497 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1498 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1498 new file mode 100644 index 00000000..39efb357 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1498 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1499 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1499 new file mode 100644 index 00000000..cb50a292 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1499 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage15 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage15 new file mode 100644 index 00000000..6d737782 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage15 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage150 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage150 new file mode 100644 index 00000000..fbf54ec5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage150 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1500 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1500 new file mode 100644 index 00000000..964bdd71 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1500 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1501 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1501 new file mode 100644 index 00000000..5595b447 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1501 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1502 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1502 new file mode 100644 index 00000000..309347e4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1502 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1503 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1503 new file mode 100644 index 00000000..5edec0b9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1503 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1504 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1504 new file mode 100644 index 00000000..842a2194 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1504 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1505 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1505 new file mode 100644 index 00000000..f5a385c6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1505 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1506 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1506 new file mode 100644 index 00000000..6b736310 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1506 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1507 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1507 new file mode 100644 index 00000000..7865374e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1507 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1508 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1508 new file mode 100644 index 00000000..22e266a0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1508 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1509 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1509 new file mode 100644 index 00000000..6968e3ee Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1509 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage151 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage151 new file mode 100644 index 00000000..7e8d55df Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage151 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1510 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1510 new file mode 100644 index 00000000..b7bbf5da Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1510 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1511 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1511 new file mode 100644 index 00000000..460b8597 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1511 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1512 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1512 new file mode 100644 index 00000000..2a2bb81e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1512 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1513 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1513 new file mode 100644 index 00000000..34d8a2c2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1513 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1514 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1514 new file mode 100644 index 00000000..e0608774 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1514 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1515 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1515 new file mode 100644 index 00000000..01a50d31 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1515 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1516 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1516 new file mode 100644 index 00000000..b726b1cc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1516 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1517 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1517 new file mode 100644 index 00000000..810beeb9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1517 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1518 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1518 new file mode 100644 index 00000000..9812331b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1518 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1519 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1519 new file mode 100644 index 00000000..85bdac32 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1519 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage152 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage152 new file mode 100644 index 00000000..c80b8f6d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage152 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1520 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1520 new file mode 100644 index 00000000..7119aee6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1520 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1521 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1521 new file mode 100644 index 00000000..76a141ff Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1521 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1522 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1522 new file mode 100644 index 00000000..7b438d79 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1522 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1523 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1523 new file mode 100644 index 00000000..386a91b7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1523 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1524 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1524 new file mode 100644 index 00000000..85e9e611 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1524 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1525 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1525 new file mode 100644 index 00000000..6f317aeb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1525 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1526 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1526 new file mode 100644 index 00000000..efbc7df7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1526 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1527 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1527 new file mode 100644 index 00000000..036bc997 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1527 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1528 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1528 new file mode 100644 index 00000000..b20187bd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1528 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1529 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1529 new file mode 100644 index 00000000..41b7bf5b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1529 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage153 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage153 new file mode 100644 index 00000000..b7c7c329 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage153 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1530 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1530 new file mode 100644 index 00000000..2122b725 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1530 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1531 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1531 new file mode 100644 index 00000000..27456291 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1531 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1532 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1532 new file mode 100644 index 00000000..59e62598 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1532 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1533 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1533 new file mode 100644 index 00000000..2f3ef47c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1533 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1534 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1534 new file mode 100644 index 00000000..71dafda9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1534 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1535 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1535 new file mode 100644 index 00000000..42320098 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1535 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1536 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1536 new file mode 100644 index 00000000..e97bb457 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1536 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1537 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1537 new file mode 100644 index 00000000..ccd08c0f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1537 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1538 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1538 new file mode 100644 index 00000000..02b20c18 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1538 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1539 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1539 new file mode 100644 index 00000000..1ea74639 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1539 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage154 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage154 new file mode 100644 index 00000000..f3521435 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage154 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1540 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1540 new file mode 100644 index 00000000..2a0ed9f0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1540 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1541 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1541 new file mode 100644 index 00000000..df96aafa Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1541 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1542 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1542 new file mode 100644 index 00000000..457ba302 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1542 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1543 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1543 new file mode 100644 index 00000000..852fdea7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1543 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1544 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1544 new file mode 100644 index 00000000..1d104114 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1544 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1545 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1545 new file mode 100644 index 00000000..13e44c6a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1545 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1546 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1546 new file mode 100644 index 00000000..ec6f22f9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1546 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1547 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1547 new file mode 100644 index 00000000..f5295402 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1547 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1548 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1548 new file mode 100644 index 00000000..4d0c14b9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1548 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1549 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1549 new file mode 100644 index 00000000..dc3ab4c1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1549 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage155 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage155 new file mode 100644 index 00000000..e6239342 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage155 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1550 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1550 new file mode 100644 index 00000000..f3dd2cbb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1550 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1551 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1551 new file mode 100644 index 00000000..6ee9eb74 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1551 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1552 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1552 new file mode 100644 index 00000000..05f36e6d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1552 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1553 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1553 new file mode 100644 index 00000000..d751d1b2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1553 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1554 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1554 new file mode 100644 index 00000000..edd29fa9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1554 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1555 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1555 new file mode 100644 index 00000000..e4196712 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1555 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1556 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1556 new file mode 100644 index 00000000..823df27a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1556 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1557 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1557 new file mode 100644 index 00000000..f4353764 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1557 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1558 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1558 new file mode 100644 index 00000000..7adeaa52 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1558 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1559 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1559 new file mode 100644 index 00000000..f7324eee Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1559 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage156 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage156 new file mode 100644 index 00000000..fe67aec5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage156 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1560 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1560 new file mode 100644 index 00000000..cc393c94 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1560 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1561 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1561 new file mode 100644 index 00000000..d09656f5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1561 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1562 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1562 new file mode 100644 index 00000000..d0f788b8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1562 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1563 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1563 new file mode 100644 index 00000000..44c8de06 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1563 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1564 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1564 new file mode 100644 index 00000000..a0de17c4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1564 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1565 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1565 new file mode 100644 index 00000000..335e303a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1565 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1566 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1566 new file mode 100644 index 00000000..ce4ea342 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1566 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1567 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1567 new file mode 100644 index 00000000..121f71b2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1567 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1568 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1568 new file mode 100644 index 00000000..8550879b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1568 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1569 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1569 new file mode 100644 index 00000000..109733d3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1569 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage157 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage157 new file mode 100644 index 00000000..16b569aa Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage157 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1570 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1570 new file mode 100644 index 00000000..588623a2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1570 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1571 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1571 new file mode 100644 index 00000000..789c4f92 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1571 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1572 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1572 new file mode 100644 index 00000000..a8bdc68c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1572 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1573 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1573 new file mode 100644 index 00000000..f7c2a4ab Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1573 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1574 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1574 new file mode 100644 index 00000000..aefd944a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1574 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1575 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1575 new file mode 100644 index 00000000..3ee3c478 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1575 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1576 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1576 new file mode 100644 index 00000000..5bc339ba Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1576 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1577 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1577 new file mode 100644 index 00000000..b245b12c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1577 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1578 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1578 new file mode 100644 index 00000000..c995c0a4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1578 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1579 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1579 new file mode 100644 index 00000000..2692a496 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1579 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage158 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage158 new file mode 100644 index 00000000..b20bf3dc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage158 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1580 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1580 new file mode 100644 index 00000000..b15e0d56 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1580 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1581 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1581 new file mode 100644 index 00000000..afb53e96 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1581 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1582 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1582 new file mode 100644 index 00000000..79848f0c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1582 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1583 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1583 new file mode 100644 index 00000000..771857c5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1583 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1584 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1584 new file mode 100644 index 00000000..ab5c4ede Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1584 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1585 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1585 new file mode 100644 index 00000000..7e40a3ef Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1585 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1586 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1586 new file mode 100644 index 00000000..9c2e1483 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1586 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1587 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1587 new file mode 100644 index 00000000..22373af8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1587 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1588 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1588 new file mode 100644 index 00000000..3bc3bb74 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1588 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1589 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1589 new file mode 100644 index 00000000..6de158af Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1589 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage159 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage159 new file mode 100644 index 00000000..667e40da Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage159 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1590 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1590 new file mode 100644 index 00000000..7f157a64 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1590 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1591 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1591 new file mode 100644 index 00000000..3fb779ec Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1591 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1592 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1592 new file mode 100644 index 00000000..8fa03ede Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1592 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1593 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1593 new file mode 100644 index 00000000..44e05d98 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1593 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1594 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1594 new file mode 100644 index 00000000..019dbae8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1594 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1595 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1595 new file mode 100644 index 00000000..05133913 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1595 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1596 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1596 new file mode 100644 index 00000000..90e495c2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1596 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1597 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1597 new file mode 100644 index 00000000..d1015e2b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1597 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1598 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1598 new file mode 100644 index 00000000..1a00ca7c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1598 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1599 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1599 new file mode 100644 index 00000000..10062c22 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1599 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage16 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage16 new file mode 100644 index 00000000..b5eb7f00 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage16 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage160 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage160 new file mode 100644 index 00000000..dc920f58 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage160 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1600 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1600 new file mode 100644 index 00000000..835d53e1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1600 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1601 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1601 new file mode 100644 index 00000000..c51ee430 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1601 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1602 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1602 new file mode 100644 index 00000000..ee7ef818 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1602 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1603 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1603 new file mode 100644 index 00000000..67553119 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1603 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1604 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1604 new file mode 100644 index 00000000..70bdbc3e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1604 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1605 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1605 new file mode 100644 index 00000000..01a9744d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1605 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1606 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1606 new file mode 100644 index 00000000..f45167ca Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1606 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1607 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1607 new file mode 100644 index 00000000..65e38627 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1607 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1608 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1608 new file mode 100644 index 00000000..7aa54c19 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1608 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1609 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1609 new file mode 100644 index 00000000..e4dd5a91 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1609 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage161 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage161 new file mode 100644 index 00000000..5fd77b3e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage161 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1610 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1610 new file mode 100644 index 00000000..95576bbf Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1610 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1611 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1611 new file mode 100644 index 00000000..e7218cdd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1611 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1612 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1612 new file mode 100644 index 00000000..22faacdd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1612 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1613 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1613 new file mode 100644 index 00000000..98576175 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1613 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1614 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1614 new file mode 100644 index 00000000..6c5bc830 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1614 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1615 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1615 new file mode 100644 index 00000000..4bd39fca Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1615 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1616 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1616 new file mode 100644 index 00000000..707bb59d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1616 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1617 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1617 new file mode 100644 index 00000000..01c79ef8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1617 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1618 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1618 new file mode 100644 index 00000000..0f57894c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1618 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1619 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1619 new file mode 100644 index 00000000..9cea36c8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1619 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage162 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage162 new file mode 100644 index 00000000..a8d4e874 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage162 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1620 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1620 new file mode 100644 index 00000000..445781b6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1620 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1621 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1621 new file mode 100644 index 00000000..911489f8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1621 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1622 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1622 new file mode 100644 index 00000000..b39aa016 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1622 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1623 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1623 new file mode 100644 index 00000000..6e84b684 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1623 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1624 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1624 new file mode 100644 index 00000000..e9af4466 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1624 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1625 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1625 new file mode 100644 index 00000000..4bb888aa Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1625 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1626 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1626 new file mode 100644 index 00000000..e89892eb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1626 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1627 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1627 new file mode 100644 index 00000000..7d3f674d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1627 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1628 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1628 new file mode 100644 index 00000000..967d23c3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1628 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1629 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1629 new file mode 100644 index 00000000..26bc6e83 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1629 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage163 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage163 new file mode 100644 index 00000000..eba31c6d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage163 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1630 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1630 new file mode 100644 index 00000000..1455380d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1630 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1631 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1631 new file mode 100644 index 00000000..f804a125 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1631 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1632 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1632 new file mode 100644 index 00000000..aef7f11f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1632 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1633 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1633 new file mode 100644 index 00000000..ea4256f8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1633 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1634 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1634 new file mode 100644 index 00000000..74f3054b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1634 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1635 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1635 new file mode 100644 index 00000000..dabaeefc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1635 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1636 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1636 new file mode 100644 index 00000000..19613edc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1636 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1637 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1637 new file mode 100644 index 00000000..107b0dbb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1637 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1638 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1638 new file mode 100644 index 00000000..776fbc9d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1638 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1639 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1639 new file mode 100644 index 00000000..c013b5a6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1639 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage164 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage164 new file mode 100644 index 00000000..136e0091 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage164 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1640 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1640 new file mode 100644 index 00000000..7943f5f4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1640 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1641 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1641 new file mode 100644 index 00000000..ab7c9e0f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1641 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1642 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1642 new file mode 100644 index 00000000..114fa418 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1642 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1643 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1643 new file mode 100644 index 00000000..995bf80d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1643 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1644 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1644 new file mode 100644 index 00000000..b0c24e2e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1644 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1645 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1645 new file mode 100644 index 00000000..88737622 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1645 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1646 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1646 new file mode 100644 index 00000000..9e5cca2e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1646 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1647 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1647 new file mode 100644 index 00000000..6c0c5dfc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1647 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1648 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1648 new file mode 100644 index 00000000..d960db89 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1648 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1649 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1649 new file mode 100644 index 00000000..e0eb9169 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1649 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage165 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage165 new file mode 100644 index 00000000..11a05ade Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage165 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1650 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1650 new file mode 100644 index 00000000..8494a075 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1650 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1651 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1651 new file mode 100644 index 00000000..91f06fa3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1651 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1652 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1652 new file mode 100644 index 00000000..6ef27a7a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1652 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1653 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1653 new file mode 100644 index 00000000..421729b1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1653 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1654 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1654 new file mode 100644 index 00000000..1ad696fd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1654 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1655 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1655 new file mode 100644 index 00000000..2d0d30e7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1655 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1656 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1656 new file mode 100644 index 00000000..9288874d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1656 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1657 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1657 new file mode 100644 index 00000000..ea10ebfd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1657 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1658 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1658 new file mode 100644 index 00000000..91d3899f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1658 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1659 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1659 new file mode 100644 index 00000000..0d71dbac Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1659 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage166 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage166 new file mode 100644 index 00000000..454e8f8e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage166 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1660 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1660 new file mode 100644 index 00000000..a87c4c1a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1660 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1661 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1661 new file mode 100644 index 00000000..70b6a9dc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1661 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1662 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1662 new file mode 100644 index 00000000..35806fad Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1662 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1663 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1663 new file mode 100644 index 00000000..8cd185aa Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1663 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1664 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1664 new file mode 100644 index 00000000..bc825e85 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1664 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1665 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1665 new file mode 100644 index 00000000..e48637a0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1665 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1666 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1666 new file mode 100644 index 00000000..23dd5151 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1666 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1667 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1667 new file mode 100644 index 00000000..e7af4378 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1667 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1668 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1668 new file mode 100644 index 00000000..5e6dbca9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1668 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1669 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1669 new file mode 100644 index 00000000..13b213d0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1669 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage167 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage167 new file mode 100644 index 00000000..34e981e4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage167 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1670 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1670 new file mode 100644 index 00000000..7f7401a6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1670 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1671 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1671 new file mode 100644 index 00000000..d020e253 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1671 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1672 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1672 new file mode 100644 index 00000000..7bbfa59e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1672 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1673 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1673 new file mode 100644 index 00000000..251573a7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1673 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1674 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1674 new file mode 100644 index 00000000..1dd4f705 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1674 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1675 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1675 new file mode 100644 index 00000000..b51e2321 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1675 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1676 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1676 new file mode 100644 index 00000000..ce2a674d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1676 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1677 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1677 new file mode 100644 index 00000000..7b0f324d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1677 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1678 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1678 new file mode 100644 index 00000000..677843d8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1678 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1679 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1679 new file mode 100644 index 00000000..b15c70d0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1679 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage168 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage168 new file mode 100644 index 00000000..289278b8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage168 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1680 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1680 new file mode 100644 index 00000000..cc39e2d8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1680 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1681 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1681 new file mode 100644 index 00000000..c9978063 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1681 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1682 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1682 new file mode 100644 index 00000000..a8d5b329 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1682 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1683 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1683 new file mode 100644 index 00000000..852f11a5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1683 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1684 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1684 new file mode 100644 index 00000000..e89350d3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1684 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1685 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1685 new file mode 100644 index 00000000..c0040054 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1685 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1686 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1686 new file mode 100644 index 00000000..c46651f1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1686 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1687 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1687 new file mode 100644 index 00000000..d28f208f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1687 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1688 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1688 new file mode 100644 index 00000000..1b700ff8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1688 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1689 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1689 new file mode 100644 index 00000000..f416fe13 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1689 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage169 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage169 new file mode 100644 index 00000000..a2e61f8e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage169 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1690 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1690 new file mode 100644 index 00000000..b12fde9f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1690 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1691 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1691 new file mode 100644 index 00000000..13d4be90 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1691 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1692 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1692 new file mode 100644 index 00000000..114f506f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1692 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1693 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1693 new file mode 100644 index 00000000..84388568 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1693 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1694 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1694 new file mode 100644 index 00000000..0c44d235 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1694 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1695 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1695 new file mode 100644 index 00000000..df6acb04 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1695 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1696 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1696 new file mode 100644 index 00000000..21663e07 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1696 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1697 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1697 new file mode 100644 index 00000000..7f7e9ffd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1697 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1698 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1698 new file mode 100644 index 00000000..a1c5417b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1698 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1699 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1699 new file mode 100644 index 00000000..3e72be94 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1699 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage17 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage17 new file mode 100644 index 00000000..57bc5144 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage17 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage170 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage170 new file mode 100644 index 00000000..6ffaaee8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage170 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1700 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1700 new file mode 100644 index 00000000..389d3e2a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1700 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1701 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1701 new file mode 100644 index 00000000..93fdca2e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1701 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1702 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1702 new file mode 100644 index 00000000..8cbb7485 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1702 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1703 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1703 new file mode 100644 index 00000000..6496a25c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1703 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1704 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1704 new file mode 100644 index 00000000..b21e50f0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1704 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1705 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1705 new file mode 100644 index 00000000..6f64a2f4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1705 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1706 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1706 new file mode 100644 index 00000000..f024403e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1706 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1707 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1707 new file mode 100644 index 00000000..e237e617 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1707 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1708 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1708 new file mode 100644 index 00000000..31dd574b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1708 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1709 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1709 new file mode 100644 index 00000000..7cba856b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1709 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage171 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage171 new file mode 100644 index 00000000..df9ccc39 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage171 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1710 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1710 new file mode 100644 index 00000000..961e5df2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1710 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1711 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1711 new file mode 100644 index 00000000..c4402dc1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1711 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1712 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1712 new file mode 100644 index 00000000..0d6cc02e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1712 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1713 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1713 new file mode 100644 index 00000000..695c793e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1713 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1714 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1714 new file mode 100644 index 00000000..8f7ae55f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1714 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1715 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1715 new file mode 100644 index 00000000..0b914c27 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1715 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1716 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1716 new file mode 100644 index 00000000..ae680ce3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1716 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1717 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1717 new file mode 100644 index 00000000..30073925 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1717 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1718 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1718 new file mode 100644 index 00000000..f07890fc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1718 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1719 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1719 new file mode 100644 index 00000000..9ff641a2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1719 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage172 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage172 new file mode 100644 index 00000000..d40b03ad Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage172 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1720 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1720 new file mode 100644 index 00000000..eab29411 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1720 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1721 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1721 new file mode 100644 index 00000000..3f23a1a8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1721 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1722 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1722 new file mode 100644 index 00000000..0e7cb044 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1722 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1723 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1723 new file mode 100644 index 00000000..332f3ab9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1723 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1724 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1724 new file mode 100644 index 00000000..8b5f7e6b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1724 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1725 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1725 new file mode 100644 index 00000000..aa8ee2aa Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1725 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1726 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1726 new file mode 100644 index 00000000..9e7152af Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1726 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1727 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1727 new file mode 100644 index 00000000..d2f408db Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1727 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1728 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1728 new file mode 100644 index 00000000..9c6ab8ee Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1728 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1729 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1729 new file mode 100644 index 00000000..5af63058 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1729 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage173 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage173 new file mode 100644 index 00000000..4a5e2835 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage173 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1730 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1730 new file mode 100644 index 00000000..058629c8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1730 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1731 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1731 new file mode 100644 index 00000000..484d10ed Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1731 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1732 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1732 new file mode 100644 index 00000000..8ea5f8b1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1732 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1733 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1733 new file mode 100644 index 00000000..675ee328 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1733 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1734 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1734 new file mode 100644 index 00000000..611f99c3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1734 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1735 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1735 new file mode 100644 index 00000000..23244166 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1735 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1736 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1736 new file mode 100644 index 00000000..60141b83 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1736 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1737 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1737 new file mode 100644 index 00000000..83714684 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1737 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1738 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1738 new file mode 100644 index 00000000..adb25100 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1738 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1739 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1739 new file mode 100644 index 00000000..76b2574a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1739 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage174 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage174 new file mode 100644 index 00000000..37c9c128 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage174 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1740 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1740 new file mode 100644 index 00000000..b69e0540 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1740 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1741 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1741 new file mode 100644 index 00000000..b27eb8f8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1741 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1742 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1742 new file mode 100644 index 00000000..628d908a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1742 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1743 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1743 new file mode 100644 index 00000000..d8f95f1f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1743 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1744 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1744 new file mode 100644 index 00000000..567e3731 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1744 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1745 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1745 new file mode 100644 index 00000000..87f20bc5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1745 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1746 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1746 new file mode 100644 index 00000000..9e1d4b34 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1746 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1747 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1747 new file mode 100644 index 00000000..0291c938 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1747 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1748 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1748 new file mode 100644 index 00000000..ed253a49 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1748 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1749 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1749 new file mode 100644 index 00000000..a80db507 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1749 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage175 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage175 new file mode 100644 index 00000000..e50ec005 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage175 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1750 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1750 new file mode 100644 index 00000000..827ea244 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1750 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1751 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1751 new file mode 100644 index 00000000..facb3695 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1751 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1752 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1752 new file mode 100644 index 00000000..928de4c7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1752 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1753 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1753 new file mode 100644 index 00000000..bd1e8012 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1753 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1754 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1754 new file mode 100644 index 00000000..d628a55f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1754 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1755 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1755 new file mode 100644 index 00000000..af388b29 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1755 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1756 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1756 new file mode 100644 index 00000000..86db20f3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1756 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1757 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1757 new file mode 100644 index 00000000..e9c49afa Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1757 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1758 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1758 new file mode 100644 index 00000000..930aed99 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1758 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1759 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1759 new file mode 100644 index 00000000..0fb3a946 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1759 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage176 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage176 new file mode 100644 index 00000000..4f137499 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage176 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1760 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1760 new file mode 100644 index 00000000..360ffd39 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1760 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1761 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1761 new file mode 100644 index 00000000..26282a7a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1761 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1762 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1762 new file mode 100644 index 00000000..94468830 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1762 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1763 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1763 new file mode 100644 index 00000000..6b9d3872 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1763 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1764 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1764 new file mode 100644 index 00000000..de277745 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1764 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1765 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1765 new file mode 100644 index 00000000..5c22b9a2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1765 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1766 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1766 new file mode 100644 index 00000000..8b7fe052 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1766 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1767 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1767 new file mode 100644 index 00000000..e991757a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1767 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1768 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1768 new file mode 100644 index 00000000..63b732a5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1768 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1769 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1769 new file mode 100644 index 00000000..e168c475 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1769 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage177 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage177 new file mode 100644 index 00000000..b3902255 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage177 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1770 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1770 new file mode 100644 index 00000000..dd6126ab Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1770 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1771 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1771 new file mode 100644 index 00000000..33b2af79 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1771 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1772 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1772 new file mode 100644 index 00000000..3e1496f8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1772 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1773 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1773 new file mode 100644 index 00000000..5f0681d1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1773 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1774 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1774 new file mode 100644 index 00000000..66e27804 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1774 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1775 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1775 new file mode 100644 index 00000000..c7ce938f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1775 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1776 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1776 new file mode 100644 index 00000000..a954da93 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1776 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1777 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1777 new file mode 100644 index 00000000..4813c48e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1777 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1778 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1778 new file mode 100644 index 00000000..3cd311d6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1778 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1779 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1779 new file mode 100644 index 00000000..1ef430d0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1779 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage178 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage178 new file mode 100644 index 00000000..729b2116 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage178 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1780 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1780 new file mode 100644 index 00000000..f3307558 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1780 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1781 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1781 new file mode 100644 index 00000000..32fb4abb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1781 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1782 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1782 new file mode 100644 index 00000000..551ca698 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1782 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1783 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1783 new file mode 100644 index 00000000..ae4b63dd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1783 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1784 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1784 new file mode 100644 index 00000000..ec656d4d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1784 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1785 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1785 new file mode 100644 index 00000000..f6b54521 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1785 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1786 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1786 new file mode 100644 index 00000000..0d99deb4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1786 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1787 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1787 new file mode 100644 index 00000000..4573e593 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1787 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1788 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1788 new file mode 100644 index 00000000..46cb2bfe Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1788 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1789 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1789 new file mode 100644 index 00000000..e67cd5b0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1789 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage179 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage179 new file mode 100644 index 00000000..7a186cf7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage179 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1790 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1790 new file mode 100644 index 00000000..920a83cb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1790 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1791 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1791 new file mode 100644 index 00000000..180756f9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1791 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1792 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1792 new file mode 100644 index 00000000..103b2e10 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1792 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1793 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1793 new file mode 100644 index 00000000..1b16b1ad Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1793 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1794 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1794 new file mode 100644 index 00000000..79a5766e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1794 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1795 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1795 new file mode 100644 index 00000000..9b9c6a87 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1795 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1796 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1796 new file mode 100644 index 00000000..fe724153 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1796 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1797 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1797 new file mode 100644 index 00000000..fe6ba377 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1797 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1798 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1798 new file mode 100644 index 00000000..6af3ffb0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1798 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1799 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1799 new file mode 100644 index 00000000..a136440c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1799 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage18 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage18 new file mode 100644 index 00000000..0a8daf91 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage18 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage180 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage180 new file mode 100644 index 00000000..20906a9c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage180 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1800 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1800 new file mode 100644 index 00000000..717ec67c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1800 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1801 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1801 new file mode 100644 index 00000000..c7505594 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1801 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1802 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1802 new file mode 100644 index 00000000..3b8df9e1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1802 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1803 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1803 new file mode 100644 index 00000000..41ee0ef8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1803 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1804 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1804 new file mode 100644 index 00000000..245d984d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1804 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1805 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1805 new file mode 100644 index 00000000..17db4d6f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1805 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1806 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1806 new file mode 100644 index 00000000..9a771f47 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1806 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1807 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1807 new file mode 100644 index 00000000..a0557935 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1807 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1808 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1808 new file mode 100644 index 00000000..9ec9ba49 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1808 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1809 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1809 new file mode 100644 index 00000000..47fcc7f4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1809 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage181 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage181 new file mode 100644 index 00000000..c8e21282 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage181 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1810 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1810 new file mode 100644 index 00000000..6c6b0172 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1810 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1811 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1811 new file mode 100644 index 00000000..d624aa89 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1811 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1812 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1812 new file mode 100644 index 00000000..d74d46c0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1812 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1813 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1813 new file mode 100644 index 00000000..46f2d760 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1813 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1814 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1814 new file mode 100644 index 00000000..355eb158 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1814 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1815 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1815 new file mode 100644 index 00000000..ade055d0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1815 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1816 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1816 new file mode 100644 index 00000000..dbcf1a93 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1816 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1817 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1817 new file mode 100644 index 00000000..709a733a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1817 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1818 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1818 new file mode 100644 index 00000000..4573df11 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1818 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1819 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1819 new file mode 100644 index 00000000..5472169c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1819 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage182 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage182 new file mode 100644 index 00000000..639513be Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage182 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1820 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1820 new file mode 100644 index 00000000..0dd71154 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1820 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1821 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1821 new file mode 100644 index 00000000..b26655d8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1821 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1822 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1822 new file mode 100644 index 00000000..e910db4b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1822 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1823 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1823 new file mode 100644 index 00000000..7b329314 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1823 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1824 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1824 new file mode 100644 index 00000000..f21b7b2c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1824 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1825 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1825 new file mode 100644 index 00000000..033a743b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1825 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1826 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1826 new file mode 100644 index 00000000..278df1ab Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1826 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1827 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1827 new file mode 100644 index 00000000..e434fe5b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1827 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1828 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1828 new file mode 100644 index 00000000..c61a74ab Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1828 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1829 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1829 new file mode 100644 index 00000000..a7105904 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1829 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage183 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage183 new file mode 100644 index 00000000..98d089eb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage183 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1830 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1830 new file mode 100644 index 00000000..73c5f87c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1830 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1831 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1831 new file mode 100644 index 00000000..fb4ab61a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1831 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1832 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1832 new file mode 100644 index 00000000..eaa468a3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1832 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1833 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1833 new file mode 100644 index 00000000..4d4622dc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1833 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1834 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1834 new file mode 100644 index 00000000..a0649ee3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1834 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1835 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1835 new file mode 100644 index 00000000..fc37b5cb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1835 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1836 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1836 new file mode 100644 index 00000000..6706ce4a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1836 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1837 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1837 new file mode 100644 index 00000000..ff4a2655 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1837 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1838 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1838 new file mode 100644 index 00000000..f3c30013 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1838 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1839 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1839 new file mode 100644 index 00000000..ce72ba8e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1839 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage184 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage184 new file mode 100644 index 00000000..de616687 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage184 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1840 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1840 new file mode 100644 index 00000000..6247c5ac Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1840 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1841 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1841 new file mode 100644 index 00000000..a958a890 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1841 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1842 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1842 new file mode 100644 index 00000000..089d5159 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1842 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1843 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1843 new file mode 100644 index 00000000..49e50012 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1843 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1844 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1844 new file mode 100644 index 00000000..c59edb34 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1844 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1845 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1845 new file mode 100644 index 00000000..6f70fa5a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1845 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1846 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1846 new file mode 100644 index 00000000..7310d558 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1846 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1847 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1847 new file mode 100644 index 00000000..2af6f50f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1847 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1848 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1848 new file mode 100644 index 00000000..82cf27f7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1848 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1849 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1849 new file mode 100644 index 00000000..a39bfceb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1849 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage185 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage185 new file mode 100644 index 00000000..41b4493c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage185 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1850 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1850 new file mode 100644 index 00000000..18f16535 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1850 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1851 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1851 new file mode 100644 index 00000000..6bcb64f3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1851 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1852 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1852 new file mode 100644 index 00000000..27d6d273 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1852 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1853 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1853 new file mode 100644 index 00000000..b7a20ff8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1853 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1854 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1854 new file mode 100644 index 00000000..88578e72 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1854 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1855 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1855 new file mode 100644 index 00000000..c1821f9e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1855 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1856 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1856 new file mode 100644 index 00000000..840c7222 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1856 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1857 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1857 new file mode 100644 index 00000000..88f05ada Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1857 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1858 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1858 new file mode 100644 index 00000000..dde1e669 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1858 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1859 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1859 new file mode 100644 index 00000000..a7694485 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1859 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage186 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage186 new file mode 100644 index 00000000..209cc51b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage186 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1860 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1860 new file mode 100644 index 00000000..f6c0b16e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1860 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1861 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1861 new file mode 100644 index 00000000..fd8a5158 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1861 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1862 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1862 new file mode 100644 index 00000000..49d5eb58 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1862 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1863 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1863 new file mode 100644 index 00000000..b5042e45 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1863 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1864 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1864 new file mode 100644 index 00000000..154e0a6a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1864 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1865 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1865 new file mode 100644 index 00000000..814b4e1c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1865 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1866 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1866 new file mode 100644 index 00000000..8c2b82f7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1866 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1867 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1867 new file mode 100644 index 00000000..07ac4044 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1867 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1868 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1868 new file mode 100644 index 00000000..bc6075f5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1868 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1869 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1869 new file mode 100644 index 00000000..2d5a8665 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1869 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage187 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage187 new file mode 100644 index 00000000..49d80153 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage187 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1870 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1870 new file mode 100644 index 00000000..1e5e9a0a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1870 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1871 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1871 new file mode 100644 index 00000000..2567b209 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1871 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1872 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1872 new file mode 100644 index 00000000..16a7b326 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1872 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1873 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1873 new file mode 100644 index 00000000..8174f610 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1873 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1874 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1874 new file mode 100644 index 00000000..3e6c1057 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1874 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1875 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1875 new file mode 100644 index 00000000..7c8d566d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1875 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1876 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1876 new file mode 100644 index 00000000..0c4205f4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1876 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1877 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1877 new file mode 100644 index 00000000..94cb77b0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1877 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1878 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1878 new file mode 100644 index 00000000..ab8e0f74 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1878 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1879 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1879 new file mode 100644 index 00000000..c4a40095 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1879 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage188 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage188 new file mode 100644 index 00000000..006e208a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage188 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1880 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1880 new file mode 100644 index 00000000..7e9d0e98 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1880 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1881 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1881 new file mode 100644 index 00000000..243558cc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1881 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1882 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1882 new file mode 100644 index 00000000..6e713766 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1882 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1883 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1883 new file mode 100644 index 00000000..5b9cda67 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1883 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1884 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1884 new file mode 100644 index 00000000..93b248db Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1884 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1885 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1885 new file mode 100644 index 00000000..0f4d571e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1885 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1886 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1886 new file mode 100644 index 00000000..88e1be90 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1886 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1887 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1887 new file mode 100644 index 00000000..5f3081b3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1887 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1888 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1888 new file mode 100644 index 00000000..9374ded7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1888 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1889 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1889 new file mode 100644 index 00000000..e6bedc70 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1889 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage189 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage189 new file mode 100644 index 00000000..11e62df6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage189 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1890 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1890 new file mode 100644 index 00000000..dd02167c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1890 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1891 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1891 new file mode 100644 index 00000000..f8ea4cec Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1891 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1892 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1892 new file mode 100644 index 00000000..c8421824 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1892 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1893 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1893 new file mode 100644 index 00000000..ea41ccc3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1893 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1894 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1894 new file mode 100644 index 00000000..3a0dac9d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1894 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1895 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1895 new file mode 100644 index 00000000..e26f9fe2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1895 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1896 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1896 new file mode 100644 index 00000000..8845572f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1896 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1897 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1897 new file mode 100644 index 00000000..0b432240 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1897 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1898 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1898 new file mode 100644 index 00000000..4f066737 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1898 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1899 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1899 new file mode 100644 index 00000000..91da19ab Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1899 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage19 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage19 new file mode 100644 index 00000000..6c5101c4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage19 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage190 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage190 new file mode 100644 index 00000000..d0b938e3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage190 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1900 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1900 new file mode 100644 index 00000000..952e1340 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1900 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1901 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1901 new file mode 100644 index 00000000..48ecce11 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1901 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1902 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1902 new file mode 100644 index 00000000..a55c7e6e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1902 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1903 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1903 new file mode 100644 index 00000000..14af7564 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1903 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1904 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1904 new file mode 100644 index 00000000..b6bc4520 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1904 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1905 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1905 new file mode 100644 index 00000000..71e17176 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1905 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1906 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1906 new file mode 100644 index 00000000..f18c74e8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1906 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1907 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1907 new file mode 100644 index 00000000..e4554243 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1907 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1908 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1908 new file mode 100644 index 00000000..91f841f5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1908 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1909 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1909 new file mode 100644 index 00000000..0a1f5120 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1909 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage191 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage191 new file mode 100644 index 00000000..a5038699 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage191 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1910 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1910 new file mode 100644 index 00000000..cfff4787 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1910 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1911 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1911 new file mode 100644 index 00000000..7174b8ce Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1911 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1912 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1912 new file mode 100644 index 00000000..3f3c697e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1912 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1913 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1913 new file mode 100644 index 00000000..a6f6defe Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1913 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1914 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1914 new file mode 100644 index 00000000..0cec89ed Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1914 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1915 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1915 new file mode 100644 index 00000000..5ed6214d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1915 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1916 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1916 new file mode 100644 index 00000000..4803ec96 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1916 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1917 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1917 new file mode 100644 index 00000000..a200f5bc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1917 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1918 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1918 new file mode 100644 index 00000000..4b1f654d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1918 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1919 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1919 new file mode 100644 index 00000000..887362b0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1919 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage192 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage192 new file mode 100644 index 00000000..40e6fd8e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage192 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1920 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1920 new file mode 100644 index 00000000..d14035c9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1920 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1921 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1921 new file mode 100644 index 00000000..b01e9958 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1921 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1922 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1922 new file mode 100644 index 00000000..fc4e8442 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1922 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1923 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1923 new file mode 100644 index 00000000..5afa217b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1923 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1924 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1924 new file mode 100644 index 00000000..2ea7ed7b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1924 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1925 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1925 new file mode 100644 index 00000000..32c3a9c6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1925 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1926 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1926 new file mode 100644 index 00000000..726bb73a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1926 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1927 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1927 new file mode 100644 index 00000000..83f940cb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1927 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1928 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1928 new file mode 100644 index 00000000..39840a73 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1928 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1929 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1929 new file mode 100644 index 00000000..d1a73cbb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1929 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage193 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage193 new file mode 100644 index 00000000..b74afca9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage193 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1930 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1930 new file mode 100644 index 00000000..17428138 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1930 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1931 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1931 new file mode 100644 index 00000000..1ca2aae1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1931 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1932 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1932 new file mode 100644 index 00000000..cecaee4e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1932 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1933 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1933 new file mode 100644 index 00000000..959e8a34 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1933 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1934 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1934 new file mode 100644 index 00000000..d37c1193 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1934 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1935 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1935 new file mode 100644 index 00000000..139bda5e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1935 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1936 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1936 new file mode 100644 index 00000000..9590bccd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1936 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1937 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1937 new file mode 100644 index 00000000..8c05bed8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1937 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1938 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1938 new file mode 100644 index 00000000..e08bebf3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1938 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1939 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1939 new file mode 100644 index 00000000..06cd175f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1939 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage194 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage194 new file mode 100644 index 00000000..d1580e08 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage194 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1940 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1940 new file mode 100644 index 00000000..952bd02b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1940 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1941 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1941 new file mode 100644 index 00000000..676578a2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1941 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1942 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1942 new file mode 100644 index 00000000..56039ec1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1942 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1943 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1943 new file mode 100644 index 00000000..17cdf00d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1943 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1944 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1944 new file mode 100644 index 00000000..9c918696 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1944 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1945 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1945 new file mode 100644 index 00000000..23d92f25 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1945 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1946 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1946 new file mode 100644 index 00000000..70b3a037 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1946 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1947 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1947 new file mode 100644 index 00000000..5d95f266 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1947 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1948 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1948 new file mode 100644 index 00000000..0925e14c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1948 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1949 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1949 new file mode 100644 index 00000000..992886ef Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1949 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage195 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage195 new file mode 100644 index 00000000..c329e608 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage195 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1950 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1950 new file mode 100644 index 00000000..249efc51 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1950 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1951 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1951 new file mode 100644 index 00000000..49ff683d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1951 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1952 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1952 new file mode 100644 index 00000000..38530b7b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1952 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1953 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1953 new file mode 100644 index 00000000..71d51769 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1953 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1954 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1954 new file mode 100644 index 00000000..d6d95442 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1954 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1955 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1955 new file mode 100644 index 00000000..ff7932d9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1955 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1956 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1956 new file mode 100644 index 00000000..f5ddc9cf Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1956 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1957 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1957 new file mode 100644 index 00000000..daf338df Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1957 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1958 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1958 new file mode 100644 index 00000000..a423000f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1958 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1959 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1959 new file mode 100644 index 00000000..facccc49 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1959 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage196 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage196 new file mode 100644 index 00000000..d8c9b0c7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage196 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1960 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1960 new file mode 100644 index 00000000..5e4983bc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1960 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1961 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1961 new file mode 100644 index 00000000..ab44d162 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1961 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1962 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1962 new file mode 100644 index 00000000..923f92bf Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1962 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1963 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1963 new file mode 100644 index 00000000..d200e87f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1963 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1964 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1964 new file mode 100644 index 00000000..e5c34b2f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1964 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1965 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1965 new file mode 100644 index 00000000..22b0a431 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1965 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1966 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1966 new file mode 100644 index 00000000..edfaf760 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1966 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1967 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1967 new file mode 100644 index 00000000..7e96831f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1967 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1968 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1968 new file mode 100644 index 00000000..02fca489 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1968 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1969 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1969 new file mode 100644 index 00000000..0ed0564d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1969 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage197 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage197 new file mode 100644 index 00000000..70af6e26 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage197 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1970 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1970 new file mode 100644 index 00000000..5d51192a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1970 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1971 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1971 new file mode 100644 index 00000000..74f59b45 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1971 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1972 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1972 new file mode 100644 index 00000000..bd024840 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1972 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1973 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1973 new file mode 100644 index 00000000..c1f3a660 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1973 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1974 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1974 new file mode 100644 index 00000000..954bbe1f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1974 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1975 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1975 new file mode 100644 index 00000000..0a648033 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1975 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1976 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1976 new file mode 100644 index 00000000..a22839f2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1976 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1977 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1977 new file mode 100644 index 00000000..61e3d223 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1977 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1978 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1978 new file mode 100644 index 00000000..b7024a4d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1978 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1979 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1979 new file mode 100644 index 00000000..06e789d7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1979 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage198 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage198 new file mode 100644 index 00000000..b98a62f3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage198 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1980 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1980 new file mode 100644 index 00000000..13456b65 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1980 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1981 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1981 new file mode 100644 index 00000000..b736a8b2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1981 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1982 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1982 new file mode 100644 index 00000000..5ebe96b7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1982 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1983 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1983 new file mode 100644 index 00000000..1e491277 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1983 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1984 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1984 new file mode 100644 index 00000000..ae1a478c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1984 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1985 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1985 new file mode 100644 index 00000000..0e5704de Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1985 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1986 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1986 new file mode 100644 index 00000000..a541fb93 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1986 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1987 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1987 new file mode 100644 index 00000000..87c1cbdc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1987 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1988 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1988 new file mode 100644 index 00000000..e35a5100 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1988 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1989 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1989 new file mode 100644 index 00000000..07393248 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1989 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage199 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage199 new file mode 100644 index 00000000..6446ed6e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage199 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1990 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1990 new file mode 100644 index 00000000..bea5dbf9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1990 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1991 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1991 new file mode 100644 index 00000000..7f077c1d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1991 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1992 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1992 new file mode 100644 index 00000000..ce155418 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1992 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1993 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1993 new file mode 100644 index 00000000..1fa874f5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1993 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1994 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1994 new file mode 100644 index 00000000..cee65c9c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1994 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1995 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1995 new file mode 100644 index 00000000..2cb90b02 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1995 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1996 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1996 new file mode 100644 index 00000000..1de35417 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1996 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1997 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1997 new file mode 100644 index 00000000..54960912 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1997 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1998 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1998 new file mode 100644 index 00000000..bef8a7e2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1998 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1999 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1999 new file mode 100644 index 00000000..5fb2ad8f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage1999 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2 new file mode 100644 index 00000000..e9aef95b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage20 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage20 new file mode 100644 index 00000000..21b31520 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage20 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage200 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage200 new file mode 100644 index 00000000..b081fbe7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage200 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2000 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2000 new file mode 100644 index 00000000..8e3bf351 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2000 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2001 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2001 new file mode 100644 index 00000000..bf98ec7e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2001 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2002 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2002 new file mode 100644 index 00000000..676a2841 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2002 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2003 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2003 new file mode 100644 index 00000000..621590c2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2003 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2004 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2004 new file mode 100644 index 00000000..76e7cc3f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2004 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2005 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2005 new file mode 100644 index 00000000..a20817e8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2005 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2006 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2006 new file mode 100644 index 00000000..44b171cf Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2006 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2007 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2007 new file mode 100644 index 00000000..1f40a565 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2007 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2008 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2008 new file mode 100644 index 00000000..c9961802 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2008 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2009 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2009 new file mode 100644 index 00000000..ba2d98ce Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2009 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage201 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage201 new file mode 100644 index 00000000..fa72ee90 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage201 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2010 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2010 new file mode 100644 index 00000000..494649c2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2010 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2011 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2011 new file mode 100644 index 00000000..ff948a3c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2011 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2012 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2012 new file mode 100644 index 00000000..2555f56d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2012 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2013 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2013 new file mode 100644 index 00000000..c63f6c63 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2013 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2014 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2014 new file mode 100644 index 00000000..f219b50b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2014 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2015 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2015 new file mode 100644 index 00000000..7d818e46 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2015 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2016 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2016 new file mode 100644 index 00000000..7f119b60 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2016 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2017 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2017 new file mode 100644 index 00000000..5b3c6fbb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2017 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2018 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2018 new file mode 100644 index 00000000..0e5145a1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2018 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2019 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2019 new file mode 100644 index 00000000..f9c81460 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2019 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage202 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage202 new file mode 100644 index 00000000..6d854d06 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage202 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2020 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2020 new file mode 100644 index 00000000..75a96170 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2020 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2021 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2021 new file mode 100644 index 00000000..9e56c5fd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2021 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2022 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2022 new file mode 100644 index 00000000..fe423c2f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2022 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2023 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2023 new file mode 100644 index 00000000..c1928a28 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2023 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2024 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2024 new file mode 100644 index 00000000..da60af95 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2024 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2025 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2025 new file mode 100644 index 00000000..a17082f8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2025 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2026 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2026 new file mode 100644 index 00000000..f4136e31 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2026 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2027 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2027 new file mode 100644 index 00000000..f6a48efd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2027 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2028 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2028 new file mode 100644 index 00000000..0391c908 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2028 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2029 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2029 new file mode 100644 index 00000000..a19f4a56 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2029 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage203 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage203 new file mode 100644 index 00000000..4b2025d0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage203 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2030 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2030 new file mode 100644 index 00000000..f4021a09 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2030 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2031 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2031 new file mode 100644 index 00000000..8b3f5786 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2031 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2032 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2032 new file mode 100644 index 00000000..b291b2ab Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2032 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2033 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2033 new file mode 100644 index 00000000..1d3625cf Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2033 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2034 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2034 new file mode 100644 index 00000000..a4406411 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2034 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2035 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2035 new file mode 100644 index 00000000..e80c5b85 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2035 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2036 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2036 new file mode 100644 index 00000000..34de862d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2036 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2037 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2037 new file mode 100644 index 00000000..8ceb572f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2037 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2038 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2038 new file mode 100644 index 00000000..8220b273 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2038 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2039 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2039 new file mode 100644 index 00000000..1c041d54 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2039 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage204 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage204 new file mode 100644 index 00000000..447e6cd4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage204 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2040 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2040 new file mode 100644 index 00000000..45f94841 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2040 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2041 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2041 new file mode 100644 index 00000000..2ac589aa Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2041 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2042 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2042 new file mode 100644 index 00000000..beb5a6c6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2042 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2043 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2043 new file mode 100644 index 00000000..4233d9f6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2043 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2044 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2044 new file mode 100644 index 00000000..1a06cd45 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2044 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2045 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2045 new file mode 100644 index 00000000..004e385e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2045 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2046 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2046 new file mode 100644 index 00000000..3eae1e08 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2046 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2047 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2047 new file mode 100644 index 00000000..592839b4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2047 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2048 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2048 new file mode 100644 index 00000000..317c46f0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2048 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2049 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2049 new file mode 100644 index 00000000..a2175197 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2049 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage205 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage205 new file mode 100644 index 00000000..0fcb3267 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage205 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2050 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2050 new file mode 100644 index 00000000..264a6971 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2050 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2051 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2051 new file mode 100644 index 00000000..083660dd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2051 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2052 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2052 new file mode 100644 index 00000000..ca6a50ca Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2052 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2053 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2053 new file mode 100644 index 00000000..8a6f5622 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2053 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2054 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2054 new file mode 100644 index 00000000..dbb49d64 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2054 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2055 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2055 new file mode 100644 index 00000000..75ce8487 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2055 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2056 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2056 new file mode 100644 index 00000000..75aa920b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2056 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2057 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2057 new file mode 100644 index 00000000..5fd06094 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2057 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2058 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2058 new file mode 100644 index 00000000..e01452cc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2058 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2059 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2059 new file mode 100644 index 00000000..23c3dd1a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2059 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage206 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage206 new file mode 100644 index 00000000..0987189c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage206 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2060 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2060 new file mode 100644 index 00000000..fb540fb4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2060 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2061 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2061 new file mode 100644 index 00000000..f93479fb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2061 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2062 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2062 new file mode 100644 index 00000000..f9d7c4f4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2062 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2063 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2063 new file mode 100644 index 00000000..043a2a20 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2063 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2064 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2064 new file mode 100644 index 00000000..c5b67e39 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2064 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2065 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2065 new file mode 100644 index 00000000..ee28ac87 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2065 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2066 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2066 new file mode 100644 index 00000000..9e10fd55 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2066 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2067 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2067 new file mode 100644 index 00000000..09b84c89 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2067 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2068 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2068 new file mode 100644 index 00000000..a1963bbd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2068 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2069 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2069 new file mode 100644 index 00000000..04d9fe21 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2069 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage207 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage207 new file mode 100644 index 00000000..282e62d2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage207 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2070 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2070 new file mode 100644 index 00000000..6fe6663c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2070 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2071 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2071 new file mode 100644 index 00000000..ad3fb12c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2071 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2072 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2072 new file mode 100644 index 00000000..57eee944 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2072 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2073 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2073 new file mode 100644 index 00000000..7da59b4f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2073 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2074 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2074 new file mode 100644 index 00000000..e0afe4c6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2074 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2075 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2075 new file mode 100644 index 00000000..5f169f94 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2075 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2076 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2076 new file mode 100644 index 00000000..79ea210f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2076 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2077 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2077 new file mode 100644 index 00000000..972e355d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2077 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2078 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2078 new file mode 100644 index 00000000..9ebe81a2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2078 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2079 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2079 new file mode 100644 index 00000000..696275c8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2079 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage208 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage208 new file mode 100644 index 00000000..0cdb0200 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage208 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2080 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2080 new file mode 100644 index 00000000..989c65c1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2080 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2081 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2081 new file mode 100644 index 00000000..ad7b397c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2081 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2082 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2082 new file mode 100644 index 00000000..403e36bc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2082 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2083 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2083 new file mode 100644 index 00000000..426c4408 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2083 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2084 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2084 new file mode 100644 index 00000000..ec2e8111 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2084 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2085 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2085 new file mode 100644 index 00000000..3786fd74 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2085 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2086 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2086 new file mode 100644 index 00000000..5eb62813 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2086 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2087 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2087 new file mode 100644 index 00000000..a47f971d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2087 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2088 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2088 new file mode 100644 index 00000000..28b3127b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2088 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2089 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2089 new file mode 100644 index 00000000..15971e95 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2089 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage209 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage209 new file mode 100644 index 00000000..ee0cd830 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage209 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2090 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2090 new file mode 100644 index 00000000..f2ae8ae9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2090 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2091 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2091 new file mode 100644 index 00000000..f92684fc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2091 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2092 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2092 new file mode 100644 index 00000000..68f9a9e5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2092 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2093 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2093 new file mode 100644 index 00000000..f68f5ea8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2093 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2094 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2094 new file mode 100644 index 00000000..f8875422 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2094 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2095 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2095 new file mode 100644 index 00000000..dbb2f97e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2095 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2096 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2096 new file mode 100644 index 00000000..4ce4bae6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2096 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2097 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2097 new file mode 100644 index 00000000..a0d92cbe Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2097 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2098 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2098 new file mode 100644 index 00000000..ae95975a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2098 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2099 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2099 new file mode 100644 index 00000000..aac41f8e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2099 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage21 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage21 new file mode 100644 index 00000000..f8a82fa4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage21 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage210 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage210 new file mode 100644 index 00000000..a55d8788 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage210 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2100 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2100 new file mode 100644 index 00000000..4d18026a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2100 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2101 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2101 new file mode 100644 index 00000000..59d30d95 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2101 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2102 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2102 new file mode 100644 index 00000000..65864c20 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2102 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2103 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2103 new file mode 100644 index 00000000..9447f700 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2103 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2104 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2104 new file mode 100644 index 00000000..265568df Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2104 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2105 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2105 new file mode 100644 index 00000000..8b009806 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2105 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2106 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2106 new file mode 100644 index 00000000..0cee1365 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2106 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2107 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2107 new file mode 100644 index 00000000..10f1eb02 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2107 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2108 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2108 new file mode 100644 index 00000000..8e5a9eca Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2108 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2109 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2109 new file mode 100644 index 00000000..ebfe3740 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2109 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage211 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage211 new file mode 100644 index 00000000..fee4799d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage211 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2110 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2110 new file mode 100644 index 00000000..c94d4f72 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2110 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2111 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2111 new file mode 100644 index 00000000..ce19ff4a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2111 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2112 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2112 new file mode 100644 index 00000000..be458f44 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2112 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2113 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2113 new file mode 100644 index 00000000..12b8d46e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2113 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2114 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2114 new file mode 100644 index 00000000..453f9abb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2114 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2115 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2115 new file mode 100644 index 00000000..196ddebe Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2115 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2116 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2116 new file mode 100644 index 00000000..0af5d549 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2116 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2117 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2117 new file mode 100644 index 00000000..98c546d8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2117 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2118 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2118 new file mode 100644 index 00000000..0cabf258 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2118 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2119 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2119 new file mode 100644 index 00000000..878b05ab Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2119 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage212 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage212 new file mode 100644 index 00000000..b53eaa81 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage212 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2120 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2120 new file mode 100644 index 00000000..7a605e31 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2120 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2121 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2121 new file mode 100644 index 00000000..a0aa5e9b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2121 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2122 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2122 new file mode 100644 index 00000000..58b6b600 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2122 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2123 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2123 new file mode 100644 index 00000000..8fbedb92 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2123 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2124 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2124 new file mode 100644 index 00000000..76e5d653 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2124 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2125 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2125 new file mode 100644 index 00000000..a1ff2880 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2125 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2126 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2126 new file mode 100644 index 00000000..f718a86b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2126 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2127 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2127 new file mode 100644 index 00000000..c286f6f0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2127 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2128 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2128 new file mode 100644 index 00000000..30145945 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2128 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2129 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2129 new file mode 100644 index 00000000..71085c0e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2129 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage213 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage213 new file mode 100644 index 00000000..7b77b9d3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage213 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2130 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2130 new file mode 100644 index 00000000..efdad174 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2130 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2131 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2131 new file mode 100644 index 00000000..f3450007 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2131 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2132 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2132 new file mode 100644 index 00000000..3de9e985 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2132 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2133 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2133 new file mode 100644 index 00000000..fac2707a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2133 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2134 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2134 new file mode 100644 index 00000000..4e655e1d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2134 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2135 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2135 new file mode 100644 index 00000000..ac1143ae Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2135 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2136 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2136 new file mode 100644 index 00000000..ee5f5c3f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2136 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2137 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2137 new file mode 100644 index 00000000..d3a0feef Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2137 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2138 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2138 new file mode 100644 index 00000000..3633d886 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2138 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2139 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2139 new file mode 100644 index 00000000..bdda8cc2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2139 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage214 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage214 new file mode 100644 index 00000000..59fd9b33 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage214 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2140 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2140 new file mode 100644 index 00000000..dad95078 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2140 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2141 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2141 new file mode 100644 index 00000000..a5d103e6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2141 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2142 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2142 new file mode 100644 index 00000000..41ed4992 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2142 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2143 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2143 new file mode 100644 index 00000000..6d118fc6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2143 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2144 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2144 new file mode 100644 index 00000000..48f76c96 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2144 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2145 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2145 new file mode 100644 index 00000000..a7779dc0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2145 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2146 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2146 new file mode 100644 index 00000000..5295a1e7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2146 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2147 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2147 new file mode 100644 index 00000000..6c05e092 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2147 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2148 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2148 new file mode 100644 index 00000000..d53b9f77 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2148 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2149 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2149 new file mode 100644 index 00000000..355f79f4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2149 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage215 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage215 new file mode 100644 index 00000000..7d477633 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage215 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2150 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2150 new file mode 100644 index 00000000..7e3eebd1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2150 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2151 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2151 new file mode 100644 index 00000000..cfc62c88 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2151 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2152 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2152 new file mode 100644 index 00000000..0d007bf4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2152 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2153 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2153 new file mode 100644 index 00000000..8d08a1ac Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2153 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2154 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2154 new file mode 100644 index 00000000..f0cd8cf8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2154 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2155 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2155 new file mode 100644 index 00000000..dc5c6d48 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2155 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2156 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2156 new file mode 100644 index 00000000..08421f47 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2156 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2157 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2157 new file mode 100644 index 00000000..78083ea4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2157 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2158 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2158 new file mode 100644 index 00000000..e69e3782 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2158 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2159 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2159 new file mode 100644 index 00000000..76893317 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2159 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage216 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage216 new file mode 100644 index 00000000..1bb275a1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage216 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2160 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2160 new file mode 100644 index 00000000..b9f08200 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2160 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2161 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2161 new file mode 100644 index 00000000..f0557165 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2161 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2162 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2162 new file mode 100644 index 00000000..bd9b6af9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2162 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2163 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2163 new file mode 100644 index 00000000..0b7867d7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2163 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2164 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2164 new file mode 100644 index 00000000..69494a6b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2164 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2165 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2165 new file mode 100644 index 00000000..532ff913 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2165 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2166 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2166 new file mode 100644 index 00000000..421a9ccb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2166 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2167 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2167 new file mode 100644 index 00000000..a6302be9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2167 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2168 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2168 new file mode 100644 index 00000000..2a6a2375 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2168 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2169 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2169 new file mode 100644 index 00000000..8e8fec1f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2169 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage217 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage217 new file mode 100644 index 00000000..2a4570a5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage217 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2170 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2170 new file mode 100644 index 00000000..a4771be4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2170 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2171 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2171 new file mode 100644 index 00000000..d18960f7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2171 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2172 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2172 new file mode 100644 index 00000000..24ec1dcc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2172 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2173 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2173 new file mode 100644 index 00000000..9cba42a4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2173 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2174 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2174 new file mode 100644 index 00000000..3f1c3ba8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2174 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2175 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2175 new file mode 100644 index 00000000..e9d261f7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2175 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2176 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2176 new file mode 100644 index 00000000..639ac25f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2176 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2177 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2177 new file mode 100644 index 00000000..14262a4c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2177 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2178 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2178 new file mode 100644 index 00000000..d60777ca Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2178 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2179 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2179 new file mode 100644 index 00000000..feaa4fc7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2179 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage218 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage218 new file mode 100644 index 00000000..fa042367 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage218 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2180 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2180 new file mode 100644 index 00000000..c768f0dc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2180 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2181 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2181 new file mode 100644 index 00000000..8eb18b8f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2181 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2182 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2182 new file mode 100644 index 00000000..d5987c55 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2182 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2183 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2183 new file mode 100644 index 00000000..68cd04e7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2183 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2184 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2184 new file mode 100644 index 00000000..b7d3145c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2184 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2185 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2185 new file mode 100644 index 00000000..49fbccde Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2185 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2186 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2186 new file mode 100644 index 00000000..c3e1e6bf Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2186 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2187 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2187 new file mode 100644 index 00000000..f4704103 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2187 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2188 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2188 new file mode 100644 index 00000000..79b85b61 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2188 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2189 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2189 new file mode 100644 index 00000000..8531d17e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2189 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage219 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage219 new file mode 100644 index 00000000..a2afb380 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage219 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2190 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2190 new file mode 100644 index 00000000..167e54a2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2190 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2191 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2191 new file mode 100644 index 00000000..1973c5da Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2191 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2192 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2192 new file mode 100644 index 00000000..8e52efda Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2192 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2193 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2193 new file mode 100644 index 00000000..62cb93ae Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2193 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2194 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2194 new file mode 100644 index 00000000..a9ae58b0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2194 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2195 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2195 new file mode 100644 index 00000000..0cb7fbb4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2195 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2196 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2196 new file mode 100644 index 00000000..946f094b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2196 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2197 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2197 new file mode 100644 index 00000000..8b23eedb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2197 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2198 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2198 new file mode 100644 index 00000000..53ba0287 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2198 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2199 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2199 new file mode 100644 index 00000000..a48a1a74 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2199 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage22 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage22 new file mode 100644 index 00000000..fd430825 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage22 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage220 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage220 new file mode 100644 index 00000000..b30aee90 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage220 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2200 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2200 new file mode 100644 index 00000000..ecc05e5e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2200 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2201 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2201 new file mode 100644 index 00000000..5e73e05e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2201 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2202 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2202 new file mode 100644 index 00000000..af3b52e9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2202 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2203 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2203 new file mode 100644 index 00000000..08ebafa9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2203 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2204 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2204 new file mode 100644 index 00000000..a6cc96d8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2204 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2205 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2205 new file mode 100644 index 00000000..fdf5801b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2205 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2206 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2206 new file mode 100644 index 00000000..14b9dfa9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2206 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2207 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2207 new file mode 100644 index 00000000..823f511b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2207 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2208 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2208 new file mode 100644 index 00000000..6e830476 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2208 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2209 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2209 new file mode 100644 index 00000000..987a68fe Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2209 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage221 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage221 new file mode 100644 index 00000000..19362358 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage221 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2210 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2210 new file mode 100644 index 00000000..ef3882c3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2210 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2211 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2211 new file mode 100644 index 00000000..1796dbb9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2211 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2212 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2212 new file mode 100644 index 00000000..30ef5ec0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2212 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2213 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2213 new file mode 100644 index 00000000..8d02f8aa Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2213 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2214 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2214 new file mode 100644 index 00000000..83840418 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2214 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2215 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2215 new file mode 100644 index 00000000..a4c595ec Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2215 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2216 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2216 new file mode 100644 index 00000000..9c3d8502 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2216 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2217 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2217 new file mode 100644 index 00000000..82bf9063 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2217 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2218 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2218 new file mode 100644 index 00000000..3b99e8bf Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2218 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2219 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2219 new file mode 100644 index 00000000..7f9bbc04 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2219 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage222 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage222 new file mode 100644 index 00000000..6a643365 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage222 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2220 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2220 new file mode 100644 index 00000000..16438bd7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2220 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2221 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2221 new file mode 100644 index 00000000..c34f1442 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2221 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2222 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2222 new file mode 100644 index 00000000..e1ba4285 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2222 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2223 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2223 new file mode 100644 index 00000000..b8d6bb08 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2223 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2224 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2224 new file mode 100644 index 00000000..0ee57c2f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2224 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2225 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2225 new file mode 100644 index 00000000..d97af3eb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2225 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2226 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2226 new file mode 100644 index 00000000..e9bd297c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2226 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2227 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2227 new file mode 100644 index 00000000..6cecc72c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2227 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2228 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2228 new file mode 100644 index 00000000..c3c71cad Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2228 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2229 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2229 new file mode 100644 index 00000000..4ed4b89f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2229 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage223 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage223 new file mode 100644 index 00000000..6c5aa09e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage223 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2230 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2230 new file mode 100644 index 00000000..2d4e7249 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2230 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2231 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2231 new file mode 100644 index 00000000..6b93d5fb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2231 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2232 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2232 new file mode 100644 index 00000000..0dc0693a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2232 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2233 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2233 new file mode 100644 index 00000000..4e5e3620 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2233 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2234 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2234 new file mode 100644 index 00000000..f1a54737 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2234 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2235 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2235 new file mode 100644 index 00000000..da32d604 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2235 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2236 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2236 new file mode 100644 index 00000000..fbc8bb60 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2236 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2237 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2237 new file mode 100644 index 00000000..0a13f735 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2237 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2238 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2238 new file mode 100644 index 00000000..564c12de Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2238 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2239 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2239 new file mode 100644 index 00000000..ac35eda4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2239 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage224 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage224 new file mode 100644 index 00000000..62470e33 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage224 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2240 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2240 new file mode 100644 index 00000000..1cbc73ac Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2240 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2241 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2241 new file mode 100644 index 00000000..db3f431b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2241 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2242 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2242 new file mode 100644 index 00000000..cf698a90 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2242 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2243 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2243 new file mode 100644 index 00000000..2098bc58 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2243 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2244 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2244 new file mode 100644 index 00000000..f3778243 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2244 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2245 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2245 new file mode 100644 index 00000000..c2e614b1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2245 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2246 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2246 new file mode 100644 index 00000000..7d55a8f7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2246 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2247 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2247 new file mode 100644 index 00000000..20e02dcb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2247 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2248 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2248 new file mode 100644 index 00000000..6b96fe66 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2248 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2249 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2249 new file mode 100644 index 00000000..429631fd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2249 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage225 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage225 new file mode 100644 index 00000000..fdcb38ca Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage225 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2250 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2250 new file mode 100644 index 00000000..86ac6d07 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2250 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2251 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2251 new file mode 100644 index 00000000..33988620 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2251 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2252 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2252 new file mode 100644 index 00000000..4c247bc9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2252 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2253 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2253 new file mode 100644 index 00000000..b2c74cc1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2253 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2254 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2254 new file mode 100644 index 00000000..b17fcac2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2254 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2255 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2255 new file mode 100644 index 00000000..c5142512 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2255 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2256 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2256 new file mode 100644 index 00000000..9d31f4d2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2256 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2257 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2257 new file mode 100644 index 00000000..42f63bdc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2257 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2258 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2258 new file mode 100644 index 00000000..77d4d029 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2258 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2259 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2259 new file mode 100644 index 00000000..aa6ea3e3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2259 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage226 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage226 new file mode 100644 index 00000000..de4cfb44 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage226 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2260 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2260 new file mode 100644 index 00000000..dbd4731a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2260 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2261 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2261 new file mode 100644 index 00000000..9a8e9773 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2261 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2262 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2262 new file mode 100644 index 00000000..b3c335c0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2262 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2263 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2263 new file mode 100644 index 00000000..65bcb059 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2263 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2264 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2264 new file mode 100644 index 00000000..b31015ed Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2264 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2265 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2265 new file mode 100644 index 00000000..9f194999 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2265 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2266 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2266 new file mode 100644 index 00000000..3a04704f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2266 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2267 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2267 new file mode 100644 index 00000000..4ff5c8cb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2267 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2268 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2268 new file mode 100644 index 00000000..25cf9b56 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2268 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2269 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2269 new file mode 100644 index 00000000..a216729f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2269 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage227 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage227 new file mode 100644 index 00000000..bf596de9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage227 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2270 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2270 new file mode 100644 index 00000000..069ebb2e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2270 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2271 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2271 new file mode 100644 index 00000000..a3bb584a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2271 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2272 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2272 new file mode 100644 index 00000000..87f5f94b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2272 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2273 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2273 new file mode 100644 index 00000000..9f1953de Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2273 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2274 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2274 new file mode 100644 index 00000000..cefa85d6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2274 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2275 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2275 new file mode 100644 index 00000000..db230997 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2275 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2276 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2276 new file mode 100644 index 00000000..5bf5330d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2276 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2277 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2277 new file mode 100644 index 00000000..03d12b80 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2277 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2278 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2278 new file mode 100644 index 00000000..3e3b26dd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2278 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2279 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2279 new file mode 100644 index 00000000..6695bcf2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2279 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage228 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage228 new file mode 100644 index 00000000..985dcf65 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage228 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2280 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2280 new file mode 100644 index 00000000..1b37e7c8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2280 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2281 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2281 new file mode 100644 index 00000000..e59f3e6c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2281 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2282 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2282 new file mode 100644 index 00000000..d551e780 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2282 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2283 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2283 new file mode 100644 index 00000000..627a3edd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2283 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2284 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2284 new file mode 100644 index 00000000..77a394a2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2284 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2285 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2285 new file mode 100644 index 00000000..6eb9d3f0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2285 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2286 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2286 new file mode 100644 index 00000000..02d3d490 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2286 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2287 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2287 new file mode 100644 index 00000000..f8c0a97d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2287 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2288 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2288 new file mode 100644 index 00000000..b3e6744e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2288 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2289 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2289 new file mode 100644 index 00000000..5cc25528 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2289 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage229 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage229 new file mode 100644 index 00000000..95888d1f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage229 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2290 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2290 new file mode 100644 index 00000000..3121ebcd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2290 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2291 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2291 new file mode 100644 index 00000000..a38681b0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2291 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2292 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2292 new file mode 100644 index 00000000..29964719 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2292 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2293 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2293 new file mode 100644 index 00000000..440a180a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2293 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2294 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2294 new file mode 100644 index 00000000..a06a28b5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2294 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2295 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2295 new file mode 100644 index 00000000..1756b8e3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2295 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2296 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2296 new file mode 100644 index 00000000..e2607d98 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2296 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2297 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2297 new file mode 100644 index 00000000..669ed637 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2297 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2298 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2298 new file mode 100644 index 00000000..99f6024a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2298 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2299 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2299 new file mode 100644 index 00000000..6764ac41 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2299 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage23 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage23 new file mode 100644 index 00000000..a852d157 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage23 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage230 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage230 new file mode 100644 index 00000000..a7817c9b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage230 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2300 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2300 new file mode 100644 index 00000000..10923da2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2300 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2301 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2301 new file mode 100644 index 00000000..ed1a7913 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2301 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2302 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2302 new file mode 100644 index 00000000..14e2a70c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2302 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2303 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2303 new file mode 100644 index 00000000..afe8bbf1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2303 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2304 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2304 new file mode 100644 index 00000000..d382b7ec Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2304 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2305 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2305 new file mode 100644 index 00000000..d15c383c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2305 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2306 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2306 new file mode 100644 index 00000000..d69cab6a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2306 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2307 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2307 new file mode 100644 index 00000000..9656c9b5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2307 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2308 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2308 new file mode 100644 index 00000000..0ffdfa2f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2308 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2309 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2309 new file mode 100644 index 00000000..9bed9bfa Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2309 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage231 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage231 new file mode 100644 index 00000000..babdea9b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage231 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2310 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2310 new file mode 100644 index 00000000..8024b7d6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2310 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2311 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2311 new file mode 100644 index 00000000..0b114d76 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2311 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2312 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2312 new file mode 100644 index 00000000..4d82a895 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2312 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2313 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2313 new file mode 100644 index 00000000..0468b05f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2313 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2314 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2314 new file mode 100644 index 00000000..46a054ba Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2314 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2315 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2315 new file mode 100644 index 00000000..603e71e7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2315 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2316 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2316 new file mode 100644 index 00000000..ccae012d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2316 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2317 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2317 new file mode 100644 index 00000000..36445acd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2317 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2318 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2318 new file mode 100644 index 00000000..d3756772 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2318 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2319 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2319 new file mode 100644 index 00000000..6ca5ae4f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2319 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage232 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage232 new file mode 100644 index 00000000..2a8633f2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage232 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2320 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2320 new file mode 100644 index 00000000..9a78f92b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2320 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2321 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2321 new file mode 100644 index 00000000..f42f1cd8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2321 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2322 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2322 new file mode 100644 index 00000000..1063c76a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2322 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2323 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2323 new file mode 100644 index 00000000..381a4a40 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2323 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2324 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2324 new file mode 100644 index 00000000..39457ed7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2324 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2325 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2325 new file mode 100644 index 00000000..3d295456 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2325 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2326 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2326 new file mode 100644 index 00000000..176a263e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2326 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2327 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2327 new file mode 100644 index 00000000..de1cc009 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2327 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2328 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2328 new file mode 100644 index 00000000..13d7afab Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2328 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2329 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2329 new file mode 100644 index 00000000..119c44e7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2329 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage233 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage233 new file mode 100644 index 00000000..bc36beaa Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage233 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2330 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2330 new file mode 100644 index 00000000..2be5bd54 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2330 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2331 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2331 new file mode 100644 index 00000000..236b7629 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2331 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2332 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2332 new file mode 100644 index 00000000..da8752ba Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2332 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2333 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2333 new file mode 100644 index 00000000..0296d480 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2333 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2334 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2334 new file mode 100644 index 00000000..01f6c4f9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2334 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2335 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2335 new file mode 100644 index 00000000..6f2b062d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2335 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2336 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2336 new file mode 100644 index 00000000..930a9378 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2336 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2337 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2337 new file mode 100644 index 00000000..cd4b0946 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2337 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2338 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2338 new file mode 100644 index 00000000..ed0d5574 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2338 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2339 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2339 new file mode 100644 index 00000000..872f2f87 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2339 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage234 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage234 new file mode 100644 index 00000000..e4541217 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage234 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2340 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2340 new file mode 100644 index 00000000..ca856296 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2340 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2341 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2341 new file mode 100644 index 00000000..62e19e54 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2341 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2342 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2342 new file mode 100644 index 00000000..146e8fa9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2342 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2343 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2343 new file mode 100644 index 00000000..8db0949e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2343 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2344 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2344 new file mode 100644 index 00000000..c1e58013 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2344 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2345 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2345 new file mode 100644 index 00000000..a8ccc9b5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2345 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2346 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2346 new file mode 100644 index 00000000..64ba2dfc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2346 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2347 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2347 new file mode 100644 index 00000000..65ef9394 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2347 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2348 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2348 new file mode 100644 index 00000000..e6224434 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2348 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2349 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2349 new file mode 100644 index 00000000..160589b1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2349 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage235 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage235 new file mode 100644 index 00000000..8559cf46 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage235 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2350 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2350 new file mode 100644 index 00000000..234775fe Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2350 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2351 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2351 new file mode 100644 index 00000000..d03704c6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2351 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2352 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2352 new file mode 100644 index 00000000..d61da09d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2352 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2353 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2353 new file mode 100644 index 00000000..202f3478 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2353 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2354 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2354 new file mode 100644 index 00000000..a84ae778 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2354 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2355 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2355 new file mode 100644 index 00000000..a43fa25c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2355 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2356 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2356 new file mode 100644 index 00000000..6e46847b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2356 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2357 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2357 new file mode 100644 index 00000000..a0ab63d6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2357 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2358 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2358 new file mode 100644 index 00000000..421240fe Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2358 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2359 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2359 new file mode 100644 index 00000000..87e2cde3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2359 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage236 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage236 new file mode 100644 index 00000000..3f564312 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage236 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2360 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2360 new file mode 100644 index 00000000..4ba02dec Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2360 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2361 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2361 new file mode 100644 index 00000000..e40ba1fc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2361 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2362 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2362 new file mode 100644 index 00000000..f723b9ec Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2362 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2363 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2363 new file mode 100644 index 00000000..b4f37ea8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2363 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2364 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2364 new file mode 100644 index 00000000..1e0a8a3b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2364 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2365 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2365 new file mode 100644 index 00000000..cc54e285 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2365 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2366 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2366 new file mode 100644 index 00000000..de669dff Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2366 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2367 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2367 new file mode 100644 index 00000000..7e89564e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2367 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2368 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2368 new file mode 100644 index 00000000..4b0a5b16 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2368 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2369 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2369 new file mode 100644 index 00000000..59ad58b2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2369 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage237 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage237 new file mode 100644 index 00000000..bc5e94e0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage237 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2370 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2370 new file mode 100644 index 00000000..cb8d0967 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2370 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2371 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2371 new file mode 100644 index 00000000..3c790ea4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2371 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2372 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2372 new file mode 100644 index 00000000..1533f8ac Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2372 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2373 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2373 new file mode 100644 index 00000000..4dc4e630 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2373 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2374 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2374 new file mode 100644 index 00000000..eac4c7d3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2374 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2375 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2375 new file mode 100644 index 00000000..b431fc48 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2375 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2376 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2376 new file mode 100644 index 00000000..051b3bfd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2376 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2377 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2377 new file mode 100644 index 00000000..18ed284c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2377 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2378 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2378 new file mode 100644 index 00000000..16388e86 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2378 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2379 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2379 new file mode 100644 index 00000000..70b85b46 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2379 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage238 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage238 new file mode 100644 index 00000000..9447dc91 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage238 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2380 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2380 new file mode 100644 index 00000000..ada01b25 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2380 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2381 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2381 new file mode 100644 index 00000000..1c7a1207 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2381 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2382 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2382 new file mode 100644 index 00000000..ed90e5bd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2382 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2383 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2383 new file mode 100644 index 00000000..93c8514c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2383 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2384 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2384 new file mode 100644 index 00000000..3c5c21a0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2384 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2385 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2385 new file mode 100644 index 00000000..e621fcb0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2385 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2386 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2386 new file mode 100644 index 00000000..41ac70d7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2386 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2387 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2387 new file mode 100644 index 00000000..000fde5f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2387 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2388 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2388 new file mode 100644 index 00000000..4c82ae19 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2388 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2389 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2389 new file mode 100644 index 00000000..7616be1f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2389 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage239 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage239 new file mode 100644 index 00000000..a0be55f7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage239 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2390 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2390 new file mode 100644 index 00000000..80764900 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2390 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2391 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2391 new file mode 100644 index 00000000..56dc8287 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2391 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2392 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2392 new file mode 100644 index 00000000..f82a05f1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2392 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2393 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2393 new file mode 100644 index 00000000..6d08e38e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2393 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2394 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2394 new file mode 100644 index 00000000..a028e935 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2394 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2395 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2395 new file mode 100644 index 00000000..32942a5f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2395 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2396 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2396 new file mode 100644 index 00000000..5dd933e6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2396 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2397 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2397 new file mode 100644 index 00000000..e19b64e5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2397 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2398 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2398 new file mode 100644 index 00000000..194083be Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2398 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2399 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2399 new file mode 100644 index 00000000..b40029f2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2399 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage24 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage24 new file mode 100644 index 00000000..504426bb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage24 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage240 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage240 new file mode 100644 index 00000000..6047204f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage240 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2400 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2400 new file mode 100644 index 00000000..2bbac55f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2400 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2401 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2401 new file mode 100644 index 00000000..e0addbdf Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2401 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2402 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2402 new file mode 100644 index 00000000..801656db Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2402 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2403 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2403 new file mode 100644 index 00000000..a8f004a3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2403 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2404 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2404 new file mode 100644 index 00000000..743bbaba Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2404 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2405 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2405 new file mode 100644 index 00000000..181d7303 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2405 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2406 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2406 new file mode 100644 index 00000000..63c2c717 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2406 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2407 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2407 new file mode 100644 index 00000000..63915d16 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2407 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2408 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2408 new file mode 100644 index 00000000..fb86de08 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2408 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2409 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2409 new file mode 100644 index 00000000..a062c33a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2409 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage241 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage241 new file mode 100644 index 00000000..fbd5046e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage241 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2410 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2410 new file mode 100644 index 00000000..9875f0c4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2410 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2411 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2411 new file mode 100644 index 00000000..756c0be0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2411 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2412 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2412 new file mode 100644 index 00000000..43dc02d6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2412 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2413 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2413 new file mode 100644 index 00000000..280bfbad Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2413 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2414 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2414 new file mode 100644 index 00000000..764aab24 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2414 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2415 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2415 new file mode 100644 index 00000000..01d425d4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2415 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2416 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2416 new file mode 100644 index 00000000..1e506d12 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2416 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2417 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2417 new file mode 100644 index 00000000..10989248 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2417 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2418 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2418 new file mode 100644 index 00000000..5dd092cd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2418 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2419 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2419 new file mode 100644 index 00000000..0c477d9a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2419 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage242 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage242 new file mode 100644 index 00000000..c59d3d8f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage242 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2420 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2420 new file mode 100644 index 00000000..02ab56b1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2420 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2421 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2421 new file mode 100644 index 00000000..474d75ee Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2421 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2422 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2422 new file mode 100644 index 00000000..63e07151 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2422 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2423 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2423 new file mode 100644 index 00000000..5c70c35a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2423 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2424 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2424 new file mode 100644 index 00000000..6cb6604f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2424 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2425 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2425 new file mode 100644 index 00000000..9d713f60 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2425 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2426 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2426 new file mode 100644 index 00000000..d353530f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2426 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2427 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2427 new file mode 100644 index 00000000..3dd11429 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2427 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2428 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2428 new file mode 100644 index 00000000..b070b6b2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2428 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2429 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2429 new file mode 100644 index 00000000..b9b74bce Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2429 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage243 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage243 new file mode 100644 index 00000000..e9709f2a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage243 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2430 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2430 new file mode 100644 index 00000000..6fad69d6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2430 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2431 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2431 new file mode 100644 index 00000000..29f45da2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2431 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2432 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2432 new file mode 100644 index 00000000..597f6ec0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2432 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2433 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2433 new file mode 100644 index 00000000..ebf9e678 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2433 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2434 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2434 new file mode 100644 index 00000000..84fa090b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2434 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2435 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2435 new file mode 100644 index 00000000..a5794575 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2435 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2436 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2436 new file mode 100644 index 00000000..9eb840be Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2436 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2437 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2437 new file mode 100644 index 00000000..f71f3732 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2437 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2438 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2438 new file mode 100644 index 00000000..6f6a2e56 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2438 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2439 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2439 new file mode 100644 index 00000000..a14b1061 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2439 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage244 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage244 new file mode 100644 index 00000000..77ef7a7f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage244 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2440 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2440 new file mode 100644 index 00000000..85ea2f12 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2440 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2441 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2441 new file mode 100644 index 00000000..dfa36441 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2441 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2442 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2442 new file mode 100644 index 00000000..2b5eba3f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2442 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2443 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2443 new file mode 100644 index 00000000..af0d9405 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2443 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2444 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2444 new file mode 100644 index 00000000..b5b57eb2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2444 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2445 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2445 new file mode 100644 index 00000000..22906b1d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2445 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2446 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2446 new file mode 100644 index 00000000..3a3a8c75 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2446 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2447 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2447 new file mode 100644 index 00000000..b6f049c0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2447 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2448 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2448 new file mode 100644 index 00000000..cf9eaf89 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2448 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2449 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2449 new file mode 100644 index 00000000..570719d7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2449 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage245 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage245 new file mode 100644 index 00000000..ea7a842c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage245 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2450 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2450 new file mode 100644 index 00000000..f591ffdb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2450 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2451 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2451 new file mode 100644 index 00000000..bad38e97 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2451 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2452 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2452 new file mode 100644 index 00000000..c44f8410 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2452 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2453 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2453 new file mode 100644 index 00000000..67fd47e4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2453 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2454 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2454 new file mode 100644 index 00000000..35323643 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2454 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2455 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2455 new file mode 100644 index 00000000..9c8a8322 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2455 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2456 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2456 new file mode 100644 index 00000000..dc01301f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2456 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2457 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2457 new file mode 100644 index 00000000..89be0822 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2457 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2458 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2458 new file mode 100644 index 00000000..74a3220e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2458 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2459 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2459 new file mode 100644 index 00000000..c758f642 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2459 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage246 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage246 new file mode 100644 index 00000000..2f92c396 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage246 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2460 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2460 new file mode 100644 index 00000000..7cf0a34e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2460 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2461 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2461 new file mode 100644 index 00000000..6885abd5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2461 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2462 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2462 new file mode 100644 index 00000000..2b3e596a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2462 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2463 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2463 new file mode 100644 index 00000000..f8b5631b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2463 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2464 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2464 new file mode 100644 index 00000000..da5ee633 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2464 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2465 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2465 new file mode 100644 index 00000000..bc8acac1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2465 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2466 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2466 new file mode 100644 index 00000000..aec8ddb3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2466 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2467 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2467 new file mode 100644 index 00000000..0ed53140 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2467 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2468 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2468 new file mode 100644 index 00000000..544d6ad0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2468 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2469 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2469 new file mode 100644 index 00000000..213a152a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2469 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage247 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage247 new file mode 100644 index 00000000..dfc00414 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage247 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2470 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2470 new file mode 100644 index 00000000..092bf2a4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2470 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2471 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2471 new file mode 100644 index 00000000..d0232679 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2471 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2472 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2472 new file mode 100644 index 00000000..725652ff Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2472 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2473 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2473 new file mode 100644 index 00000000..4f9d0388 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2473 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2474 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2474 new file mode 100644 index 00000000..ae6fa88b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2474 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2475 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2475 new file mode 100644 index 00000000..46969aeb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2475 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2476 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2476 new file mode 100644 index 00000000..55dc0d76 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2476 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2477 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2477 new file mode 100644 index 00000000..797acffc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2477 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2478 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2478 new file mode 100644 index 00000000..09f012fe Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2478 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2479 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2479 new file mode 100644 index 00000000..a3d0e48b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2479 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage248 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage248 new file mode 100644 index 00000000..35d0bb84 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage248 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2480 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2480 new file mode 100644 index 00000000..dd8ec451 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2480 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2481 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2481 new file mode 100644 index 00000000..a46d8a50 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2481 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2482 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2482 new file mode 100644 index 00000000..f8f0e714 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2482 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2483 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2483 new file mode 100644 index 00000000..d92a8488 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2483 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2484 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2484 new file mode 100644 index 00000000..c8f450dc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2484 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2485 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2485 new file mode 100644 index 00000000..20744053 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2485 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2486 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2486 new file mode 100644 index 00000000..f4974085 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2486 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2487 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2487 new file mode 100644 index 00000000..089e2c25 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2487 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2488 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2488 new file mode 100644 index 00000000..077de684 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2488 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2489 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2489 new file mode 100644 index 00000000..830cccda Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2489 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage249 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage249 new file mode 100644 index 00000000..76a682bf Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage249 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2490 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2490 new file mode 100644 index 00000000..7871b421 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2490 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2491 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2491 new file mode 100644 index 00000000..e509d171 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2491 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2492 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2492 new file mode 100644 index 00000000..6210a314 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2492 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2493 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2493 new file mode 100644 index 00000000..485bce44 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2493 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2494 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2494 new file mode 100644 index 00000000..370c220b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2494 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2495 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2495 new file mode 100644 index 00000000..45362a49 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2495 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2496 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2496 new file mode 100644 index 00000000..3004bac9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2496 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2497 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2497 new file mode 100644 index 00000000..1e573007 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2497 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2498 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2498 new file mode 100644 index 00000000..50a868bc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2498 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2499 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2499 new file mode 100644 index 00000000..d491b02a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2499 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage25 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage25 new file mode 100644 index 00000000..9b18f3ab Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage25 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage250 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage250 new file mode 100644 index 00000000..da409715 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage250 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2500 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2500 new file mode 100644 index 00000000..66a4deda Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2500 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2501 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2501 new file mode 100644 index 00000000..f02d23a1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2501 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2502 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2502 new file mode 100644 index 00000000..b3e384df Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2502 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2503 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2503 new file mode 100644 index 00000000..840fac94 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2503 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2504 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2504 new file mode 100644 index 00000000..98eeb815 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2504 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2505 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2505 new file mode 100644 index 00000000..aafcd151 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2505 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2506 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2506 new file mode 100644 index 00000000..9986747e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2506 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2507 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2507 new file mode 100644 index 00000000..72a18e09 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2507 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2508 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2508 new file mode 100644 index 00000000..b8d35c94 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2508 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2509 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2509 new file mode 100644 index 00000000..7040b012 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2509 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage251 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage251 new file mode 100644 index 00000000..ae176c9d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage251 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2510 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2510 new file mode 100644 index 00000000..1cca0e99 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2510 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2511 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2511 new file mode 100644 index 00000000..5c601f5a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2511 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2512 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2512 new file mode 100644 index 00000000..3e9ff536 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2512 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2513 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2513 new file mode 100644 index 00000000..77a83525 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2513 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2514 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2514 new file mode 100644 index 00000000..cedc1e81 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2514 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2515 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2515 new file mode 100644 index 00000000..cdf682e1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2515 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2516 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2516 new file mode 100644 index 00000000..f5f87b97 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2516 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2517 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2517 new file mode 100644 index 00000000..04c6f19e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2517 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2518 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2518 new file mode 100644 index 00000000..94aa9def Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2518 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2519 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2519 new file mode 100644 index 00000000..cbfb8f96 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2519 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage252 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage252 new file mode 100644 index 00000000..086d6db4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage252 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2520 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2520 new file mode 100644 index 00000000..69a78c94 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2520 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2521 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2521 new file mode 100644 index 00000000..c99e1a51 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2521 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2522 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2522 new file mode 100644 index 00000000..0b3e1259 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2522 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2523 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2523 new file mode 100644 index 00000000..b40cd9c7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2523 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2524 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2524 new file mode 100644 index 00000000..3c862913 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2524 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2525 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2525 new file mode 100644 index 00000000..2552dec8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2525 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2526 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2526 new file mode 100644 index 00000000..25ae5ba3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2526 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2527 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2527 new file mode 100644 index 00000000..9769900c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2527 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2528 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2528 new file mode 100644 index 00000000..f1af2a18 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2528 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2529 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2529 new file mode 100644 index 00000000..9dfd1250 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2529 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage253 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage253 new file mode 100644 index 00000000..c398a5b8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage253 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2530 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2530 new file mode 100644 index 00000000..172ba29e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2530 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2531 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2531 new file mode 100644 index 00000000..7b9de689 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2531 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2532 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2532 new file mode 100644 index 00000000..20528f30 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage2532 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage254 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage254 new file mode 100644 index 00000000..61717a9e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage254 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage255 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage255 new file mode 100644 index 00000000..591b594a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage255 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage256 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage256 new file mode 100644 index 00000000..3731646e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage256 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage257 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage257 new file mode 100644 index 00000000..a68c4d9c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage257 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage258 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage258 new file mode 100644 index 00000000..c0604917 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage258 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage259 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage259 new file mode 100644 index 00000000..e06c395f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage259 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage26 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage26 new file mode 100644 index 00000000..bac4d15f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage26 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage260 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage260 new file mode 100644 index 00000000..6ba2c74a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage260 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage261 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage261 new file mode 100644 index 00000000..a40811c8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage261 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage262 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage262 new file mode 100644 index 00000000..b736c9f9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage262 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage263 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage263 new file mode 100644 index 00000000..7da2b169 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage263 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage264 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage264 new file mode 100644 index 00000000..23fd89af Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage264 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage265 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage265 new file mode 100644 index 00000000..13bcd894 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage265 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage266 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage266 new file mode 100644 index 00000000..71f4d723 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage266 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage267 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage267 new file mode 100644 index 00000000..07cd92a8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage267 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage268 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage268 new file mode 100644 index 00000000..151a43d6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage268 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage269 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage269 new file mode 100644 index 00000000..8bfdf69d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage269 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage27 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage27 new file mode 100644 index 00000000..5052c2d5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage27 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage270 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage270 new file mode 100644 index 00000000..1b8fa9b2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage270 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage271 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage271 new file mode 100644 index 00000000..ab6613d3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage271 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage272 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage272 new file mode 100644 index 00000000..cd703649 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage272 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage273 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage273 new file mode 100644 index 00000000..9f48657b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage273 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage274 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage274 new file mode 100644 index 00000000..4c91009e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage274 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage275 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage275 new file mode 100644 index 00000000..13702060 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage275 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage276 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage276 new file mode 100644 index 00000000..2502f101 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage276 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage277 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage277 new file mode 100644 index 00000000..a319fa0f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage277 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage278 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage278 new file mode 100644 index 00000000..27b81234 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage278 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage279 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage279 new file mode 100644 index 00000000..b15e55db Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage279 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage28 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage28 new file mode 100644 index 00000000..406018d0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage28 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage280 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage280 new file mode 100644 index 00000000..855c5001 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage280 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage281 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage281 new file mode 100644 index 00000000..b0c2478f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage281 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage282 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage282 new file mode 100644 index 00000000..77b21f6f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage282 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage283 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage283 new file mode 100644 index 00000000..0106db0b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage283 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage284 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage284 new file mode 100644 index 00000000..d1c46da6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage284 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage285 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage285 new file mode 100644 index 00000000..f7cd6c0a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage285 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage286 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage286 new file mode 100644 index 00000000..60668b43 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage286 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage287 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage287 new file mode 100644 index 00000000..e792ec33 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage287 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage288 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage288 new file mode 100644 index 00000000..2d5cc9fa Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage288 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage289 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage289 new file mode 100644 index 00000000..6c3e5291 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage289 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage29 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage29 new file mode 100644 index 00000000..02f1a351 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage29 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage290 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage290 new file mode 100644 index 00000000..15952515 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage290 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage291 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage291 new file mode 100644 index 00000000..1d8d16c9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage291 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage292 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage292 new file mode 100644 index 00000000..81c9d760 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage292 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage293 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage293 new file mode 100644 index 00000000..b0d111f3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage293 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage294 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage294 new file mode 100644 index 00000000..e84e0557 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage294 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage295 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage295 new file mode 100644 index 00000000..8577371f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage295 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage296 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage296 new file mode 100644 index 00000000..cf076c2f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage296 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage297 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage297 new file mode 100644 index 00000000..af7dd979 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage297 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage298 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage298 new file mode 100644 index 00000000..b5da7a65 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage298 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage299 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage299 new file mode 100644 index 00000000..75092070 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage299 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage3 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage3 new file mode 100644 index 00000000..2b0a453b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage3 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage30 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage30 new file mode 100644 index 00000000..84aa22dd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage30 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage300 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage300 new file mode 100644 index 00000000..701d81b7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage300 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage301 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage301 new file mode 100644 index 00000000..249f43e5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage301 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage302 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage302 new file mode 100644 index 00000000..6aac7229 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage302 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage303 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage303 new file mode 100644 index 00000000..e8b8a8b6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage303 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage304 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage304 new file mode 100644 index 00000000..c9786925 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage304 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage305 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage305 new file mode 100644 index 00000000..b9723557 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage305 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage306 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage306 new file mode 100644 index 00000000..1491e230 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage306 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage307 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage307 new file mode 100644 index 00000000..855e4a27 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage307 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage308 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage308 new file mode 100644 index 00000000..601dd58d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage308 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage309 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage309 new file mode 100644 index 00000000..0c048ad8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage309 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage31 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage31 new file mode 100644 index 00000000..fcff8808 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage31 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage310 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage310 new file mode 100644 index 00000000..c4da5109 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage310 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage311 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage311 new file mode 100644 index 00000000..864bd151 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage311 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage312 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage312 new file mode 100644 index 00000000..07cc4f2b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage312 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage313 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage313 new file mode 100644 index 00000000..80f75dc8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage313 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage314 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage314 new file mode 100644 index 00000000..be197c00 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage314 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage315 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage315 new file mode 100644 index 00000000..23dbdd7e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage315 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage316 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage316 new file mode 100644 index 00000000..547c4770 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage316 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage317 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage317 new file mode 100644 index 00000000..072f8419 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage317 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage318 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage318 new file mode 100644 index 00000000..75206c6a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage318 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage319 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage319 new file mode 100644 index 00000000..024e5681 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage319 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage32 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage32 new file mode 100644 index 00000000..ee725eec Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage32 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage320 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage320 new file mode 100644 index 00000000..c11b9e32 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage320 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage321 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage321 new file mode 100644 index 00000000..84f136cb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage321 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage322 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage322 new file mode 100644 index 00000000..397ff94e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage322 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage323 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage323 new file mode 100644 index 00000000..f2eb56f9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage323 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage324 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage324 new file mode 100644 index 00000000..011d6fc6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage324 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage325 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage325 new file mode 100644 index 00000000..d7d9a06f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage325 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage326 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage326 new file mode 100644 index 00000000..193cf5ce Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage326 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage327 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage327 new file mode 100644 index 00000000..f47d906e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage327 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage328 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage328 new file mode 100644 index 00000000..e2dbd4db Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage328 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage329 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage329 new file mode 100644 index 00000000..c3624873 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage329 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage33 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage33 new file mode 100644 index 00000000..95b29364 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage33 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage330 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage330 new file mode 100644 index 00000000..fb61c3c5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage330 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage331 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage331 new file mode 100644 index 00000000..a24df36c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage331 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage332 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage332 new file mode 100644 index 00000000..95cc3a75 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage332 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage333 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage333 new file mode 100644 index 00000000..dd7c5621 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage333 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage334 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage334 new file mode 100644 index 00000000..60be4340 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage334 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage335 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage335 new file mode 100644 index 00000000..32e4efdb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage335 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage336 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage336 new file mode 100644 index 00000000..9f6eda66 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage336 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage337 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage337 new file mode 100644 index 00000000..046fe675 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage337 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage338 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage338 new file mode 100644 index 00000000..3451061b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage338 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage339 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage339 new file mode 100644 index 00000000..f63a332b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage339 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage34 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage34 new file mode 100644 index 00000000..a71b6642 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage34 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage340 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage340 new file mode 100644 index 00000000..cc912305 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage340 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage341 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage341 new file mode 100644 index 00000000..9046bc7e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage341 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage342 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage342 new file mode 100644 index 00000000..86c41440 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage342 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage343 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage343 new file mode 100644 index 00000000..b7b47f18 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage343 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage344 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage344 new file mode 100644 index 00000000..5d954804 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage344 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage345 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage345 new file mode 100644 index 00000000..4bcfcc7f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage345 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage346 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage346 new file mode 100644 index 00000000..2bd4a09b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage346 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage347 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage347 new file mode 100644 index 00000000..c9e34b46 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage347 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage348 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage348 new file mode 100644 index 00000000..a5296a91 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage348 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage349 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage349 new file mode 100644 index 00000000..69c57e5e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage349 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage35 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage35 new file mode 100644 index 00000000..63734b81 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage35 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage350 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage350 new file mode 100644 index 00000000..000158a0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage350 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage351 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage351 new file mode 100644 index 00000000..ee1531fb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage351 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage352 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage352 new file mode 100644 index 00000000..0f3a47c4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage352 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage353 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage353 new file mode 100644 index 00000000..0451d0ca Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage353 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage354 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage354 new file mode 100644 index 00000000..ada1d3e8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage354 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage355 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage355 new file mode 100644 index 00000000..62127c25 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage355 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage356 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage356 new file mode 100644 index 00000000..54c574f0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage356 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage357 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage357 new file mode 100644 index 00000000..05604b36 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage357 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage358 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage358 new file mode 100644 index 00000000..3946edbc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage358 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage359 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage359 new file mode 100644 index 00000000..f50cf2e2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage359 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage36 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage36 new file mode 100644 index 00000000..61372100 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage36 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage360 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage360 new file mode 100644 index 00000000..079a9f73 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage360 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage361 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage361 new file mode 100644 index 00000000..fca38cc7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage361 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage362 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage362 new file mode 100644 index 00000000..eb7b139d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage362 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage363 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage363 new file mode 100644 index 00000000..462cd298 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage363 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage364 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage364 new file mode 100644 index 00000000..a2d0c574 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage364 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage365 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage365 new file mode 100644 index 00000000..4a0508d0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage365 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage366 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage366 new file mode 100644 index 00000000..10a76504 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage366 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage367 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage367 new file mode 100644 index 00000000..0ce2ba61 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage367 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage368 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage368 new file mode 100644 index 00000000..33a36593 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage368 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage369 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage369 new file mode 100644 index 00000000..5f930653 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage369 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage37 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage37 new file mode 100644 index 00000000..dbd38e6c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage37 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage370 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage370 new file mode 100644 index 00000000..ce0a2b80 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage370 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage371 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage371 new file mode 100644 index 00000000..405fc212 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage371 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage372 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage372 new file mode 100644 index 00000000..4a4386d1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage372 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage373 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage373 new file mode 100644 index 00000000..f9980767 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage373 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage374 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage374 new file mode 100644 index 00000000..82337415 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage374 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage375 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage375 new file mode 100644 index 00000000..79165a0a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage375 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage376 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage376 new file mode 100644 index 00000000..e07e8e44 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage376 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage377 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage377 new file mode 100644 index 00000000..5d981cfa Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage377 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage378 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage378 new file mode 100644 index 00000000..7c83cf5b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage378 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage379 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage379 new file mode 100644 index 00000000..19f55989 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage379 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage38 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage38 new file mode 100644 index 00000000..213e9879 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage38 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage380 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage380 new file mode 100644 index 00000000..40736eef Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage380 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage381 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage381 new file mode 100644 index 00000000..7140a73c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage381 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage382 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage382 new file mode 100644 index 00000000..be1ce8ca Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage382 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage383 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage383 new file mode 100644 index 00000000..d620f2a2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage383 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage384 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage384 new file mode 100644 index 00000000..3a88e3bd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage384 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage385 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage385 new file mode 100644 index 00000000..8da5fdc5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage385 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage386 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage386 new file mode 100644 index 00000000..21b8a52b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage386 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage387 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage387 new file mode 100644 index 00000000..e27b16f6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage387 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage388 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage388 new file mode 100644 index 00000000..33c61d7c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage388 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage389 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage389 new file mode 100644 index 00000000..cdac9aee Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage389 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage39 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage39 new file mode 100644 index 00000000..40f71259 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage39 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage390 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage390 new file mode 100644 index 00000000..b71c1d7f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage390 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage391 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage391 new file mode 100644 index 00000000..935509f2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage391 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage392 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage392 new file mode 100644 index 00000000..d60fc5c2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage392 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage393 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage393 new file mode 100644 index 00000000..f69acdbb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage393 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage394 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage394 new file mode 100644 index 00000000..bbde3297 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage394 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage395 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage395 new file mode 100644 index 00000000..0bafc066 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage395 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage396 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage396 new file mode 100644 index 00000000..cc878db8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage396 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage397 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage397 new file mode 100644 index 00000000..0a1048f4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage397 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage398 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage398 new file mode 100644 index 00000000..3bc82a4b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage398 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage399 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage399 new file mode 100644 index 00000000..993c8fef Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage399 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage4 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage4 new file mode 100644 index 00000000..4c016448 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage4 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage40 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage40 new file mode 100644 index 00000000..9cd37515 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage40 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage400 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage400 new file mode 100644 index 00000000..a64d3f2d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage400 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage401 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage401 new file mode 100644 index 00000000..8d27a1ba Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage401 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage402 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage402 new file mode 100644 index 00000000..7c231007 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage402 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage403 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage403 new file mode 100644 index 00000000..b33a3d1a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage403 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage404 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage404 new file mode 100644 index 00000000..945d78e2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage404 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage405 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage405 new file mode 100644 index 00000000..2d301654 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage405 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage406 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage406 new file mode 100644 index 00000000..b7357b42 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage406 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage407 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage407 new file mode 100644 index 00000000..080def6f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage407 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage408 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage408 new file mode 100644 index 00000000..be07fb77 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage408 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage409 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage409 new file mode 100644 index 00000000..58b44ab4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage409 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage41 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage41 new file mode 100644 index 00000000..b4a70dda Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage41 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage410 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage410 new file mode 100644 index 00000000..8fb73002 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage410 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage411 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage411 new file mode 100644 index 00000000..7637671e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage411 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage412 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage412 new file mode 100644 index 00000000..638db1b7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage412 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage413 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage413 new file mode 100644 index 00000000..ee7958be Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage413 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage414 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage414 new file mode 100644 index 00000000..038e17a2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage414 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage415 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage415 new file mode 100644 index 00000000..a40efe40 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage415 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage416 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage416 new file mode 100644 index 00000000..565b20d1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage416 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage417 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage417 new file mode 100644 index 00000000..795ad009 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage417 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage418 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage418 new file mode 100644 index 00000000..76a24ae7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage418 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage419 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage419 new file mode 100644 index 00000000..3cbe2cbc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage419 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage42 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage42 new file mode 100644 index 00000000..9c06e693 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage42 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage420 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage420 new file mode 100644 index 00000000..f631e70d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage420 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage421 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage421 new file mode 100644 index 00000000..473f4ab7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage421 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage422 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage422 new file mode 100644 index 00000000..38fce2c3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage422 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage423 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage423 new file mode 100644 index 00000000..fbb9c72a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage423 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage424 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage424 new file mode 100644 index 00000000..b3fd7ec7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage424 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage425 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage425 new file mode 100644 index 00000000..53e229bf Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage425 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage426 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage426 new file mode 100644 index 00000000..39fd5f08 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage426 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage427 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage427 new file mode 100644 index 00000000..68aebc0e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage427 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage428 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage428 new file mode 100644 index 00000000..051c95cf Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage428 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage429 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage429 new file mode 100644 index 00000000..b7125b5e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage429 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage43 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage43 new file mode 100644 index 00000000..83ff18f0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage43 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage430 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage430 new file mode 100644 index 00000000..6c2ad03b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage430 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage431 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage431 new file mode 100644 index 00000000..c42b6d6d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage431 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage432 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage432 new file mode 100644 index 00000000..539f88c5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage432 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage433 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage433 new file mode 100644 index 00000000..87422831 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage433 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage434 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage434 new file mode 100644 index 00000000..9452d473 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage434 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage435 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage435 new file mode 100644 index 00000000..1bc67c4a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage435 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage436 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage436 new file mode 100644 index 00000000..8637ed4c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage436 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage437 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage437 new file mode 100644 index 00000000..1d6a792b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage437 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage438 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage438 new file mode 100644 index 00000000..778c7613 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage438 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage439 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage439 new file mode 100644 index 00000000..8b9c2e05 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage439 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage44 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage44 new file mode 100644 index 00000000..610e2680 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage44 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage440 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage440 new file mode 100644 index 00000000..82e28029 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage440 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage441 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage441 new file mode 100644 index 00000000..62a8b3c3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage441 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage442 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage442 new file mode 100644 index 00000000..f9f8c7ba Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage442 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage443 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage443 new file mode 100644 index 00000000..1413b402 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage443 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage444 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage444 new file mode 100644 index 00000000..45745509 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage444 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage445 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage445 new file mode 100644 index 00000000..300bee2f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage445 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage446 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage446 new file mode 100644 index 00000000..f7522568 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage446 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage447 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage447 new file mode 100644 index 00000000..3cf15795 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage447 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage448 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage448 new file mode 100644 index 00000000..f534abe5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage448 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage449 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage449 new file mode 100644 index 00000000..24210817 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage449 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage45 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage45 new file mode 100644 index 00000000..2245e70a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage45 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage450 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage450 new file mode 100644 index 00000000..0ae03626 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage450 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage451 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage451 new file mode 100644 index 00000000..18f5b961 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage451 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage452 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage452 new file mode 100644 index 00000000..fd1a1107 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage452 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage453 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage453 new file mode 100644 index 00000000..4c5d7337 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage453 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage454 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage454 new file mode 100644 index 00000000..a8dba714 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage454 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage455 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage455 new file mode 100644 index 00000000..67d3da64 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage455 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage456 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage456 new file mode 100644 index 00000000..9e2ab125 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage456 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage457 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage457 new file mode 100644 index 00000000..c8a24c8b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage457 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage458 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage458 new file mode 100644 index 00000000..cb9dd822 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage458 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage459 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage459 new file mode 100644 index 00000000..a2ece91b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage459 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage46 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage46 new file mode 100644 index 00000000..fd618a3a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage46 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage460 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage460 new file mode 100644 index 00000000..eef59fdd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage460 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage461 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage461 new file mode 100644 index 00000000..9db46845 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage461 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage462 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage462 new file mode 100644 index 00000000..029b2384 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage462 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage463 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage463 new file mode 100644 index 00000000..07f0c4c2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage463 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage464 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage464 new file mode 100644 index 00000000..d0a1352d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage464 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage465 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage465 new file mode 100644 index 00000000..cb7bcad5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage465 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage466 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage466 new file mode 100644 index 00000000..58e65aa0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage466 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage467 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage467 new file mode 100644 index 00000000..b32feb10 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage467 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage468 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage468 new file mode 100644 index 00000000..b0b620fb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage468 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage469 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage469 new file mode 100644 index 00000000..40879e4a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage469 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage47 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage47 new file mode 100644 index 00000000..3c41b550 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage47 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage470 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage470 new file mode 100644 index 00000000..ef4e6b51 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage470 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage471 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage471 new file mode 100644 index 00000000..a3bc640a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage471 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage472 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage472 new file mode 100644 index 00000000..cfcc4d2a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage472 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage473 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage473 new file mode 100644 index 00000000..26d93ae3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage473 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage474 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage474 new file mode 100644 index 00000000..8511cd77 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage474 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage475 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage475 new file mode 100644 index 00000000..24170b4f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage475 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage476 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage476 new file mode 100644 index 00000000..af4926fc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage476 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage477 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage477 new file mode 100644 index 00000000..5c55ca94 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage477 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage478 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage478 new file mode 100644 index 00000000..c96556bd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage478 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage479 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage479 new file mode 100644 index 00000000..75c8f93c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage479 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage48 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage48 new file mode 100644 index 00000000..74d7a6bf Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage48 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage480 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage480 new file mode 100644 index 00000000..dd13a138 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage480 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage481 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage481 new file mode 100644 index 00000000..cb32adce Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage481 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage482 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage482 new file mode 100644 index 00000000..c1273b6f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage482 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage483 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage483 new file mode 100644 index 00000000..994e645a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage483 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage484 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage484 new file mode 100644 index 00000000..69ed6a9c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage484 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage485 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage485 new file mode 100644 index 00000000..3a7e4b90 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage485 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage486 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage486 new file mode 100644 index 00000000..d95e7ea4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage486 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage487 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage487 new file mode 100644 index 00000000..fb787ecc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage487 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage488 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage488 new file mode 100644 index 00000000..051c3425 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage488 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage489 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage489 new file mode 100644 index 00000000..b1a6f25f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage489 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage49 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage49 new file mode 100644 index 00000000..bf90d708 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage49 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage490 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage490 new file mode 100644 index 00000000..b8658807 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage490 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage491 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage491 new file mode 100644 index 00000000..677f784b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage491 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage492 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage492 new file mode 100644 index 00000000..ac84037a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage492 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage493 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage493 new file mode 100644 index 00000000..a4834c43 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage493 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage494 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage494 new file mode 100644 index 00000000..ddfc4439 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage494 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage495 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage495 new file mode 100644 index 00000000..cee40f57 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage495 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage496 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage496 new file mode 100644 index 00000000..fcefa219 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage496 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage497 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage497 new file mode 100644 index 00000000..b455b10e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage497 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage498 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage498 new file mode 100644 index 00000000..da6c5cc1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage498 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage499 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage499 new file mode 100644 index 00000000..39609b32 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage499 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage5 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage5 new file mode 100644 index 00000000..b0e3ee5f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage5 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage50 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage50 new file mode 100644 index 00000000..17797161 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage50 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage500 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage500 new file mode 100644 index 00000000..5b2771fe Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage500 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage501 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage501 new file mode 100644 index 00000000..640eda96 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage501 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage502 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage502 new file mode 100644 index 00000000..95dc0742 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage502 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage503 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage503 new file mode 100644 index 00000000..9bf806a0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage503 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage504 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage504 new file mode 100644 index 00000000..22a5c809 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage504 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage505 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage505 new file mode 100644 index 00000000..3c1b1819 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage505 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage506 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage506 new file mode 100644 index 00000000..8baa2997 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage506 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage507 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage507 new file mode 100644 index 00000000..c8e9ea42 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage507 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage508 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage508 new file mode 100644 index 00000000..771c9eb9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage508 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage509 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage509 new file mode 100644 index 00000000..fcf63e9e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage509 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage51 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage51 new file mode 100644 index 00000000..a6d3c6bf Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage51 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage510 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage510 new file mode 100644 index 00000000..433abf12 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage510 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage511 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage511 new file mode 100644 index 00000000..b62eaa69 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage511 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage512 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage512 new file mode 100644 index 00000000..f6692407 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage512 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage513 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage513 new file mode 100644 index 00000000..33d896f2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage513 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage514 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage514 new file mode 100644 index 00000000..f73be91f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage514 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage515 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage515 new file mode 100644 index 00000000..a7a10033 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage515 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage516 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage516 new file mode 100644 index 00000000..fa628a7b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage516 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage517 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage517 new file mode 100644 index 00000000..3c188750 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage517 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage518 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage518 new file mode 100644 index 00000000..d7355404 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage518 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage519 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage519 new file mode 100644 index 00000000..4b1bcb0a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage519 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage52 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage52 new file mode 100644 index 00000000..8fe51fee Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage52 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage520 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage520 new file mode 100644 index 00000000..7716310c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage520 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage521 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage521 new file mode 100644 index 00000000..2a178f7d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage521 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage522 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage522 new file mode 100644 index 00000000..50acc883 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage522 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage523 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage523 new file mode 100644 index 00000000..fd938e99 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage523 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage524 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage524 new file mode 100644 index 00000000..b92b6738 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage524 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage525 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage525 new file mode 100644 index 00000000..33b738fe Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage525 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage526 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage526 new file mode 100644 index 00000000..34711d29 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage526 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage527 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage527 new file mode 100644 index 00000000..ee18fd14 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage527 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage528 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage528 new file mode 100644 index 00000000..ad12dc19 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage528 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage529 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage529 new file mode 100644 index 00000000..cca0dfc2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage529 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage53 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage53 new file mode 100644 index 00000000..56e89dfc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage53 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage530 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage530 new file mode 100644 index 00000000..bb9bdae6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage530 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage531 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage531 new file mode 100644 index 00000000..d2f94683 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage531 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage532 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage532 new file mode 100644 index 00000000..087f42a3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage532 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage533 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage533 new file mode 100644 index 00000000..28425b77 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage533 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage534 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage534 new file mode 100644 index 00000000..0a84f703 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage534 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage535 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage535 new file mode 100644 index 00000000..f9bb1345 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage535 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage536 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage536 new file mode 100644 index 00000000..9d445d83 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage536 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage537 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage537 new file mode 100644 index 00000000..65ac9ee9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage537 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage538 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage538 new file mode 100644 index 00000000..8e7b98c0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage538 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage539 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage539 new file mode 100644 index 00000000..50fe4af8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage539 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage54 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage54 new file mode 100644 index 00000000..20bf1db6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage54 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage540 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage540 new file mode 100644 index 00000000..55701d99 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage540 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage541 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage541 new file mode 100644 index 00000000..86f306e5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage541 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage542 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage542 new file mode 100644 index 00000000..07e909aa Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage542 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage543 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage543 new file mode 100644 index 00000000..cfcadb2f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage543 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage544 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage544 new file mode 100644 index 00000000..400c5b5c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage544 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage545 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage545 new file mode 100644 index 00000000..868a52a6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage545 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage546 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage546 new file mode 100644 index 00000000..1b074148 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage546 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage547 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage547 new file mode 100644 index 00000000..dd853f4b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage547 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage548 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage548 new file mode 100644 index 00000000..fb279f8c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage548 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage549 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage549 new file mode 100644 index 00000000..2936c59b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage549 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage55 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage55 new file mode 100644 index 00000000..b939c07c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage55 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage550 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage550 new file mode 100644 index 00000000..af1ff275 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage550 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage551 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage551 new file mode 100644 index 00000000..3759b216 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage551 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage552 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage552 new file mode 100644 index 00000000..589c8924 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage552 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage553 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage553 new file mode 100644 index 00000000..42cac146 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage553 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage554 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage554 new file mode 100644 index 00000000..ab0f8597 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage554 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage555 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage555 new file mode 100644 index 00000000..f2323be9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage555 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage556 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage556 new file mode 100644 index 00000000..84627e28 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage556 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage557 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage557 new file mode 100644 index 00000000..f5d1abde Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage557 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage558 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage558 new file mode 100644 index 00000000..01b460fd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage558 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage559 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage559 new file mode 100644 index 00000000..9529d353 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage559 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage56 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage56 new file mode 100644 index 00000000..ab453019 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage56 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage560 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage560 new file mode 100644 index 00000000..70e6e3f8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage560 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage561 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage561 new file mode 100644 index 00000000..d2f0bde9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage561 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage562 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage562 new file mode 100644 index 00000000..7fdf9156 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage562 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage563 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage563 new file mode 100644 index 00000000..a76a2999 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage563 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage564 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage564 new file mode 100644 index 00000000..2a6f260b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage564 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage565 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage565 new file mode 100644 index 00000000..c2dab4eb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage565 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage566 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage566 new file mode 100644 index 00000000..be2fc613 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage566 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage567 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage567 new file mode 100644 index 00000000..f097bfb5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage567 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage568 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage568 new file mode 100644 index 00000000..4e02df2b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage568 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage569 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage569 new file mode 100644 index 00000000..39a43b65 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage569 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage57 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage57 new file mode 100644 index 00000000..8b1ec68e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage57 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage570 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage570 new file mode 100644 index 00000000..ab5a0417 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage570 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage571 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage571 new file mode 100644 index 00000000..979acff5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage571 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage572 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage572 new file mode 100644 index 00000000..4f5d0206 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage572 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage573 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage573 new file mode 100644 index 00000000..4f923005 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage573 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage574 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage574 new file mode 100644 index 00000000..80360b47 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage574 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage575 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage575 new file mode 100644 index 00000000..9c9e3e1c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage575 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage576 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage576 new file mode 100644 index 00000000..17f7f1f9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage576 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage577 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage577 new file mode 100644 index 00000000..10fe86f7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage577 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage578 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage578 new file mode 100644 index 00000000..e8f4137e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage578 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage579 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage579 new file mode 100644 index 00000000..d0939736 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage579 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage58 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage58 new file mode 100644 index 00000000..cb3a50d2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage58 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage580 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage580 new file mode 100644 index 00000000..a70846f2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage580 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage581 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage581 new file mode 100644 index 00000000..d6e4ea37 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage581 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage582 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage582 new file mode 100644 index 00000000..28cfe41d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage582 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage583 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage583 new file mode 100644 index 00000000..c1664a4d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage583 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage584 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage584 new file mode 100644 index 00000000..b132376e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage584 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage585 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage585 new file mode 100644 index 00000000..de800949 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage585 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage586 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage586 new file mode 100644 index 00000000..8587d99c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage586 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage587 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage587 new file mode 100644 index 00000000..88a539e3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage587 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage588 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage588 new file mode 100644 index 00000000..b399a3f0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage588 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage589 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage589 new file mode 100644 index 00000000..cacc9d44 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage589 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage59 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage59 new file mode 100644 index 00000000..086e7150 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage59 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage590 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage590 new file mode 100644 index 00000000..df4e97e2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage590 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage591 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage591 new file mode 100644 index 00000000..20702170 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage591 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage592 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage592 new file mode 100644 index 00000000..19162eb6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage592 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage593 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage593 new file mode 100644 index 00000000..0355dd88 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage593 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage594 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage594 new file mode 100644 index 00000000..9330b074 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage594 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage595 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage595 new file mode 100644 index 00000000..46d7543b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage595 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage596 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage596 new file mode 100644 index 00000000..ecefa16e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage596 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage597 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage597 new file mode 100644 index 00000000..9f2ad262 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage597 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage598 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage598 new file mode 100644 index 00000000..fa0f32bb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage598 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage599 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage599 new file mode 100644 index 00000000..dca38d56 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage599 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage6 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage6 new file mode 100644 index 00000000..993b2e8a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage6 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage60 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage60 new file mode 100644 index 00000000..a91c395f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage60 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage600 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage600 new file mode 100644 index 00000000..aacad7fc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage600 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage601 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage601 new file mode 100644 index 00000000..17e0e4c2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage601 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage602 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage602 new file mode 100644 index 00000000..e6f7618c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage602 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage603 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage603 new file mode 100644 index 00000000..399ecb12 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage603 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage604 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage604 new file mode 100644 index 00000000..a76edd2e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage604 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage605 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage605 new file mode 100644 index 00000000..c2c7db06 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage605 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage606 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage606 new file mode 100644 index 00000000..9e4bb405 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage606 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage607 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage607 new file mode 100644 index 00000000..cb2669a3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage607 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage608 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage608 new file mode 100644 index 00000000..b25b34ce Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage608 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage609 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage609 new file mode 100644 index 00000000..a42bd6db Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage609 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage61 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage61 new file mode 100644 index 00000000..fd8fab2c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage61 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage610 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage610 new file mode 100644 index 00000000..7794bca1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage610 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage611 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage611 new file mode 100644 index 00000000..634c0651 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage611 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage612 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage612 new file mode 100644 index 00000000..ae4b99af Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage612 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage613 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage613 new file mode 100644 index 00000000..5e60c1ac Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage613 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage614 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage614 new file mode 100644 index 00000000..bccd3a51 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage614 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage615 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage615 new file mode 100644 index 00000000..a20034de Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage615 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage616 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage616 new file mode 100644 index 00000000..2d7fa38f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage616 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage617 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage617 new file mode 100644 index 00000000..6b124381 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage617 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage618 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage618 new file mode 100644 index 00000000..c7b8f027 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage618 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage619 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage619 new file mode 100644 index 00000000..eed04b91 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage619 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage62 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage62 new file mode 100644 index 00000000..2eba1f4a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage62 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage620 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage620 new file mode 100644 index 00000000..b42aff9f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage620 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage621 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage621 new file mode 100644 index 00000000..96304b20 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage621 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage622 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage622 new file mode 100644 index 00000000..5626c0ba Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage622 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage623 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage623 new file mode 100644 index 00000000..04a62335 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage623 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage624 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage624 new file mode 100644 index 00000000..331e02db Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage624 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage625 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage625 new file mode 100644 index 00000000..b85b1c05 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage625 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage626 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage626 new file mode 100644 index 00000000..753e30ad Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage626 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage627 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage627 new file mode 100644 index 00000000..11ad8cf6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage627 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage628 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage628 new file mode 100644 index 00000000..f7523505 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage628 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage629 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage629 new file mode 100644 index 00000000..736e87b7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage629 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage63 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage63 new file mode 100644 index 00000000..7994f52f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage63 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage630 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage630 new file mode 100644 index 00000000..ce0e4888 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage630 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage631 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage631 new file mode 100644 index 00000000..ac9fbe01 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage631 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage632 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage632 new file mode 100644 index 00000000..c75bf95b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage632 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage633 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage633 new file mode 100644 index 00000000..f2bd407d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage633 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage634 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage634 new file mode 100644 index 00000000..fd8b5a3e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage634 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage635 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage635 new file mode 100644 index 00000000..589b0b73 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage635 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage636 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage636 new file mode 100644 index 00000000..fc247b2f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage636 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage637 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage637 new file mode 100644 index 00000000..1000b315 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage637 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage638 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage638 new file mode 100644 index 00000000..f44b0486 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage638 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage639 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage639 new file mode 100644 index 00000000..eea6db69 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage639 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage64 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage64 new file mode 100644 index 00000000..8ddd8107 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage64 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage640 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage640 new file mode 100644 index 00000000..9ddf4fc2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage640 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage641 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage641 new file mode 100644 index 00000000..d2062ba3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage641 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage642 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage642 new file mode 100644 index 00000000..7b488bf4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage642 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage643 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage643 new file mode 100644 index 00000000..85d8c001 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage643 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage644 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage644 new file mode 100644 index 00000000..7bdad732 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage644 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage645 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage645 new file mode 100644 index 00000000..3e6f114f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage645 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage646 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage646 new file mode 100644 index 00000000..54667ca2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage646 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage647 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage647 new file mode 100644 index 00000000..fab14085 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage647 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage648 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage648 new file mode 100644 index 00000000..b52319dd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage648 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage649 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage649 new file mode 100644 index 00000000..f77673ea Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage649 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage65 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage65 new file mode 100644 index 00000000..716ce62d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage65 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage650 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage650 new file mode 100644 index 00000000..713cf697 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage650 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage651 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage651 new file mode 100644 index 00000000..7f8f546a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage651 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage652 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage652 new file mode 100644 index 00000000..fccf2e8a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage652 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage653 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage653 new file mode 100644 index 00000000..26b296d4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage653 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage654 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage654 new file mode 100644 index 00000000..657058d7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage654 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage655 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage655 new file mode 100644 index 00000000..4e2d093e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage655 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage656 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage656 new file mode 100644 index 00000000..a3efd62a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage656 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage657 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage657 new file mode 100644 index 00000000..98a7f26b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage657 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage658 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage658 new file mode 100644 index 00000000..c3671001 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage658 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage659 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage659 new file mode 100644 index 00000000..6cb6d5b0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage659 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage66 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage66 new file mode 100644 index 00000000..23afcc38 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage66 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage660 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage660 new file mode 100644 index 00000000..2d6cb4b3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage660 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage661 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage661 new file mode 100644 index 00000000..060d717d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage661 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage662 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage662 new file mode 100644 index 00000000..b480fef0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage662 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage663 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage663 new file mode 100644 index 00000000..2b7294d2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage663 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage664 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage664 new file mode 100644 index 00000000..869e38e7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage664 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage665 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage665 new file mode 100644 index 00000000..a1dba13d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage665 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage666 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage666 new file mode 100644 index 00000000..79116058 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage666 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage667 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage667 new file mode 100644 index 00000000..c13148ef Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage667 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage668 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage668 new file mode 100644 index 00000000..e00b9eb8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage668 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage669 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage669 new file mode 100644 index 00000000..cb1b0fb6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage669 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage67 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage67 new file mode 100644 index 00000000..954c2f19 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage67 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage670 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage670 new file mode 100644 index 00000000..0b7b6b3f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage670 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage671 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage671 new file mode 100644 index 00000000..11538b7a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage671 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage672 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage672 new file mode 100644 index 00000000..18bbd914 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage672 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage673 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage673 new file mode 100644 index 00000000..b66755c1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage673 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage674 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage674 new file mode 100644 index 00000000..7698ca43 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage674 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage675 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage675 new file mode 100644 index 00000000..85e07402 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage675 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage676 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage676 new file mode 100644 index 00000000..f35f98a5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage676 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage677 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage677 new file mode 100644 index 00000000..ec3f6682 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage677 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage678 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage678 new file mode 100644 index 00000000..e6027ca0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage678 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage679 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage679 new file mode 100644 index 00000000..9cf45926 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage679 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage68 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage68 new file mode 100644 index 00000000..9fbea087 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage68 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage680 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage680 new file mode 100644 index 00000000..ff3ed95a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage680 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage681 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage681 new file mode 100644 index 00000000..e49f6cbd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage681 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage682 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage682 new file mode 100644 index 00000000..e458879c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage682 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage683 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage683 new file mode 100644 index 00000000..5a14593c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage683 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage684 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage684 new file mode 100644 index 00000000..8b542e65 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage684 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage685 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage685 new file mode 100644 index 00000000..bfcce858 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage685 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage686 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage686 new file mode 100644 index 00000000..96dcd84d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage686 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage687 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage687 new file mode 100644 index 00000000..0ba79824 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage687 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage688 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage688 new file mode 100644 index 00000000..5e4632ef Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage688 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage689 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage689 new file mode 100644 index 00000000..0000b9ab Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage689 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage69 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage69 new file mode 100644 index 00000000..0c95cd64 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage69 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage690 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage690 new file mode 100644 index 00000000..984796a4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage690 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage691 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage691 new file mode 100644 index 00000000..ec6e4a56 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage691 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage692 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage692 new file mode 100644 index 00000000..5a84e492 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage692 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage693 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage693 new file mode 100644 index 00000000..15341fef Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage693 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage694 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage694 new file mode 100644 index 00000000..659fc188 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage694 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage695 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage695 new file mode 100644 index 00000000..2f3866cd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage695 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage696 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage696 new file mode 100644 index 00000000..524f26f4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage696 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage697 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage697 new file mode 100644 index 00000000..52374ab3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage697 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage698 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage698 new file mode 100644 index 00000000..33324c0c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage698 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage699 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage699 new file mode 100644 index 00000000..fe3b937a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage699 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage7 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage7 new file mode 100644 index 00000000..4c43bf10 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage7 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage70 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage70 new file mode 100644 index 00000000..4f781a59 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage70 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage700 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage700 new file mode 100644 index 00000000..ac9d4a7f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage700 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage701 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage701 new file mode 100644 index 00000000..1a0e5a18 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage701 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage702 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage702 new file mode 100644 index 00000000..eee11f3a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage702 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage703 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage703 new file mode 100644 index 00000000..542cf376 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage703 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage704 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage704 new file mode 100644 index 00000000..c5b38ad2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage704 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage705 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage705 new file mode 100644 index 00000000..d2d973ee Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage705 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage706 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage706 new file mode 100644 index 00000000..6e26f025 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage706 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage707 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage707 new file mode 100644 index 00000000..407f6428 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage707 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage708 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage708 new file mode 100644 index 00000000..83084d76 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage708 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage709 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage709 new file mode 100644 index 00000000..f2a6acf2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage709 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage71 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage71 new file mode 100644 index 00000000..7d1c0e2a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage71 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage710 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage710 new file mode 100644 index 00000000..505e1bd6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage710 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage711 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage711 new file mode 100644 index 00000000..36a61b50 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage711 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage712 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage712 new file mode 100644 index 00000000..ac82f1f8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage712 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage713 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage713 new file mode 100644 index 00000000..24e825c7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage713 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage714 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage714 new file mode 100644 index 00000000..19dec5a1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage714 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage715 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage715 new file mode 100644 index 00000000..5e77581c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage715 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage716 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage716 new file mode 100644 index 00000000..b25d8b60 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage716 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage717 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage717 new file mode 100644 index 00000000..5f23f189 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage717 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage718 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage718 new file mode 100644 index 00000000..a3939e29 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage718 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage719 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage719 new file mode 100644 index 00000000..56791023 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage719 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage72 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage72 new file mode 100644 index 00000000..6cc29919 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage72 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage720 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage720 new file mode 100644 index 00000000..c917307a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage720 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage721 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage721 new file mode 100644 index 00000000..3e347fe1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage721 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage722 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage722 new file mode 100644 index 00000000..1099af0c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage722 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage723 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage723 new file mode 100644 index 00000000..1145fa98 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage723 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage724 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage724 new file mode 100644 index 00000000..c47c085f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage724 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage725 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage725 new file mode 100644 index 00000000..bfd31a96 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage725 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage726 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage726 new file mode 100644 index 00000000..1e0a9838 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage726 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage727 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage727 new file mode 100644 index 00000000..68115de1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage727 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage728 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage728 new file mode 100644 index 00000000..69a397db Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage728 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage729 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage729 new file mode 100644 index 00000000..f6db0452 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage729 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage73 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage73 new file mode 100644 index 00000000..c8563615 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage73 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage730 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage730 new file mode 100644 index 00000000..d7035b3a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage730 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage731 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage731 new file mode 100644 index 00000000..315e9f0c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage731 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage732 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage732 new file mode 100644 index 00000000..77f38d0e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage732 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage733 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage733 new file mode 100644 index 00000000..adb06475 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage733 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage734 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage734 new file mode 100644 index 00000000..96687095 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage734 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage735 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage735 new file mode 100644 index 00000000..4de57226 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage735 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage736 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage736 new file mode 100644 index 00000000..30fdefcf Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage736 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage737 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage737 new file mode 100644 index 00000000..da3780e5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage737 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage738 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage738 new file mode 100644 index 00000000..0f01cd57 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage738 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage739 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage739 new file mode 100644 index 00000000..7c33beb7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage739 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage74 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage74 new file mode 100644 index 00000000..9fbf226c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage74 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage740 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage740 new file mode 100644 index 00000000..7d963637 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage740 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage741 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage741 new file mode 100644 index 00000000..b6c629de Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage741 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage742 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage742 new file mode 100644 index 00000000..714bfb73 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage742 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage743 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage743 new file mode 100644 index 00000000..544a872d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage743 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage744 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage744 new file mode 100644 index 00000000..b92e492c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage744 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage745 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage745 new file mode 100644 index 00000000..fa1aa03b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage745 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage746 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage746 new file mode 100644 index 00000000..ce866c11 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage746 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage747 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage747 new file mode 100644 index 00000000..32ce5bf9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage747 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage748 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage748 new file mode 100644 index 00000000..92e19cd6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage748 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage749 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage749 new file mode 100644 index 00000000..8f3f4dc4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage749 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage75 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage75 new file mode 100644 index 00000000..b367b6ce Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage75 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage750 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage750 new file mode 100644 index 00000000..ac4c84f5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage750 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage751 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage751 new file mode 100644 index 00000000..2eea75a7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage751 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage752 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage752 new file mode 100644 index 00000000..09b17e9f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage752 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage753 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage753 new file mode 100644 index 00000000..21bde5ef Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage753 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage754 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage754 new file mode 100644 index 00000000..7aa6653a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage754 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage755 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage755 new file mode 100644 index 00000000..8610aded Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage755 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage756 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage756 new file mode 100644 index 00000000..b1a3922e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage756 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage757 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage757 new file mode 100644 index 00000000..a0b96904 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage757 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage758 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage758 new file mode 100644 index 00000000..db842ed9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage758 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage759 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage759 new file mode 100644 index 00000000..9b723146 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage759 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage76 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage76 new file mode 100644 index 00000000..d0e047dd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage76 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage760 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage760 new file mode 100644 index 00000000..69acf314 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage760 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage761 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage761 new file mode 100644 index 00000000..b1ddf904 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage761 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage762 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage762 new file mode 100644 index 00000000..fa27414d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage762 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage763 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage763 new file mode 100644 index 00000000..39034922 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage763 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage764 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage764 new file mode 100644 index 00000000..18d10f5a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage764 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage765 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage765 new file mode 100644 index 00000000..e06be237 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage765 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage766 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage766 new file mode 100644 index 00000000..64d93574 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage766 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage767 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage767 new file mode 100644 index 00000000..87107381 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage767 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage768 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage768 new file mode 100644 index 00000000..d9815c7c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage768 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage769 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage769 new file mode 100644 index 00000000..09e6d8ad Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage769 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage77 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage77 new file mode 100644 index 00000000..e8fe085a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage77 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage770 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage770 new file mode 100644 index 00000000..6663c854 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage770 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage771 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage771 new file mode 100644 index 00000000..707bdc74 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage771 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage772 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage772 new file mode 100644 index 00000000..bd3cc9d4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage772 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage773 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage773 new file mode 100644 index 00000000..db1473b0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage773 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage774 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage774 new file mode 100644 index 00000000..a2e04dee Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage774 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage775 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage775 new file mode 100644 index 00000000..adb6022d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage775 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage776 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage776 new file mode 100644 index 00000000..e40bcf2b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage776 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage777 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage777 new file mode 100644 index 00000000..778d3714 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage777 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage778 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage778 new file mode 100644 index 00000000..9eec5d10 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage778 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage779 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage779 new file mode 100644 index 00000000..36fe88a6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage779 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage78 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage78 new file mode 100644 index 00000000..4d858de0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage78 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage780 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage780 new file mode 100644 index 00000000..efd1d863 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage780 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage781 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage781 new file mode 100644 index 00000000..2ade004d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage781 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage782 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage782 new file mode 100644 index 00000000..be703dac Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage782 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage783 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage783 new file mode 100644 index 00000000..6f363f26 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage783 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage784 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage784 new file mode 100644 index 00000000..c11f7a19 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage784 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage785 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage785 new file mode 100644 index 00000000..91e7335a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage785 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage786 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage786 new file mode 100644 index 00000000..e00b7ab4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage786 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage787 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage787 new file mode 100644 index 00000000..77d61405 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage787 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage788 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage788 new file mode 100644 index 00000000..cb3fe944 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage788 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage789 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage789 new file mode 100644 index 00000000..b6165e4c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage789 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage79 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage79 new file mode 100644 index 00000000..839a0a46 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage79 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage790 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage790 new file mode 100644 index 00000000..a7023085 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage790 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage791 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage791 new file mode 100644 index 00000000..819d0be9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage791 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage792 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage792 new file mode 100644 index 00000000..5119c206 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage792 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage793 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage793 new file mode 100644 index 00000000..636a02b6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage793 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage794 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage794 new file mode 100644 index 00000000..ecf04531 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage794 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage795 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage795 new file mode 100644 index 00000000..87dc4d54 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage795 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage796 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage796 new file mode 100644 index 00000000..3d1085de Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage796 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage797 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage797 new file mode 100644 index 00000000..aa89111a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage797 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage798 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage798 new file mode 100644 index 00000000..22feef11 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage798 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage799 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage799 new file mode 100644 index 00000000..7547c109 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage799 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage8 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage8 new file mode 100644 index 00000000..0ec46936 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage8 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage80 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage80 new file mode 100644 index 00000000..6d1d0bcb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage80 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage800 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage800 new file mode 100644 index 00000000..4fa192f1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage800 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage801 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage801 new file mode 100644 index 00000000..873c85c7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage801 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage802 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage802 new file mode 100644 index 00000000..ee3e709e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage802 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage803 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage803 new file mode 100644 index 00000000..a43daf5c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage803 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage804 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage804 new file mode 100644 index 00000000..0932b07e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage804 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage805 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage805 new file mode 100644 index 00000000..e5d1e78f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage805 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage806 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage806 new file mode 100644 index 00000000..5a34e06e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage806 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage807 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage807 new file mode 100644 index 00000000..1fe10275 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage807 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage808 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage808 new file mode 100644 index 00000000..cdd73701 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage808 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage809 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage809 new file mode 100644 index 00000000..7b71de7d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage809 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage81 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage81 new file mode 100644 index 00000000..4f6eda38 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage81 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage810 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage810 new file mode 100644 index 00000000..ed036012 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage810 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage811 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage811 new file mode 100644 index 00000000..c4258914 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage811 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage812 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage812 new file mode 100644 index 00000000..b454ab42 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage812 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage813 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage813 new file mode 100644 index 00000000..ec72bfef Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage813 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage814 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage814 new file mode 100644 index 00000000..46bc218e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage814 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage815 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage815 new file mode 100644 index 00000000..7766e534 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage815 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage816 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage816 new file mode 100644 index 00000000..af23586b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage816 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage817 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage817 new file mode 100644 index 00000000..c4ebcd60 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage817 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage818 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage818 new file mode 100644 index 00000000..030146c8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage818 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage819 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage819 new file mode 100644 index 00000000..aa5cdb05 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage819 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage82 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage82 new file mode 100644 index 00000000..93f013c2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage82 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage820 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage820 new file mode 100644 index 00000000..0277a77f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage820 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage821 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage821 new file mode 100644 index 00000000..90ef09d6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage821 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage822 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage822 new file mode 100644 index 00000000..98045bdd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage822 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage823 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage823 new file mode 100644 index 00000000..069d4178 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage823 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage824 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage824 new file mode 100644 index 00000000..864c39ba Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage824 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage825 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage825 new file mode 100644 index 00000000..977062ca Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage825 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage826 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage826 new file mode 100644 index 00000000..978253b4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage826 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage827 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage827 new file mode 100644 index 00000000..705ae38c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage827 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage828 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage828 new file mode 100644 index 00000000..6eee06e7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage828 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage829 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage829 new file mode 100644 index 00000000..bacf7099 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage829 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage83 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage83 new file mode 100644 index 00000000..01fd7c1b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage83 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage830 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage830 new file mode 100644 index 00000000..56cda771 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage830 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage831 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage831 new file mode 100644 index 00000000..96edbc56 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage831 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage832 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage832 new file mode 100644 index 00000000..b321ba66 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage832 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage833 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage833 new file mode 100644 index 00000000..2f9fd2a3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage833 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage834 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage834 new file mode 100644 index 00000000..953c32de Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage834 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage835 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage835 new file mode 100644 index 00000000..21f658cf Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage835 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage836 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage836 new file mode 100644 index 00000000..3bd3bad3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage836 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage837 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage837 new file mode 100644 index 00000000..8a0cc2a6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage837 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage838 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage838 new file mode 100644 index 00000000..bbd3af3a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage838 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage839 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage839 new file mode 100644 index 00000000..73186023 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage839 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage84 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage84 new file mode 100644 index 00000000..8cb6754c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage84 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage840 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage840 new file mode 100644 index 00000000..e94b584f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage840 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage841 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage841 new file mode 100644 index 00000000..1c52b684 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage841 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage842 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage842 new file mode 100644 index 00000000..c21c4b62 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage842 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage843 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage843 new file mode 100644 index 00000000..0a53f0dd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage843 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage844 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage844 new file mode 100644 index 00000000..a4d46813 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage844 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage845 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage845 new file mode 100644 index 00000000..760c7009 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage845 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage846 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage846 new file mode 100644 index 00000000..3c3a78fa Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage846 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage847 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage847 new file mode 100644 index 00000000..504bb03a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage847 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage848 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage848 new file mode 100644 index 00000000..695c2bbe Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage848 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage849 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage849 new file mode 100644 index 00000000..bb708838 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage849 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage85 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage85 new file mode 100644 index 00000000..993ac149 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage85 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage850 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage850 new file mode 100644 index 00000000..1644784c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage850 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage851 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage851 new file mode 100644 index 00000000..bc5904c0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage851 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage852 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage852 new file mode 100644 index 00000000..281fde43 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage852 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage853 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage853 new file mode 100644 index 00000000..c2f8408f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage853 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage854 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage854 new file mode 100644 index 00000000..1cbec1d5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage854 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage855 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage855 new file mode 100644 index 00000000..1e49565f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage855 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage856 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage856 new file mode 100644 index 00000000..a6a350af Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage856 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage857 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage857 new file mode 100644 index 00000000..6753f905 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage857 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage858 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage858 new file mode 100644 index 00000000..0cdec6f0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage858 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage859 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage859 new file mode 100644 index 00000000..86984f77 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage859 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage86 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage86 new file mode 100644 index 00000000..34d3eadb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage86 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage860 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage860 new file mode 100644 index 00000000..2077d6d4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage860 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage861 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage861 new file mode 100644 index 00000000..1360aed8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage861 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage862 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage862 new file mode 100644 index 00000000..327a51b6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage862 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage863 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage863 new file mode 100644 index 00000000..727ea315 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage863 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage864 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage864 new file mode 100644 index 00000000..b9c2788e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage864 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage865 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage865 new file mode 100644 index 00000000..377b28de Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage865 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage866 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage866 new file mode 100644 index 00000000..acc8441f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage866 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage867 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage867 new file mode 100644 index 00000000..9af1483e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage867 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage868 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage868 new file mode 100644 index 00000000..2b534d94 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage868 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage869 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage869 new file mode 100644 index 00000000..e8f723f1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage869 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage87 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage87 new file mode 100644 index 00000000..03179c80 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage87 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage870 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage870 new file mode 100644 index 00000000..12f6a6cf Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage870 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage871 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage871 new file mode 100644 index 00000000..18c0146c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage871 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage872 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage872 new file mode 100644 index 00000000..6aa1859b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage872 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage873 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage873 new file mode 100644 index 00000000..52449aee Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage873 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage874 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage874 new file mode 100644 index 00000000..069102d9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage874 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage875 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage875 new file mode 100644 index 00000000..edc62107 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage875 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage876 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage876 new file mode 100644 index 00000000..e92fb386 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage876 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage877 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage877 new file mode 100644 index 00000000..e73fdcad Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage877 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage878 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage878 new file mode 100644 index 00000000..d89f1791 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage878 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage879 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage879 new file mode 100644 index 00000000..9cafc1d3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage879 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage88 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage88 new file mode 100644 index 00000000..f9bd0ad6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage88 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage880 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage880 new file mode 100644 index 00000000..b5b84d4c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage880 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage881 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage881 new file mode 100644 index 00000000..1b64b251 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage881 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage882 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage882 new file mode 100644 index 00000000..e68ea164 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage882 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage883 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage883 new file mode 100644 index 00000000..b03bdaeb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage883 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage884 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage884 new file mode 100644 index 00000000..c34f6a14 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage884 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage885 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage885 new file mode 100644 index 00000000..f1cf047b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage885 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage886 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage886 new file mode 100644 index 00000000..8be3f118 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage886 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage887 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage887 new file mode 100644 index 00000000..f93624df Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage887 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage888 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage888 new file mode 100644 index 00000000..5ab47821 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage888 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage889 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage889 new file mode 100644 index 00000000..b161034f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage889 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage89 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage89 new file mode 100644 index 00000000..3207af59 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage89 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage890 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage890 new file mode 100644 index 00000000..23c96fea Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage890 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage891 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage891 new file mode 100644 index 00000000..8a024dc0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage891 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage892 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage892 new file mode 100644 index 00000000..5176b2cd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage892 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage893 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage893 new file mode 100644 index 00000000..453bdc90 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage893 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage894 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage894 new file mode 100644 index 00000000..d8a8908a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage894 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage895 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage895 new file mode 100644 index 00000000..d6e8f059 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage895 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage896 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage896 new file mode 100644 index 00000000..ffc6b5a6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage896 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage897 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage897 new file mode 100644 index 00000000..a1d72d8f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage897 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage898 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage898 new file mode 100644 index 00000000..eb166854 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage898 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage899 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage899 new file mode 100644 index 00000000..66c214b6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage899 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage9 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage9 new file mode 100644 index 00000000..f741eae1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage9 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage90 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage90 new file mode 100644 index 00000000..4f3cf7fb Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage90 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage900 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage900 new file mode 100644 index 00000000..2e2a87a7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage900 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage901 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage901 new file mode 100644 index 00000000..fab10bfa Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage901 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage902 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage902 new file mode 100644 index 00000000..91cf3205 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage902 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage903 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage903 new file mode 100644 index 00000000..24f5d811 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage903 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage904 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage904 new file mode 100644 index 00000000..1e2a7f64 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage904 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage905 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage905 new file mode 100644 index 00000000..40feac60 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage905 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage906 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage906 new file mode 100644 index 00000000..fc5ddbfa Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage906 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage907 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage907 new file mode 100644 index 00000000..d9d49d54 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage907 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage908 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage908 new file mode 100644 index 00000000..b87a9590 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage908 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage909 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage909 new file mode 100644 index 00000000..dc8eaa39 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage909 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage91 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage91 new file mode 100644 index 00000000..7d300340 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage91 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage910 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage910 new file mode 100644 index 00000000..11decb12 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage910 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage911 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage911 new file mode 100644 index 00000000..f80fc6c5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage911 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage912 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage912 new file mode 100644 index 00000000..35677f88 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage912 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage913 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage913 new file mode 100644 index 00000000..ab3e7c09 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage913 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage914 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage914 new file mode 100644 index 00000000..a0587144 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage914 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage915 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage915 new file mode 100644 index 00000000..cc532466 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage915 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage916 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage916 new file mode 100644 index 00000000..c41b2ded Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage916 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage917 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage917 new file mode 100644 index 00000000..035349b1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage917 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage918 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage918 new file mode 100644 index 00000000..7627a44d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage918 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage919 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage919 new file mode 100644 index 00000000..a462094a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage919 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage92 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage92 new file mode 100644 index 00000000..51ad6454 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage92 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage920 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage920 new file mode 100644 index 00000000..85c625b4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage920 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage921 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage921 new file mode 100644 index 00000000..1addc7d0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage921 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage922 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage922 new file mode 100644 index 00000000..b73d4776 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage922 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage923 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage923 new file mode 100644 index 00000000..85a815e1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage923 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage924 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage924 new file mode 100644 index 00000000..2282938b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage924 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage925 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage925 new file mode 100644 index 00000000..20caac9c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage925 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage926 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage926 new file mode 100644 index 00000000..f0b1c7ae Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage926 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage927 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage927 new file mode 100644 index 00000000..4a014854 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage927 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage928 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage928 new file mode 100644 index 00000000..d0017f84 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage928 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage929 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage929 new file mode 100644 index 00000000..0a3b7b72 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage929 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage93 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage93 new file mode 100644 index 00000000..98e59dbe Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage93 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage930 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage930 new file mode 100644 index 00000000..13c50eb0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage930 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage931 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage931 new file mode 100644 index 00000000..83138318 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage931 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage932 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage932 new file mode 100644 index 00000000..12124a4a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage932 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage933 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage933 new file mode 100644 index 00000000..f3168e0e Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage933 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage934 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage934 new file mode 100644 index 00000000..f3ba7fcc Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage934 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage935 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage935 new file mode 100644 index 00000000..a6d4536c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage935 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage936 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage936 new file mode 100644 index 00000000..8c9e078f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage936 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage937 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage937 new file mode 100644 index 00000000..04a56f80 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage937 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage938 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage938 new file mode 100644 index 00000000..cc741367 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage938 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage939 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage939 new file mode 100644 index 00000000..abb1b00f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage939 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage94 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage94 new file mode 100644 index 00000000..65cd7424 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage94 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage940 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage940 new file mode 100644 index 00000000..b0bf44b5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage940 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage941 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage941 new file mode 100644 index 00000000..0dda5ded Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage941 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage942 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage942 new file mode 100644 index 00000000..67357d3a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage942 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage943 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage943 new file mode 100644 index 00000000..3adf9f21 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage943 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage944 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage944 new file mode 100644 index 00000000..b0aa847c Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage944 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage945 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage945 new file mode 100644 index 00000000..12267a88 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage945 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage946 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage946 new file mode 100644 index 00000000..2dd7cc45 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage946 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage947 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage947 new file mode 100644 index 00000000..e4eb322b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage947 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage948 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage948 new file mode 100644 index 00000000..a8995ffa Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage948 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage949 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage949 new file mode 100644 index 00000000..045c629b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage949 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage95 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage95 new file mode 100644 index 00000000..9f5a529f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage95 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage950 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage950 new file mode 100644 index 00000000..61d7108b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage950 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage951 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage951 new file mode 100644 index 00000000..adf2cfdf Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage951 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage952 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage952 new file mode 100644 index 00000000..d0ac20c3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage952 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage953 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage953 new file mode 100644 index 00000000..a8d40c9a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage953 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage954 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage954 new file mode 100644 index 00000000..6a2c5638 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage954 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage955 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage955 new file mode 100644 index 00000000..8f416fe1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage955 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage956 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage956 new file mode 100644 index 00000000..a0e676f4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage956 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage957 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage957 new file mode 100644 index 00000000..4efcc7ac Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage957 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage958 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage958 new file mode 100644 index 00000000..a0bbf75a Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage958 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage959 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage959 new file mode 100644 index 00000000..77711588 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage959 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage96 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage96 new file mode 100644 index 00000000..860cebb4 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage96 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage960 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage960 new file mode 100644 index 00000000..3ea42c5d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage960 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage961 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage961 new file mode 100644 index 00000000..29fb78df Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage961 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage962 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage962 new file mode 100644 index 00000000..9a9569a1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage962 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage963 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage963 new file mode 100644 index 00000000..3d95c272 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage963 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage964 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage964 new file mode 100644 index 00000000..4177f61f Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage964 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage965 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage965 new file mode 100644 index 00000000..e6b7f3f0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage965 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage966 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage966 new file mode 100644 index 00000000..ee0551a9 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage966 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage967 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage967 new file mode 100644 index 00000000..12478027 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage967 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage968 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage968 new file mode 100644 index 00000000..4d0600c3 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage968 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage969 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage969 new file mode 100644 index 00000000..97a844aa Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage969 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage97 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage97 new file mode 100644 index 00000000..ea135ce8 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage97 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage970 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage970 new file mode 100644 index 00000000..dd9522ae Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage970 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage971 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage971 new file mode 100644 index 00000000..0e650a13 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage971 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage972 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage972 new file mode 100644 index 00000000..b222e579 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage972 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage973 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage973 new file mode 100644 index 00000000..32ee51ae Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage973 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage974 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage974 new file mode 100644 index 00000000..1cd8b1e6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage974 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage975 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage975 new file mode 100644 index 00000000..5045a398 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage975 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage976 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage976 new file mode 100644 index 00000000..fcf3bfd7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage976 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage977 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage977 new file mode 100644 index 00000000..fe96d057 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage977 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage978 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage978 new file mode 100644 index 00000000..2b58c7a2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage978 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage979 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage979 new file mode 100644 index 00000000..ebff70ac Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage979 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage98 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage98 new file mode 100644 index 00000000..2e7c99a6 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage98 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage980 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage980 new file mode 100644 index 00000000..ffd763b7 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage980 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage981 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage981 new file mode 100644 index 00000000..6daf55dd Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage981 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage982 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage982 new file mode 100644 index 00000000..12304359 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage982 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage983 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage983 new file mode 100644 index 00000000..4cef1133 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage983 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage984 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage984 new file mode 100644 index 00000000..3da125d1 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage984 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage985 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage985 new file mode 100644 index 00000000..96477a25 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage985 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage986 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage986 new file mode 100644 index 00000000..3400f183 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage986 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage987 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage987 new file mode 100644 index 00000000..7b6b3055 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage987 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage988 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage988 new file mode 100644 index 00000000..9251d3e5 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage988 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage989 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage989 new file mode 100644 index 00000000..5f1303ec Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage989 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage99 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage99 new file mode 100644 index 00000000..91461205 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage99 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage990 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage990 new file mode 100644 index 00000000..40e90b47 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage990 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage991 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage991 new file mode 100644 index 00000000..d5661c12 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage991 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage992 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage992 new file mode 100644 index 00000000..495e1f3d Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage992 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage993 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage993 new file mode 100644 index 00000000..f42026d2 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage993 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage994 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage994 new file mode 100644 index 00000000..6d426c1b Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage994 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage995 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage995 new file mode 100644 index 00000000..25393b34 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage995 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage996 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage996 new file mode 100644 index 00000000..077c9215 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage996 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage997 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage997 new file mode 100644 index 00000000..56e333b0 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage997 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage998 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage998 new file mode 100644 index 00000000..c7204495 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage998 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage999 b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage999 new file mode 100644 index 00000000..e594fa72 Binary files /dev/null and b/src/main/webapp/WEB-INF/clipreport4/temp/002d7ea745db4a1a8ff8b9c09771f35cpage999 differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/b7195e4ab47c406b8084f5cb13ded89ccount b/src/main/webapp/WEB-INF/clipreport4/temp/b7195e4ab47c406b8084f5cb13ded89ccount deleted file mode 100644 index af3369e9..00000000 --- a/src/main/webapp/WEB-INF/clipreport4/temp/b7195e4ab47c406b8084f5cb13ded89ccount +++ /dev/null @@ -1 +0,0 @@ -{"count":5,"endReport":true,"error":false} \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/b7195e4ab47c406b8084f5cb13ded89cdocument b/src/main/webapp/WEB-INF/clipreport4/temp/b7195e4ab47c406b8084f5cb13ded89cdocument deleted file mode 100644 index a68ab0b9..00000000 --- a/src/main/webapp/WEB-INF/clipreport4/temp/b7195e4ab47c406b8084f5cb13ded89cdocument +++ /dev/null @@ -1 +0,0 @@ -{"a":"1.0.0.71","b":"","c":"","d":"","e":"","f":"","g":{"a":[[1,2100,2970,0,50,50,50,50,1,0]],"b":[],"c":[[1,16777215,0,0,0,16777215,16777215],[1,16777215,0,0,0,16777215,0],[0,16777215,0,0,0,16777215,0]],"d":[[0,0,0],[1,75,0],[0,0,0],[0,0,0]],"e":[[8,10,false,false,false,false,0,1,-1,1,-1,8],[8,14,true,false,false,false,0,1,-1,1,-1,8],[8,11,false,false,false,false,0,1,-1,1,-1,8],[8,14,false,false,false,false,0,1,-1,1,-1,8],[8,16,true,false,false,false,0,1,-1,1,-1,8],[8,12,false,false,false,false,0,1,-1,1,-1,8]],"f":[[1,1,true,1,0.0,10.0,1,"",0],[1,1,true,1,0.0,0.0,1,"",0],[1,1,true,1,5.0,13.0,1,"",0],[0,0,true,1,0.0,11.0,1,"",0],[1,1,true,1,0.0,13.0,1,"",0],[0,1,true,1,0.0,0.0,1,"",0],[0,1,true,1,0.0,13.0,1,"",0],[1,1,true,1,0.0,3.0,1,"",0],[2,1,true,1,0.0,0.0,1,"",0],[0,1,true,1,1.0,2.0,1,"",0],[0,0,true,1,0.0,3.0,1,"",0],[0,1,true,1,0.0,10.0,1,"",0]],"g":[[false,"B","I","B","S","C","O","R","P","O","BR"]],"h":[[0,0,0,0],[100,50,100,50],[20,0,0,0],[10,10,10,10]],"i":[[true,true,true,true,true,true,true,true,true,true,true,true]],"j":[],"k":["%EB%82%98%EB%88%94%EB%B0%94%EB%A5%B8%EA%B3%A0%EB%94%95","NanumBarunGothic","%EB%82%98%EB%88%94%EB%B0%94%EB%A5%B8%EA%B3%A0%EB%94%95+Light","NanumBarunGothic+Light","%EB%82%98%EB%88%94%EB%B0%94%EB%A5%B8%EA%B3%A0%EB%94%95+UltraLight","NanumBarunGothic+UltraLight","%EB%82%98%EB%88%94%EA%B3%A0%EB%94%95+ExtraBold","NanumGothicExtraBold","%EB%82%98%EB%88%94%EA%B3%A0%EB%94%95","NanumGothic","%EB%82%98%EB%88%94%EA%B3%A0%EB%94%95%EC%BD%94%EB%94%A9","NanumGothicCoding","%EB%82%98%EB%88%94%EA%B3%A0%EB%94%95%EC%BD%94%EB%94%A9-Bold","%EB%82%98%EB%88%94%EB%AA%85%EC%A1%B0","NanumMyeongjo","%EB%82%98%EB%88%94%EB%AA%85%EC%A1%B0+Bold","%EB%82%98%EB%88%94%EB%AA%85%EC%A1%B0+ExtraBold","NanumMyeongjoExtraBold"]},"h":[5,5,5,5,5],"i":5,"j":[0,150,300,348,429,477,480,675,696,708,810,846,894,987,1006,1050,1171,1204,1266,1300,1369,1470,1500,1545,1629,1696,1700,1800,1824,1825,1827,1850,2000],"k":false,"l":[],"m":"","n":"","o":[{"a":"","b":1,"c":[0,150,300,348,429,477,480,675,696,708,810,846,894,987,1006,1050,1171,1204,1266,1300,1369,1470,1500,1545,1629,1696,1700,1800,1824,1825,1827,1850,2000]}],"p":[false,false,false,false,false],"r":{},"s":"D%3A%5Cdv%5Cworkspaceforsts%5Cfairnet%5Csrc%5Cmain%5Cwebapp%5CWEB-INF%5Cclipreport4%2Ftemp%2F%5Cb7195e4ab47c406b8084f5cb13ded89cba14af95d6e44e95a8181ac04fc748c9",,"t":"D%3A%5Cdv%5Cworkspaceforsts%5Cfairnet%5Csrc%5Cmain%5Cwebapp%5CWEB-INF%5Cclipreport4%2Ftemp%2F%5Cb7195e4ab47c406b8084f5cb13ded89c2b849540b13648fb9f0698d07f173344",} \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/b7195e4ab47c406b8084f5cb13ded89cpage0 b/src/main/webapp/WEB-INF/clipreport4/temp/b7195e4ab47c406b8084f5cb13ded89cpage0 deleted file mode 100644 index ec5cf975..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/b7195e4ab47c406b8084f5cb13ded89cpage0 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/b7195e4ab47c406b8084f5cb13ded89cpage1 b/src/main/webapp/WEB-INF/clipreport4/temp/b7195e4ab47c406b8084f5cb13ded89cpage1 deleted file mode 100644 index 09fdc190..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/b7195e4ab47c406b8084f5cb13ded89cpage1 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/b7195e4ab47c406b8084f5cb13ded89cpage2 b/src/main/webapp/WEB-INF/clipreport4/temp/b7195e4ab47c406b8084f5cb13ded89cpage2 deleted file mode 100644 index 6033b6fd..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/b7195e4ab47c406b8084f5cb13ded89cpage2 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/b7195e4ab47c406b8084f5cb13ded89cpage3 b/src/main/webapp/WEB-INF/clipreport4/temp/b7195e4ab47c406b8084f5cb13ded89cpage3 deleted file mode 100644 index 7dfd7a18..00000000 Binary files a/src/main/webapp/WEB-INF/clipreport4/temp/b7195e4ab47c406b8084f5cb13ded89cpage3 and /dev/null differ diff --git a/src/main/webapp/WEB-INF/clipreport4/temp/b7195e4ab47c406b8084f5cb13ded89cpage4 b/src/main/webapp/WEB-INF/clipreport4/temp/b7195e4ab47c406b8084f5cb13ded89cpage4 deleted file mode 100644 index 026a062d..00000000 --- a/src/main/webapp/WEB-INF/clipreport4/temp/b7195e4ab47c406b8084f5cb13ded89cpage4 +++ /dev/null @@ -1 +0,0 @@ -x[Ǹڶ@N.}K+~ _ x.? ;㡂o]L4FɅ+b>u/>ko|VFBuθ<;op|qɶdْ_ET2ةɹ"lp1muaJdaaA5ʑΙz8"k)|q}]x44]wvŶqVCZ/,3_Zgk63!}M5)J0U \ No newline at end of file