Started by user Matthias Mueller Obtained build-release.jenkins from git ssh://git@s-ait-p-dev0.stack.aiticon.net:7999/ac/appng-build.git [Pipeline] node Running on Jenkins in /var/lib/jenkins/workspace/appNG_Release [Pipeline] { [Pipeline] tool [Pipeline] stage [Pipeline] { (Info) [Pipeline] echo ############################################## [Pipeline] echo Preparing release 1.16.2 from branch appng-1.16.x, current snapshot is 1.16.2-SNAPSHOT, next version will be 1.17.0-SNAPSHOT [Pipeline] echo ############################################## [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Prepare Release Branch) [Pipeline] sh [appNG_Release] Running shell script + rm -rf appng [Pipeline] sh [appNG_Release] Running shell script + git clone git@github.com:appNG/appng.git Cloning into 'appng'... [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng [Pipeline] { [Pipeline] sh [appng] Running shell script + git checkout appng-1.16.x Switched to a new branch 'appng-1.16.x' Branch appng-1.16.x set up to track remote branch appng-1.16.x from origin. [Pipeline] sh [appng] Running shell script + sed -i s/1\.16\.2-SNAPSHOT/1\.17\.0-SNAPSHOT/g README.adoc appng-application-camunda/README.adoc appng-application/README.adoc [Pipeline] sh [appng] Running shell script + sed -i s/1\.16\.1/1\.16\.2/g README.adoc appng-application-camunda/README.adoc appng-application/README.adoc [Pipeline] sh [appng] Running shell script + sed -i s/1\.16\.2-SNAPSHOT/1\.16\.2/g pom.xml appng-api/pom.xml appng-application-assembly/pom.xml appng-application-bom/pom.xml appng-application-camunda/pom.xml appng-application-parent/pom.xml appng-application/pom.xml appng-appngizer-jaxb/pom.xml appng-appngizer-maven-plugin/pom.xml appng-appngizer/pom.xml appng-archetype-application/pom.xml appng-camunda/pom.xml appng-cli/pom.xml appng-core/pom.xml appng-documentation/pom.xml appng-forms/pom.xml appng-formtags/pom.xml appng-mail/pom.xml appng-persistence/pom.xml appng-search/pom.xml appng-standalone/pom.xml appng-taglib/pom.xml appng-template-assembly/pom.xml appng-template-parent/pom.xml appng-testsupport/pom.xml appng-tomcat7/pom.xml appng-tomcat8/pom.xml appng-tools/pom.xml appng-xmlapi/pom.xml appng-archetype-application/src/main/resources/archetype-resources/pom.xml appng-archetype-application/readme.txt appng-documentation/src/main/asciidoc/listing/dependencies.txt [Pipeline] sh [appng] Running shell script + sed -i s/:current: {snapshot}/:current: {stable}/g README.adoc appng-application-camunda/README.adoc appng-application/README.adoc [Pipeline] sh [appng] Running shell script + git status On branch appng-1.16.x Your branch is up-to-date with 'origin/appng-1.16.x'. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory) modified: README.adoc modified: appng-api/pom.xml modified: appng-application-assembly/pom.xml modified: appng-application-bom/pom.xml modified: appng-application-camunda/README.adoc modified: appng-application-camunda/pom.xml modified: appng-application-parent/pom.xml modified: appng-application/README.adoc modified: appng-application/pom.xml modified: appng-appngizer-jaxb/pom.xml modified: appng-appngizer-maven-plugin/pom.xml modified: appng-appngizer/pom.xml modified: appng-archetype-application/pom.xml modified: appng-archetype-application/readme.txt modified: appng-archetype-application/src/main/resources/archetype-resources/pom.xml modified: appng-camunda/pom.xml modified: appng-cli/pom.xml modified: appng-core/pom.xml modified: appng-documentation/pom.xml modified: appng-documentation/src/main/asciidoc/listing/dependencies.txt modified: appng-forms/pom.xml modified: appng-formtags/pom.xml modified: appng-mail/pom.xml modified: appng-persistence/pom.xml modified: appng-search/pom.xml modified: appng-standalone/pom.xml modified: appng-taglib/pom.xml modified: appng-template-assembly/pom.xml modified: appng-template-parent/pom.xml modified: appng-testsupport/pom.xml modified: appng-tomcat7/pom.xml modified: appng-tomcat8/pom.xml modified: appng-tools/pom.xml modified: appng-xmlapi/pom.xml modified: pom.xml no changes added to commit (use "git add" and/or "git commit -a") [Pipeline] sh [appng] Running shell script + git commit -a -m preparing release 1.16.2 [appng-1.16.x 9bad451] preparing release 1.16.2 35 files changed, 59 insertions(+), 59 deletions(-) [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Release Branch) [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng [Pipeline] { [Pipeline] sh [appng] Running shell script + /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn install -Djavax.xml.accessExternalSchema=all -Dmaven.test.skip -Dasciidoctor.skip [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] appNG Parent [INFO] appNG Tools [INFO] appNG Mail [INFO] appNG Forms [INFO] appng Formtags [INFO] appNG XML-API [INFO] appNG public API [INFO] appNG testsupport [INFO] appNG Persistence-Tools [INFO] appNG Search [INFO] appNG Core Library [INFO] appNG Tomcat 7 [INFO] appNG Tomcat 8 [INFO] appNG Command Line Interface [INFO] appNG Tag Library [INFO] appNG Application [INFO] appNG application BOM [INFO] appNG Documentation [INFO] appNG Template Assembly Descriptors [INFO] appNG Template Parent [INFO] appng-application-assembly [INFO] appNG application parent [INFO] Archetype - appng-archetype-application [INFO] appNGizer JAXB API [INFO] appNGizer [INFO] appNG appNGizer Maven Plugin [INFO] appNG camunda [INFO] appNG Application, including Camunda BPM process engine libraries [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Parent 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-parent --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-parent --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-parent/1.16.2/appng-parent-1.16.2.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tools 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-tools --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 37 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/src/main/java/org/appng/tools/locator/GMapGeoLocator.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/src/main/java/org/appng/tools/locator/GMapGeoLocator.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/src/main/java/org/appng/tools/locator/GMapGeoLocator.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-tools --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-tools --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-tools --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-tools --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.16.2.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-tools --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.16.2-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-tools --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.16.2/appng-tools-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.16.2/appng-tools-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.16.2/appng-tools-1.16.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Mail 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-mail --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-mail --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-mail --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-mail --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-mail --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-mail --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.16.2.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-mail --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.16.2-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-mail --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.16.2/appng-mail-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.16.2/appng-mail-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.16.2/appng-mail-1.16.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Forms 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-forms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-forms --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-forms --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-forms --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-forms --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-forms --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.16.2.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-forms --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.16.2-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-forms --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.16.2/appng-forms-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.16.2/appng-forms-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.16.2/appng-forms-1.16.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng Formtags 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-formtags --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-formtags --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-formtags --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-formtags --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-formtags --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-formtags --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.16.2.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-formtags --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.16.2-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-formtags --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG XML-API 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] Generating source... [INFO] parsing a schema... [INFO] compiling a schema... [INFO] org/appng/xml/platform/Action.java [INFO] org/appng/xml/platform/ActionRef.java [INFO] org/appng/xml/platform/ApplicationConfig.java [INFO] org/appng/xml/platform/ApplicationReference.java [INFO] org/appng/xml/platform/ApplicationRootConfig.java [INFO] org/appng/xml/platform/Authentication.java [INFO] org/appng/xml/platform/Authentications.java [INFO] org/appng/xml/platform/Bean.java [INFO] org/appng/xml/platform/BeanOption.java [INFO] org/appng/xml/platform/Condition.java [INFO] org/appng/xml/platform/Config.java [INFO] org/appng/xml/platform/Content.java [INFO] org/appng/xml/platform/Data.java [INFO] org/appng/xml/platform/DataConfig.java [INFO] org/appng/xml/platform/Datafield.java [INFO] org/appng/xml/platform/Datasource.java [INFO] org/appng/xml/platform/DatasourceRef.java [INFO] org/appng/xml/platform/Datasources.java [INFO] org/appng/xml/platform/Digits.java [INFO] org/appng/xml/platform/Event.java [INFO] org/appng/xml/platform/Events.java [INFO] org/appng/xml/platform/FieldDef.java [INFO] org/appng/xml/platform/FieldPermissionType.java [INFO] org/appng/xml/platform/FieldPermissions.java [INFO] org/appng/xml/platform/FieldType.java [INFO] org/appng/xml/platform/FileUpload.java [INFO] org/appng/xml/platform/Future.java [INFO] org/appng/xml/platform/GetParams.java [INFO] org/appng/xml/platform/Icon.java [INFO] org/appng/xml/platform/Icontype.java [INFO] org/appng/xml/platform/ItemType.java [INFO] org/appng/xml/platform/Label.java [INFO] org/appng/xml/platform/Labels.java [INFO] org/appng/xml/platform/Link.java [INFO] org/appng/xml/platform/Linkmode.java [INFO] org/appng/xml/platform/Linkpanel.java [INFO] org/appng/xml/platform/Localization.java [INFO] org/appng/xml/platform/Max.java [INFO] org/appng/xml/platform/Message.java [INFO] org/appng/xml/platform/MessageType.java [INFO] org/appng/xml/platform/Messages.java [INFO] org/appng/xml/platform/MetaData.java [INFO] org/appng/xml/platform/Min.java [INFO] org/appng/xml/platform/Navigation.java [INFO] org/appng/xml/platform/NavigationItem.java [INFO] org/appng/xml/platform/NotNull.java [INFO] org/appng/xml/platform/ObjectFactory.java [INFO] org/appng/xml/platform/Option.java [INFO] org/appng/xml/platform/OptionGroup.java [INFO] org/appng/xml/platform/Output.java [INFO] org/appng/xml/platform/OutputFormat.java [INFO] org/appng/xml/platform/OutputType.java [INFO] org/appng/xml/platform/PageConfig.java [INFO] org/appng/xml/platform/PageDefinition.java [INFO] org/appng/xml/platform/PageReference.java [INFO] org/appng/xml/platform/Pages.java [INFO] org/appng/xml/platform/PagesReference.java [INFO] org/appng/xml/platform/PanelLocation.java [INFO] org/appng/xml/platform/Param.java [INFO] org/appng/xml/platform/ParamType.java [INFO] org/appng/xml/platform/Params.java [INFO] org/appng/xml/platform/Past.java [INFO] org/appng/xml/platform/Pattern.java [INFO] org/appng/xml/platform/Permission.java [INFO] org/appng/xml/platform/PermissionMode.java [INFO] org/appng/xml/platform/Permissions.java [INFO] org/appng/xml/platform/Platform.java [INFO] org/appng/xml/platform/PlatformConfig.java [INFO] org/appng/xml/platform/PostParams.java [INFO] org/appng/xml/platform/Result.java [INFO] org/appng/xml/platform/Resultset.java [INFO] org/appng/xml/platform/Rule.java [INFO] org/appng/xml/platform/Section.java [INFO] org/appng/xml/platform/SectionConfig.java [INFO] org/appng/xml/platform/SectionDef.java [INFO] org/appng/xml/platform/Sectionelement.java [INFO] org/appng/xml/platform/SectionelementDef.java [INFO] org/appng/xml/platform/Selection.java [INFO] org/appng/xml/platform/SelectionGroup.java [INFO] org/appng/xml/platform/SelectionType.java [INFO] org/appng/xml/platform/Session.java [INFO] org/appng/xml/platform/SessionInfo.java [INFO] org/appng/xml/platform/SessionParams.java [INFO] org/appng/xml/platform/Size.java [INFO] org/appng/xml/platform/Sort.java [INFO] org/appng/xml/platform/SortOrder.java [INFO] org/appng/xml/platform/Structure.java [INFO] org/appng/xml/platform/StructureDef.java [INFO] org/appng/xml/platform/Subject.java [INFO] org/appng/xml/platform/Template.java [INFO] org/appng/xml/platform/TextElement.java [INFO] org/appng/xml/platform/Textcontents.java [INFO] org/appng/xml/platform/Textelements.java [INFO] org/appng/xml/platform/Type.java [INFO] org/appng/xml/platform/UrlParams.java [INFO] org/appng/xml/platform/UrlSchema.java [INFO] org/appng/xml/platform/UserData.java [INFO] org/appng/xml/platform/UserInputField.java [INFO] org/appng/xml/platform/Validation.java [INFO] org/appng/xml/platform/ValidationGroups.java [INFO] org/appng/xml/platform/ValidationRule.java [INFO] org/appng/xml/platform/package-info.java [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] Generating source... [INFO] parsing a schema... [INFO] compiling a schema... [INFO] org/appng/xml/application/ApplicationInfo.java [INFO] org/appng/xml/application/Datasource.java [INFO] org/appng/xml/application/DatasourceType.java [INFO] org/appng/xml/application/Datasources.java [INFO] org/appng/xml/application/ObjectFactory.java [INFO] org/appng/xml/application/PackageInfo.java [INFO] org/appng/xml/application/Permission.java [INFO] org/appng/xml/application/PermissionRef.java [INFO] org/appng/xml/application/Permissions.java [INFO] org/appng/xml/application/Properties.java [INFO] org/appng/xml/application/Property.java [INFO] org/appng/xml/application/Role.java [INFO] org/appng/xml/application/Roles.java [INFO] org/appng/xml/application/Template.java [INFO] org/appng/xml/application/TemplateType.java [INFO] org/appng/xml/application/package-info.java [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-xmlapi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-xmlapi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 125 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/transformation/StyleSheetProvider.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/transformation/StyleSheetProvider.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/transformation/StyleSheetProvider.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-xmlapi --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-xmlapi --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-xmlapi --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-xmlapi --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.16.2.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-xmlapi --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.16.2-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-xmlapi --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG public API 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 164 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/main/java/org/appng/api/model/SimpleProperty.java: Some input files use or override a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/main/java/org/appng/api/model/SimpleProperty.java: Recompile with -Xlint:deprecation for details. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/main/java/org/appng/api/support/OptionFactory.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/main/java/org/appng/api/support/OptionFactory.java uses unchecked or unsafe operations. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/main/java/org/appng/api/support/OptionFactory.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-api --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-api --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-api --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.16.2.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-api --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.16.2-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-api --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.16.2/appng-api-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.16.2/appng-api-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.16.2/appng-api-1.16.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG testsupport 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-testsupport --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-testsupport --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-testsupport --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-testsupport --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-testsupport --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-testsupport --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.16.2.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-testsupport --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.16.2-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-testsupport --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Persistence-Tools 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-persistence --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-persistence --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/src/main/java/org/appng/persistence/repository/EnversSearchRepository.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/src/main/java/org/appng/persistence/repository/EnversSearchRepository.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/src/main/java/org/appng/persistence/repository/EnversSearchRepository.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-persistence --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-persistence --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-persistence --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-persistence --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.16.2.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-persistence --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.16.2-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-persistence --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Search 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-search --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/src/main/java/org/appng/search/indexer/FileSystemProvider.java: Some input files use or override a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/src/main/java/org/appng/search/indexer/FileSystemProvider.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-search --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-search --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-search --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-search --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.16.2.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-search --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.16.2-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-search --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.16.2/appng-search-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.16.2/appng-search-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.16.2/appng-search-1.16.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Core Library 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] Generating source... [INFO] parsing a schema... [INFO] compiling a schema... [INFO] org/appng/core/xml/repository/Certification.java [INFO] org/appng/core/xml/repository/GetCertificationRequest.java [INFO] org/appng/core/xml/repository/GetCertificationResponse.java [INFO] org/appng/core/xml/repository/GetPackageRequest.java [INFO] org/appng/core/xml/repository/GetPackageResponse.java [INFO] org/appng/core/xml/repository/GetPackageVersionsRequest.java [INFO] org/appng/core/xml/repository/GetPackageVersionsResponse.java [INFO] org/appng/core/xml/repository/GetPackagesRequest.java [INFO] org/appng/core/xml/repository/GetPackagesResponse.java [INFO] org/appng/core/xml/repository/ObjectFactory.java [INFO] org/appng/core/xml/repository/Package.java [INFO] org/appng/core/xml/repository/PackageType.java [INFO] org/appng/core/xml/repository/PackageVersions.java [INFO] org/appng/core/xml/repository/Packages.java [INFO] org/appng/core/xml/repository/package-info.java [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 70 resources [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 161 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/DefaultPasswordPolicy.java: Some input files use or override a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/DefaultPasswordPolicy.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-core --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-core --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-core --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.16.2.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-core --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.16.2-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-core --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.16.2/appng-core-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.16.2/appng-core-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.16.2/appng-core-1.16.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tomcat 7 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-tomcat7 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-tomcat7 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-tomcat7 --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-tomcat7 --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-tomcat7 --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-tomcat7 --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.16.2.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-tomcat7 --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.16.2-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-tomcat7 --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tomcat 8 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-tomcat8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-tomcat8 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-tomcat8 --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-tomcat8 --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-tomcat8 --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-tomcat8 --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.16.2.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-tomcat8 --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.16.2-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-tomcat8 --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Command Line Interface 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 67 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/src/main/java/org/appng/cli/commands/site/CheckSiteRunning.java: Some input files use or override a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/src/main/java/org/appng/cli/commands/site/CheckSiteRunning.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-cli --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-cli --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-cli --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.16.2.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-cli --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.16.2-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-cli --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.16.2/appng-cli-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.16.2/appng-cli-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.16.2/appng-cli-1.16.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tag Library 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-taglib --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-taglib --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/src/main/java/org/appng/taglib/search/Search.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/src/main/java/org/appng/taglib/search/Search.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/src/main/java/org/appng/taglib/search/Search.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-taglib --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-taglib --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-taglib --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-taglib --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.16.2.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-taglib --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.16.2-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-taglib --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-application --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-application --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-application --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-application --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-war-plugin:3.1.0:war (default-war) @ appng-application --- [INFO] Packaging webapp [INFO] Assembling webapp [appng-application] in [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.16.2] [INFO] Processing war project [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/src/main/webapp/META-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.16.2] [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/src/main/webapp/WEB-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.16.2] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/src/main/webapp] [INFO] Webapp assembled in [176 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.16.2.war [INFO] [INFO] --- maven-dependency-plugin:3.0.1:copy-dependencies (default) @ appng-application --- [INFO] Copying jcip-annotations-1.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jcip-annotations-1.0.jar [INFO] Copying bzip2-0.9.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/bzip2-0.9.1.jar [INFO] Copying protobuf-java-2.5.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/protobuf-java-2.5.0.jar [INFO] Copying byte-buddy-1.6.14.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/byte-buddy-1.6.14.jar [INFO] Copying appng-taglib-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-taglib-1.16.2.jar [INFO] Copying juniversalchardet-1.0.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/juniversalchardet-1.0.3.jar [INFO] Copying maven-scm-provider-svnexe-1.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/maven-scm-provider-svnexe-1.4.jar [INFO] Copying thymeleaf-spring4-3.0.8.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/thymeleaf-spring4-3.0.8.RELEASE.jar [INFO] Copying xml-apis-ext-1.3.04.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/xml-apis-ext-1.3.04.jar [INFO] Copying attoparser-2.0.4.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/attoparser-2.0.4.RELEASE.jar [INFO] Copying tika-parsers-1.16.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/tika-parsers-1.16.jar [INFO] Copying apache-mime4j-core-0.8.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/apache-mime4j-core-0.8.1.jar [INFO] Copying lucene-sandbox-6.6.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-sandbox-6.6.2.jar [INFO] Copying freemarker-2.3.23.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/freemarker-2.3.23.jar [INFO] Copying mysema-commons-lang-0.2.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/mysema-commons-lang-0.2.4.jar [INFO] Copying grib-4.5.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/grib-4.5.5.jar [INFO] Copying fontbox-2.0.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/fontbox-2.0.6.jar [INFO] Copying jsoup-1.11.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jsoup-1.11.1.jar [INFO] Copying commons-pool2-2.4.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-pool2-2.4.2.jar [INFO] Copying dom4j-1.6.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/dom4j-1.6.1.jar [INFO] Copying appng-tools-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tools-1.16.2.jar [INFO] Copying poi-3.17.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/poi-3.17.jar [INFO] Copying maven-scm-api-1.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/maven-scm-api-1.4.jar [INFO] Copying json-1.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/json-1.8.jar [INFO] Copying mail-1.4.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/mail-1.4.5.jar [INFO] Copying guava-23.3-jre.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/guava-23.3-jre.jar [INFO] Copying commons-lang-2.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-lang-2.6.jar [INFO] Copying commons-text-1.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-text-1.1.jar [INFO] Copying hibernate-jpa-2.1-api-1.0.0.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/hibernate-jpa-2.1-api-1.0.0.Final.jar [INFO] Copying commons-vfs2-2.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-vfs2-2.0.jar [INFO] Copying jackcess-2.1.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jackcess-2.1.8.jar [INFO] Copying commons-exec-1.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-exec-1.3.jar [INFO] Copying error_prone_annotations-2.0.18.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/error_prone_annotations-2.0.18.jar [INFO] Copying spring-orm-4.3.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-orm-4.3.12.RELEASE.jar [INFO] Copying jboss-transaction-api_1.2_spec-1.0.1.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jboss-transaction-api_1.2_spec-1.0.1.Final.jar [INFO] Copying spring-expression-4.3.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-expression-4.3.12.RELEASE.jar [INFO] Copying joda-time-2.9.9.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/joda-time-2.9.9.jar [INFO] Copying vorbis-java-core-0.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/vorbis-java-core-0.8.jar [INFO] Copying urlrewritefilter-4.0.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/urlrewritefilter-4.0.4.jar [INFO] Copying spring-aop-4.3.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-aop-4.3.12.RELEASE.jar [INFO] Copying appng-mail-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-mail-1.16.2.jar [INFO] Copying Saxon-HE-9.6.0-6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/Saxon-HE-9.6.0-6.jar [INFO] Copying spring-ws-core-2.4.0.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-ws-core-2.4.0.RELEASE.jar [INFO] Copying commons-fileupload-1.3.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-fileupload-1.3.3.jar [INFO] Copying log4j-1.2.17.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/log4j-1.2.17.jar [INFO] Copying appng-persistence-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-persistence-1.16.2.jar [INFO] Copying jcommander-1.72.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jcommander-1.72.jar [INFO] Copying bcprov-jdk15on-1.54.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/bcprov-jdk15on-1.54.jar [INFO] Copying rome-utils-1.5.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/rome-utils-1.5.1.jar [INFO] Copying antlr-2.7.7.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/antlr-2.7.7.jar [INFO] Copying hibernate-entitymanager-5.2.12.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/hibernate-entitymanager-5.2.12.Final.jar [INFO] Copying pdfbox-tools-2.0.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/pdfbox-tools-2.0.6.jar [INFO] Copying apache-mime4j-dom-0.8.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/apache-mime4j-dom-0.8.1.jar [INFO] Copying netcdf4-4.5.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/netcdf4-4.5.5.jar [INFO] Copying asm-5.0.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/asm-5.0.4.jar [INFO] Copying geoapi-3.0.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/geoapi-3.0.0.jar [INFO] Copying javax.ws.rs-api-2.0.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/javax.ws.rs-api-2.0.1.jar [INFO] Copying cdm-4.5.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/cdm-4.5.5.jar [INFO] Copying httpmime-4.2.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/httpmime-4.2.6.jar [INFO] Copying httpservices-4.5.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/httpservices-4.5.5.jar [INFO] Copying spring-context-4.3.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-context-4.3.12.RELEASE.jar [INFO] Copying commons-codec-1.11.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-codec-1.11.jar [INFO] Copying bsh-core-2.0b4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/bsh-core-2.0b4.jar [INFO] Copying lucene-core-6.6.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-core-6.6.2.jar [INFO] Copying commons-compress-1.15.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-compress-1.15.jar [INFO] Copying spring-oxm-4.3.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-oxm-4.3.12.RELEASE.jar [INFO] Copying cxf-rt-rs-client-3.0.12.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/cxf-rt-rs-client-3.0.12.jar [INFO] Copying boilerpipe-1.1.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/boilerpipe-1.1.0.jar [INFO] Copying commons-configuration-1.10.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-configuration-1.10.jar [INFO] Copying spring-web-4.3.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-web-4.3.12.RELEASE.jar [INFO] Copying nekohtml-1.9.16.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/nekohtml-1.9.16.jar [INFO] Copying jackson-annotations-2.9.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jackson-annotations-2.9.2.jar [INFO] Copying thymeleaf-3.0.8.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/thymeleaf-3.0.8.RELEASE.jar [INFO] Copying vorbis-java-tika-0.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/vorbis-java-tika-0.8.jar [INFO] Copying tagsoup-1.2.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/tagsoup-1.2.1.jar [INFO] Copying xmlbeans-2.6.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/xmlbeans-2.6.0.jar [INFO] Copying appng-api-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-api-1.16.2.jar [INFO] Copying spring-security-web-4.2.3.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-security-web-4.2.3.RELEASE.jar [INFO] Copying commons-collections-3.2.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-collections-3.2.2.jar [INFO] Copying slf4j-api-1.7.25.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/slf4j-api-1.7.25.jar [INFO] Copying spring-webmvc-4.3.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-webmvc-4.3.12.RELEASE.jar [INFO] Copying hibernate-envers-5.2.12.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/hibernate-envers-5.2.12.Final.jar [INFO] Copying sis-referencing-0.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/sis-referencing-0.6.jar [INFO] Copying commons-httpclient-3.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-httpclient-3.1.jar [INFO] Copying lucene-queries-6.6.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-queries-6.6.2.jar [INFO] Copying poi-scratchpad-3.17.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/poi-scratchpad-3.17.jar [INFO] Copying esapi-2.1.0.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/esapi-2.1.0.1.jar [INFO] Copying javassist-3.20.0-GA.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/javassist-3.20.0-GA.jar [INFO] Copying aopalliance-1.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/aopalliance-1.0.jar [INFO] Copying hibernate-commons-annotations-5.0.1.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/hibernate-commons-annotations-5.0.1.Final.jar [INFO] Copying batik-ext-1.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/batik-ext-1.8.jar [INFO] Copying bcpkix-jdk15on-1.54.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/bcpkix-jdk15on-1.54.jar [INFO] Copying objenesis-2.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/objenesis-2.6.jar [INFO] Copying plexus-utils-1.5.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/plexus-utils-1.5.6.jar [INFO] Copying jul-to-slf4j-1.7.24.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jul-to-slf4j-1.7.24.jar [INFO] Copying spring-tx-4.3.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-tx-4.3.12.RELEASE.jar [INFO] Copying xom-1.2.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/xom-1.2.5.jar [INFO] Copying json-simple-1.1.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/json-simple-1.1.1.jar [INFO] Copying metadata-extractor-2.9.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/metadata-extractor-2.9.1.jar [INFO] Copying rome-1.5.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/rome-1.5.1.jar [INFO] Copying jempbox-1.8.13.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jempbox-1.8.13.jar [INFO] Copying opennlp-tools-1.6.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/opennlp-tools-1.6.0.jar [INFO] Copying xz-1.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/xz-1.6.jar [INFO] Copying jdom2-2.0.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jdom2-2.0.4.jar [INFO] Copying appng-search-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-search-1.16.2.jar [INFO] Copying regexp-1.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/regexp-1.3.jar [INFO] Copying sentiment-analysis-parser-0.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/sentiment-analysis-parser-0.1.jar [INFO] Copying httpclient-4.5.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/httpclient-4.5.3.jar [INFO] Copying tika-core-1.16.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/tika-core-1.16.jar [INFO] Copying poi-ooxml-schemas-3.17.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/poi-ooxml-schemas-3.17.jar [INFO] Copying jsr305-1.3.9.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jsr305-1.3.9.jar [INFO] Copying lucene-facet-6.6.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-facet-6.6.2.jar [INFO] Copying antisamy-1.5.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/antisamy-1.5.3.jar [INFO] Copying slf4j-log4j12-1.7.25.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/slf4j-log4j12-1.7.25.jar [INFO] Copying jandex-2.0.3.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jandex-2.0.3.Final.jar [INFO] Copying pdfbox-2.0.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/pdfbox-2.0.6.jar [INFO] Copying sis-metadata-0.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/sis-metadata-0.6.jar [INFO] Copying spring-core-4.3.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-core-4.3.12.RELEASE.jar [INFO] Copying commons-collections4-4.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-collections4-4.1.jar [INFO] Copying wsdl4j-1.6.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/wsdl4j-1.6.3.jar [INFO] Copying commons-csv-1.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-csv-1.0.jar [INFO] Copying xmpcore-5.1.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/xmpcore-5.1.2.jar [INFO] Copying httpcore-4.4.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/httpcore-4.4.8.jar [INFO] Copying jdbc-perf-logger-driver-0.8.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jdbc-perf-logger-driver-0.8.2.jar [INFO] Copying hibernate-validator-6.0.4.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/hibernate-validator-6.0.4.Final.jar [INFO] Copying java-libpst-0.8.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/java-libpst-0.8.1.jar [INFO] Copying lucene-queryparser-6.6.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-queryparser-6.6.2.jar [INFO] Copying poi-ooxml-3.17.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/poi-ooxml-3.17.jar [INFO] Copying commons-lang3-3.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-lang3-3.6.jar [INFO] Copying batik-css-1.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/batik-css-1.8.jar [INFO] Copying appng-cli-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-cli-1.16.2.jar [INFO] Copying lucene-memory-6.6.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-memory-6.6.2.jar [INFO] Copying jboss-logging-3.3.0.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jboss-logging-3.3.0.Final.jar [INFO] Copying cxf-rt-frontend-jaxrs-3.0.12.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/cxf-rt-frontend-jaxrs-3.0.12.jar [INFO] Copying stax-api-1.0.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/stax-api-1.0.1.jar [INFO] Copying appng-forms-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-forms-1.16.2.jar [INFO] Copying sis-utility-0.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/sis-utility-0.6.jar [INFO] Copying jsr-275-0.9.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jsr-275-0.9.3.jar [INFO] Copying hibernate-core-5.2.12.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/hibernate-core-5.2.12.Final.jar [INFO] Copying spring-xml-2.4.0.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-xml-2.4.0.RELEASE.jar [INFO] Copying unbescape-1.1.5.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/unbescape-1.1.5.RELEASE.jar [INFO] Copying lucene-join-6.6.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-join-6.6.2.jar [INFO] Copying maven-scm-provider-svn-commons-1.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/maven-scm-provider-svn-commons-1.4.jar [INFO] Copying animal-sniffer-annotations-1.14.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/animal-sniffer-annotations-1.14.jar [INFO] Copying c3p0-0.9.5.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/c3p0-0.9.5.2.jar [INFO] Copying hsqldb-2.4.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/hsqldb-2.4.0.jar [INFO] Copying classmate-1.3.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/classmate-1.3.1.jar [INFO] Copying validation-api-2.0.0.Final.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/validation-api-2.0.0.Final.jar [INFO] Copying jackson-core-2.9.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jackson-core-2.9.2.jar [INFO] Copying cxf-rt-transports-http-3.0.12.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/cxf-rt-transports-http-3.0.12.jar [INFO] Copying appng-core-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-core-1.16.2.jar [INFO] Copying commons-io-2.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-io-2.6.jar [INFO] Copying spring-beans-4.3.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-beans-4.3.12.RELEASE.jar [INFO] Copying curvesapi-1.04.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/curvesapi-1.04.jar [INFO] Copying jcl-over-slf4j-1.7.25.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jcl-over-slf4j-1.7.25.jar [INFO] Copying querydsl-core-4.1.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/querydsl-core-4.1.4.jar [INFO] Copying jhighlight-1.0.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jhighlight-1.0.2.jar [INFO] Copying cxf-core-3.0.12.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/cxf-core-3.0.12.jar [INFO] Copying jedis-2.9.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jedis-2.9.0.jar [INFO] Copying jackcess-encrypt-2.1.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jackcess-encrypt-2.1.2.jar [INFO] Copying appng-xmlapi-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-xmlapi-1.16.2.jar [INFO] Copying udunits-4.5.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/udunits-4.5.5.jar [INFO] Copying woodstox-core-asl-4.4.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/woodstox-core-asl-4.4.1.jar [INFO] Copying HikariCP-2.7.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/HikariCP-2.7.2.jar [INFO] Copying spring-jdbc-4.3.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-jdbc-4.3.12.RELEASE.jar [INFO] Copying gson-2.8.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/gson-2.8.1.jar [INFO] Copying appng-formtags-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-formtags-1.16.2.jar [INFO] Copying sis-netcdf-0.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/sis-netcdf-0.6.jar [INFO] Copying spring-context-support-4.3.12.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-context-support-4.3.12.RELEASE.jar [INFO] Copying bcmail-jdk15on-1.54.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/bcmail-jdk15on-1.54.jar [INFO] Copying sis-storage-0.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/sis-storage-0.6.jar [INFO] Copying jmimemagic-0.1.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jmimemagic-0.1.5.jar [INFO] Copying lucene-analyzers-common-6.6.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-analyzers-common-6.6.2.jar [INFO] Copying ehcache-web-2.0.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/ehcache-web-2.0.4.jar [INFO] Copying amqp-client-5.1.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/amqp-client-5.1.1.jar [INFO] Copying querydsl-jpa-4.1.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/querydsl-jpa-4.1.4.jar [INFO] Copying quartz-2.3.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/quartz-2.3.0.jar [INFO] Copying appng-tomcat7-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tomcat7-1.16.2.jar [INFO] Copying jackson-databind-2.9.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jackson-databind-2.9.2.jar [INFO] Copying j2objc-annotations-1.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/j2objc-annotations-1.1.jar [INFO] Copying aspectjrt-1.8.10.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/aspectjrt-1.8.10.jar [INFO] Copying spring-security-core-4.2.3.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-security-core-4.2.3.RELEASE.jar [INFO] Copying im4java-1.4.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/im4java-1.4.0.jar [INFO] Copying junrar-0.7.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/junrar-0.7.jar [INFO] Copying spring-data-commons-1.13.8.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-data-commons-1.13.8.RELEASE.jar [INFO] Copying mchange-commons-java-0.2.11.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/mchange-commons-java-0.2.11.jar [INFO] Copying spring-data-envers-1.1.8.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-data-envers-1.1.8.RELEASE.jar [INFO] Copying commons-beanutils-core-1.8.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/commons-beanutils-core-1.8.3.jar [INFO] Copying pdfbox-debugger-2.0.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/pdfbox-debugger-2.0.6.jar [INFO] Copying xmlschema-core-2.2.1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/xmlschema-core-2.2.1.jar [INFO] Copying javax.annotation-api-1.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/javax.annotation-api-1.2.jar [INFO] Copying bridge-method-annotation-1.13.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/bridge-method-annotation-1.13.jar [INFO] Copying stax2-api-3.1.4.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/stax2-api-3.1.4.jar [INFO] Copying flyway-core-4.2.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/flyway-core-4.2.0.jar [INFO] Copying spring-data-jpa-1.11.8.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-data-jpa-1.11.8.RELEASE.jar [INFO] Copying ehcache-core-2.6.11.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/ehcache-core-2.6.11.jar [INFO] Copying appng-tomcat8-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tomcat8-1.16.2.jar [INFO] Copying jmatio-1.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jmatio-1.2.jar [INFO] Copying batik-util-1.8.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/batik-util-1.8.jar [INFO] Copying jna-4.1.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/jna-4.1.0.jar [INFO] Copying lucene-highlighter-6.6.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/lucene-highlighter-6.6.2.jar [INFO] [INFO] --- maven-assembly-plugin:3.0.0:single (default) @ appng-application --- [INFO] Reading assembly descriptor: assembly.xml [INFO] Building zip: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.16.2-dependencies-20180115-1502.zip [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-application --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.16.2-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-application --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.16.2.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.16.2/appng-application-1.16.2.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.16.2/appng-application-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.16.2-dependencies-20180115-1502.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.16.2/appng-application-1.16.2.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.16.2/appng-application-1.16.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application BOM 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-application-bom --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-bom/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-bom/1.16.2/appng-application-bom-1.16.2.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Documentation 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-documentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-documentation --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-documentation --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-documentation --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-documentation --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-documentation --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.16.2.jar [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (html) @ appng-documentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 9 resources [INFO] Copying file appng.css [INFO] Copying file images/application-processing.jpg [INFO] Copying file images/appng.png [INFO] Copying file listing/pom-archetype.xml [INFO] Copying file listing/application.xml [INFO] Copying file listing/pom.xml [INFO] Copying file listing/dependencies.txt [INFO] Copying file listing/pg-employees.xml [INFO] Copying file listing/applist.txt [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/asciidoc/developerguide.adoc [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-documentation --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.16.2-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-documentation --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.16.2/appng-documentation-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.16.2/appng-documentation-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.16.2/appng-documentation-1.16.2-sources.jar [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (pdf) @ appng-documentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 9 resources [INFO] Copying file appng.css [INFO] Copying file images/application-processing.jpg [INFO] Copying file images/appng.png [INFO] Copying file listing/pom-archetype.xml [INFO] Copying file listing/application.xml [INFO] Copying file listing/pom.xml [INFO] Copying file listing/dependencies.txt [INFO] Copying file listing/pg-employees.xml [INFO] Copying file listing/applist.txt [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/asciidoc/developerguide.adoc [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Assembly Descriptors 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-template-assembly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-template-assembly --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-template-assembly --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-template-assembly --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-template-assembly --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-template-assembly --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.16.2.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-template-assembly --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.16.2-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-template-assembly --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.16.2/appng-template-assembly-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.16.2/appng-template-assembly-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.16.2/appng-template-assembly-1.16.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Parent 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-template-parent --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-parent/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-template-parent/1.16.2/appng-template-parent-1.16.2.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng-application-assembly 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-application-assembly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-application-assembly --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-application-assembly --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-application-assembly --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-application-assembly --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-application-assembly --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.16.2.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-application-assembly --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.16.2-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-application-assembly --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.16.2/appng-application-assembly-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.16.2/appng-application-assembly-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.16.2/appng-application-assembly-1.16.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application parent 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-application-parent --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-parent/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-parent/1.16.2/appng-application-parent-1.16.2.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Archetype - appng-archetype-application 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-archetype-application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 18 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-archetype-application --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-archetype-application --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-archetype-application --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-archetype-application --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-archetype-application --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.16.2.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-archetype-application --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.16.2-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-archetype-application --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.16.2/appng-archetype-application-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.16.2/appng-archetype-application-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.16.2/appng-archetype-application-1.16.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer JAXB API 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] Generating source... [INFO] parsing a schema... [INFO] compiling a schema... [INFO] org/appng/appngizer/model/xml/Application.java [INFO] org/appng/appngizer/model/xml/Applications.java [INFO] org/appng/appngizer/model/xml/Database.java [INFO] org/appng/appngizer/model/xml/Databases.java [INFO] org/appng/appngizer/model/xml/Grant.java [INFO] org/appng/appngizer/model/xml/Grants.java [INFO] org/appng/appngizer/model/xml/Group.java [INFO] org/appng/appngizer/model/xml/Groups.java [INFO] org/appng/appngizer/model/xml/Home.java [INFO] org/appng/appngizer/model/xml/Link.java [INFO] org/appng/appngizer/model/xml/Linkable.java [INFO] org/appng/appngizer/model/xml/Links.java [INFO] org/appng/appngizer/model/xml/Nameable.java [INFO] org/appng/appngizer/model/xml/ObjectFactory.java [INFO] org/appng/appngizer/model/xml/Package.java [INFO] org/appng/appngizer/model/xml/PackageType.java [INFO] org/appng/appngizer/model/xml/Packages.java [INFO] org/appng/appngizer/model/xml/Permission.java [INFO] org/appng/appngizer/model/xml/Permissions.java [INFO] org/appng/appngizer/model/xml/Platform.java [INFO] org/appng/appngizer/model/xml/Properties.java [INFO] org/appng/appngizer/model/xml/Property.java [INFO] org/appng/appngizer/model/xml/Repositories.java [INFO] org/appng/appngizer/model/xml/Repository.java [INFO] org/appng/appngizer/model/xml/RepositoryMode.java [INFO] org/appng/appngizer/model/xml/RepositoryType.java [INFO] org/appng/appngizer/model/xml/Role.java [INFO] org/appng/appngizer/model/xml/Roles.java [INFO] org/appng/appngizer/model/xml/SchemaVersion.java [INFO] org/appng/appngizer/model/xml/Site.java [INFO] org/appng/appngizer/model/xml/Sites.java [INFO] org/appng/appngizer/model/xml/Subject.java [INFO] org/appng/appngizer/model/xml/Subjects.java [INFO] org/appng/appngizer/model/xml/UserType.java [INFO] org/appng/appngizer/model/xml/Versions.java [INFO] org/appng/appngizer/model/xml/package-info.java [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-appngizer-jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-appngizer-jaxb --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-appngizer-jaxb --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-appngizer-jaxb --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-appngizer-jaxb --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-appngizer-jaxb --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.16.2.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-appngizer-jaxb --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.16.2-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-appngizer-jaxb --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-appngizer --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 46 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-appngizer --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-appngizer --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-appngizer --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-war-plugin:3.1.0:war (default-war) @ appng-appngizer --- [INFO] Packaging webapp [INFO] Assembling webapp [appng-appngizer] in [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.16.2] [INFO] Processing war project [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/webapp/META-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.16.2] [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/webapp/WEB-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.16.2] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/webapp] [INFO] Webapp assembled in [19 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.16.2.war [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (pdf-generate-user-manual) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/property-update.xml [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-user-manual.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (html-generate-user-manual) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/property-update.xml [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-user-manual.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (pdf-generate-install-platform) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/property-update.xml [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-platform-installation-guide.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (html-generate-install-platform) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/property-update.xml [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-platform-installation-guide.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (pdf-generate-setup-guide) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/property-update.xml [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-setup-guide.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (html-generate-setup-guide) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/property-update.xml [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-setup-guide.adoc [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-appngizer --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.16.2-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-appngizer --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.16.2.war to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG appNGizer Maven Plugin 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-appngizer-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-appngizer-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/classes [INFO] [INFO] --- maven-plugin-plugin:3.5:descriptor (default-descriptor) @ appng-appngizer-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 2 mojo descriptors. [INFO] [INFO] --- maven-plugin-plugin:3.5:descriptor (mojo-descriptor) @ appng-appngizer-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 2 mojo descriptors. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-appngizer-maven-plugin --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-appngizer-maven-plugin --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-appngizer-maven-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-appngizer-maven-plugin --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.16.2.jar [INFO] [INFO] --- maven-plugin-plugin:3.5:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ appng-appngizer-maven-plugin --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-appngizer-maven-plugin --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.16.2-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-appngizer-maven-plugin --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG camunda 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-camunda --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-camunda --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-camunda --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-camunda --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-camunda --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-camunda --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.16.2.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-camunda --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.16.2-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-camunda --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application, including Camunda BPM process engine libraries 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-application-camunda --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-application-camunda --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-application-camunda --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-application-camunda --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-application-camunda --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-war-plugin:3.1.0:war (default-war) @ appng-application-camunda --- [INFO] Packaging webapp [INFO] Assembling webapp [appng-application-camunda] in [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.16.2] [INFO] Processing war project [INFO] Processing overlay [ id org.appng:appng-application] [INFO] Webapp assembled in [1394 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.16.2.war [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-application-camunda --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-application-camunda --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.16.2.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application-camunda/1.16.2/appng-application-camunda-1.16.2.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-camunda/1.16.2/appng-application-camunda-1.16.2.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] appNG Parent ....................................... SUCCESS [ 0.463 s] [INFO] appNG Tools ........................................ SUCCESS [ 1.419 s] [INFO] appNG Mail ......................................... SUCCESS [ 0.143 s] [INFO] appNG Forms ........................................ SUCCESS [ 0.268 s] [INFO] appng Formtags ..................................... SUCCESS [ 0.286 s] [INFO] appNG XML-API ...................................... SUCCESS [ 1.986 s] [INFO] appNG public API ................................... SUCCESS [ 1.316 s] [INFO] appNG testsupport .................................. SUCCESS [ 0.300 s] [INFO] appNG Persistence-Tools ............................ SUCCESS [ 0.280 s] [INFO] appNG Search ....................................... SUCCESS [ 0.512 s] [INFO] appNG Core Library ................................. SUCCESS [ 1.536 s] [INFO] appNG Tomcat 7 ..................................... SUCCESS [ 0.172 s] [INFO] appNG Tomcat 8 ..................................... SUCCESS [ 0.185 s] [INFO] appNG Command Line Interface ....................... SUCCESS [ 0.340 s] [INFO] appNG Tag Library .................................. SUCCESS [ 0.269 s] [INFO] appNG Application .................................. SUCCESS [ 4.109 s] [INFO] appNG application BOM .............................. SUCCESS [ 0.061 s] [INFO] appNG Documentation ................................ SUCCESS [ 27.973 s] [INFO] appNG Template Assembly Descriptors ................ SUCCESS [ 0.047 s] [INFO] appNG Template Parent .............................. SUCCESS [ 0.008 s] [INFO] appng-application-assembly ......................... SUCCESS [ 0.035 s] [INFO] appNG application parent ........................... SUCCESS [ 0.001 s] [INFO] Archetype - appng-archetype-application ............ SUCCESS [ 0.053 s] [INFO] appNGizer JAXB API ................................. SUCCESS [ 0.870 s] [INFO] appNGizer .......................................... SUCCESS [ 20.201 s] [INFO] appNG appNGizer Maven Plugin ....................... SUCCESS [ 1.007 s] [INFO] appNG camunda ...................................... SUCCESS [ 0.529 s] [INFO] appNG Application, including Camunda BPM process engine libraries SUCCESS [ 2.933 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:07 min [INFO] Finished at: 2018-01-15T16:03:21+01:00 [INFO] Final Memory: 265M/1428M [INFO] ------------------------------------------------------------------------ [Pipeline] sh [appng] Running shell script + /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn deploy -Djavax.xml.accessExternalSchema=all -DoutFolder=/srv/www/appng.org/appng/builds/stable -Pmaven-central -Pjavadocs [INFO] Scanning for projects... [INFO] Inspecting build with total of 28 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 28 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] appNG Parent [INFO] appNG Tools [INFO] appNG Mail [INFO] appNG Forms [INFO] appng Formtags [INFO] appNG XML-API [INFO] appNG public API [INFO] appNG testsupport [INFO] appNG Persistence-Tools [INFO] appNG Search [INFO] appNG Core Library [INFO] appNG Tomcat 7 [INFO] appNG Tomcat 8 [INFO] appNG Command Line Interface [INFO] appNG Tag Library [INFO] appNG Application [INFO] appNG application BOM [INFO] appNG Documentation [INFO] appNG Template Assembly Descriptors [INFO] appNG Template Parent [INFO] appng-application-assembly [INFO] appNG application parent [INFO] Archetype - appng-archetype-application [INFO] appNGizer JAXB API [INFO] appNGizer [INFO] appNG appNGizer Maven Plugin [INFO] appNG camunda [INFO] appNG Application, including Camunda BPM process engine libraries [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Parent 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-parent >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-parent <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-parent --- [INFO] Loading source files for package org.appng.tools.poi... Loading source files for package org.appng.tools.image... Loading source files for package org.appng.tools.markup... Loading source files for package org.appng.tools... Loading source files for package org.appng.tools.file... Loading source files for package org.appng.tools.zipcode... Loading source files for package org.appng.tools.os... Loading source files for package org.appng.tools.locator... Loading source files for package org.appng.tools.ui... Loading source files for package org.appng.mail... Loading source files for package org.appng.mail.impl... Loading source files for package org.appng.forms... Loading source files for package org.appng.forms.impl... Loading source files for package org.appng.el... Loading source files for package org.appng.formtags... Loading source files for package org.appng.formtags.providers... Loading source files for package org.appng.xml.transformation... Loading source files for package org.appng.xml... Loading source files for package org.appng.xml.application... Loading source files for package org.appng.xml.platform... Loading source files for package org.appng.api... Loading source files for package org.appng.api.messaging... Loading source files for package org.appng.api.auth... Loading source files for package org.appng.api.search... Loading source files for package org.appng.api.model... Loading source files for package org.appng.api.support... Loading source files for package org.appng.api.support.validation... Loading source files for package org.appng.api.support.environment... Loading source files for package org.appng.api.support.field... Loading source files for package org.appng.api.observe.impl... Loading source files for package org.appng.api.observe... Loading source files for package org.appng.testsupport.validation... Loading source files for package org.appng.testsupport.persistence... Loading source files for package org.appng.testsupport... Loading source files for package org.appng.persistence.repository... Loading source files for package org.appng.persistence.dialect... Loading source files for package org.appng.search... Loading source files for package org.appng.search.searcher... Loading source files for package org.appng.search.json... Loading source files for package org.appng.search.indexer... Loading source files for package org.appng.core... Loading source files for package org.appng.core.repository... Loading source files for package org.appng.core.repository.config... Loading source files for package org.appng.core.security.signing... Loading source files for package org.appng.core.security... Loading source files for package org.appng.core.domain... Loading source files for package org.appng.core.service... Loading source files for package org.appng.core.controller... Loading source files for package org.appng.core.controller.messaging... Loading source files for package org.appng.core.controller.filter... Loading source files for package org.appng.core.controller.handler... Loading source files for package org.appng.core.model... Loading source files for package org.appng.core.xml.repository... Loading source files for package org.appng.cli... Loading source files for package org.appng.cli.commands.application... Loading source files for package org.appng.cli.commands.property... Loading source files for package org.appng.cli.commands.permission... Loading source files for package org.appng.cli.commands... Loading source files for package org.appng.cli.commands.applicationrole... Loading source files for package org.appng.cli.commands.repository... Loading source files for package org.appng.cli.commands.template... Loading source files for package org.appng.cli.commands.heartbeat... Loading source files for package org.appng.cli.commands.subject... Loading source files for package org.appng.cli.commands.group... Loading source files for package org.appng.cli.commands.site... Loading source files for package org.appng.cli.prettytable... Loading source files for package org.appng.cli.validators... Loading source files for package org.appng.cli.servlet... Loading source files for package org.appng.taglib... Loading source files for package org.appng.taglib.search... Loading source files for package org.appng.taglib.form... Loading source files for package org.appng.appngizer.model.xml... Loading source files for package org.appng.appngizer.controller... Loading source files for package org.appng.appngizer.model... Loading source files for package org.appng.maven.plugins.appngizer... Loading source files for package org.appng.camunda.bpm... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/Border.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/Border.BorderLocation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/Borders.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/Borders.BorderBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/ColumnDefinition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/FontBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/WorkBookHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/image/Captcha.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/image/ImageMetaData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/image/ImageProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/markup/XHTML.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/markup/XML.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/RandomUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/FilePrefixFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/FileSuffixFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/MagicByteCheck.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/PropertyConstantCreator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/DefaultZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/GermanyZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/ZipCodeCountry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/ZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/ZipCodeValidatorFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/Command.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/Command.StreamConsumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/OperatingSystem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/StringConsumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/locator/Coordinate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/locator/GeoLocator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/locator/GMapGeoLocator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/ui/Chunk.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/ui/Pagination.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/ui/StringNormalizer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/Address.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/Attachment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/Mail.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/Mail.RecipientType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/MailException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/MailTransport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/Receiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/impl/AttachmentImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/impl/DefaultTransport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/impl/MailImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/FormUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/FormUploadValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/Request.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/RequestContainer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/XSSUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/impl/FormUploadBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/impl/RequestBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/el/ExpressionEvaluator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/Form.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/FormConfirmation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/FormConfirmation.FormConfirmationMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/FormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/FormData.FormDataMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/FormElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/FormElement.InputTag.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/FormElement.InputType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/FormGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/FormProcessProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/LogFormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/RuleValidation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/providers/EmailProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/transformation/StyleSheetProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/transformation/Transformer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/ApplicationPropertyConstantCreator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/BaseObject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/MarshallService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/MarshallService.AppNGSchema.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/ApplicationInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/Datasources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/DatasourceType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/PackageInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/PermissionRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/TemplateType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Action.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/ActionRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/ApplicationConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/ApplicationReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/ApplicationRootConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Authentication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Authentications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Bean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/BeanOption.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Condition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Config.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Content.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Data.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/DataConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Datafield.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/DatasourceRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Datasources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Digits.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Events.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/FieldDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/FieldPermissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/FieldPermissionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/FieldType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/FileUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Future.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/GetParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Icon.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Icontype.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/ItemType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Label.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Labels.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Linkmode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Linkpanel.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Localization.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Max.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Message.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Messages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/MessageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/MetaData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Min.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Navigation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/NavigationItem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/NotNull.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/OptionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Output.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/OutputFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/OutputType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/PageConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/PageDefinition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/PageReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Pages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/PagesReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/PanelLocation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Param.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Params.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/ParamType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Past.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Pattern.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/PermissionMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/PlatformConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/PostParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Result.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Resultset.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Rule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Rule.Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Section.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/SectionConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/SectionDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Sectionelement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/SectionelementDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Selection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/SelectionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/SelectionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/SessionInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/SessionParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Size.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Sort.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/SortOrder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Structure.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/StructureDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Textcontents.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/TextElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/TextElement.Xml.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Textelements.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Type.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/UrlParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/UrlSchema.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/UserData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/UserInputField.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/Validation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/ValidationGroups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/ValidationGroups.Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/ValidationRule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ActionProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ApplicationConfigProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ApplicationException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/AttachmentWebservice.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/BusinessException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/DataContainer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/DataProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/FieldConverter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/FieldConverter.DatafieldOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/FieldConverter.FieldDefOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/FieldProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/FieldWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/FileUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/FileUpload.Unit.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/FormProcessProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/FormValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/GlobalTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/GlobalXMLTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/InvalidConfigurationException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/MessageParam.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/NotBlank.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Options.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/PageProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Path.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/PathInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/PermissionOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/PermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Platform.Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Platform.Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ProcessingException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Request.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/RequestSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/RequestUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ResultService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ScheduledJob.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Scope.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Session.Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/SiteProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/SoapClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/SoapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Taglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ValidationMessages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/ValidationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/VHostMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/Webservice.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/XMLTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/XPathProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/EventHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/EventRegistry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/Messaging.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/Receiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/Sender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/Serializer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/auth/AuthTools.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/auth/PasswordPolicy.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/BlockingQueueAccessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/Consumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/Document.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/DocumentEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/DocumentProducer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/Producer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Account.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/ApplicationSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Authorizable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/AuthSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/FeatureProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Identifiable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Identifier.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Nameable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Named.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/NameProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Resource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Resources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/ResourceType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/ReverseableComparator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/RevisionAware.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/SimpleProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Site.SiteState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/UserType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/Versionable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/ApplicationConfigProviderImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/ApplicationRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/ApplicationResourceHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/CallableAction.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/CallableDataSource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/ClassWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/ConfigValidationError.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/ConfigValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/DatasourceInheritanceHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/DefaultPermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/DollarParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/DummyPermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/ElementHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/FieldProcessorImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/HashParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/HttpHeaderUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/HttpHeaderUtils.HttpResource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/I18n.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/LabelSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/MessageSourceChain.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/OptionGroupFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/OptionGroupFactory.OptionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/OptionImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/OptionOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/OptionOwner.OptionOwnerBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/OptionOwner.Selector.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/OptionsImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/ParameterSupportBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/PositionalXMLReader.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/PropertyHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/RequestFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/RequestSupportImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/ResourceBundleMessageSource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/ResultServiceImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/SelectionFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/SelectionFactory.Selection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/SiteAwareObjectInputStream.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/SiteClassLoader.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/SortParamSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/XmlGenerator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/XmlGenerator.Entity.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/XSSHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/DefaultValidationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/FileUploadListValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/FileUploadValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/LocalizedMessageInterpolator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/AttributeWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/DefaultEnvironment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/EnvironmentFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/EnvironmentKeys.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/field/FieldConversionFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/impl/ObservableDelegate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/Observable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/Observable.Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/Observer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/AttributeValueDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/DateFieldDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/DifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/TextValueDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/WritingJsonValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/WritingJsonValidator.JsonWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/WritingXmlValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/XPathDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/ConnectionHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/ConnectionHelper.DBType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/ConnectionInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/DatabaseUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/HsqlServer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/HsqlServerFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/TestDataProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/TestBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/TestBase.ActionCall.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/TestBase.DataSourceCall.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/TestBase.SimpleApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/TestBase.SimpleFeatureProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/EnversSearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/EnversSearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/QueryDslSearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/QueryDslSearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/SearchQuery.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/SearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/SearchRepositoryFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/SearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/dialect/HSQLDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/dialect/MySqlTextDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/dialect/SQLServer2008Dialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/DocumentProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/SearchProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/DateAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/GermanSearchTermProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/SearchFormatter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/SearchTermProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/StandardSearcher.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/Filter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/FilterConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/FilterData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/FilterItem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/FilterItem.DataCounter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/Json.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/Page.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/Part.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/Result.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/Result.Field.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/Result.Fields.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/Results.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/SearchFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/DocumentIndexer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/FileSystemProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/GlobalIndexer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/IndexConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/IndexConfig.ConfigEntry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/ParseTags.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/SimpleDocument.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/JMXUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/Redirect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/ApplicationRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/DatabaseConnectionRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/GroupRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/PermissionRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/PropertyRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/RepoRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/ResourceRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/RoleRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/SiteApplicationRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/SiteRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/SubjectRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/TemplateRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/TemplateResourceRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/ApplicationPostProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/DatasourceConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/DataSourceFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/HikariCPConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/TomcatJdbcConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/BaseConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/BaseConfig.PrivateKeyFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/BaseConfig.SigningAlgorithm.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/CertChainValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/CertTools.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/SignatureWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/Signer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/SignerConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/SigningException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/SigningException.ErrorType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/ValidatorConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/BCryptPasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/DefaultPasswordPolicy.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/DigestUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/DigestValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/PasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/SaltedDigest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/SaltedDigestSha1.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/Sha1PasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/ApplicationImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/DatabaseConnection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/DatabaseConnection.DatabaseType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/GroupImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/ObjectUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/PackageArchiveImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/PermissionImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/PersistentPropertyHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/PropertyImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/RepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/ResourceImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/RoleImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/SiteApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/SiteApplicationPK.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/SiteImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/SubjectImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/TemplateResource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/ValidationPatterns.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/ApplicationArchiveProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/ApplicationProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/CacheService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/CoreService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/DatabaseService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/HsqlStarter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/InitializerService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/LdapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/MigrationService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/MigrationService.MigrationStatus.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/PropertySupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/TemplateService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/AppngCache.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/CacheElementBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/Controller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/HttpHeaders.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/PlatformStartup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/RepositoryWatcher.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/SessionListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/Tomcat7Support.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/Tomcat8Support.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/JedisBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/JedisReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/JedisSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/MulticastReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/MulticastSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/NodeEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/NodeEvent.MemoryUsage.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/NodeEvent.NodeState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/RabbitMQBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/RabbitMQReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/RabbitMQSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/ReloadSiteEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/RequestNodeState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/SiteStateEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/TribesReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/TribesSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/CsrfSetupFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/JspExtensionFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/MSOfficeUserAgentFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/PageCacheFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/RedirectFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/RedirectFilter.UrlRewriteConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/XSSFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/ErrorPageHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/GuiHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/JspHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/ProxyHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/RequestHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/RestService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/ServiceRequestHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/SoapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/StaticContentHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/AbstractRequestProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/AccessibleApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/ApplicationContext.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/ApplicationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/ApplicationSubjectImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/CacheProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/FeatureProviderImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/InstallablePackage.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/JarInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/JarInfo.JarInfoBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/PackageArchive.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/PackageVersion.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/PackageWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/PlatformProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/PlatformTransformer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/RepositoryCache.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/RepositoryCacheFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/RepositoryCacheFilesystem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/RepositoryCacheSoap.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/RepositoryMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/RepositoryScheme.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/RepositoryType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/RepositoryUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/RequestProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/ResponseType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/ThymeleafProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/ThymeleafProcessor.AppNG.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/ZipFileProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/Certification.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/GetCertificationRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/GetCertificationResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/GetPackageRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/GetPackageResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/GetPackagesRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/GetPackagesResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/GetPackageVersionsRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/GetPackageVersionsResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/PackageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/PackageVersions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/CliBootstrap.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/CliCommands.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/CliCore.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/CliEnvironment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/CliShell.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/ExecutableCliCommand.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/NoSuchRepositoryException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/NoSuchSiteException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/ActivateApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/BaseApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/BaseApplication.Mode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/DeactivateApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/DeleteApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/InstallApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/ListApplications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/CreateProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/DeleteProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/ListProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/PropertyHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/UpdateProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/permission/AddPermission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/permission/ListPermissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/permission/RemovePermission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/CommandBatch.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/CommandList.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/CommandMain.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/FileOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/applicationrole/AddRole.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/applicationrole/ListRoles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/repository/CreateRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/repository/DeleteRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/repository/ListRepositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/template/DeleteTemplate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/template/InstallTemplate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/heartbeat/HeartBeat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/heartbeat/HeartBeat.HeartBeatEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/CreateSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/DeleteSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/ListSubjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/AddGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/CreateGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/DeleteGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/ListGroups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/CheckSiteRunning.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/CreateSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/DeleteSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/ListSites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/ReloadSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/SetSiteActive.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/prettytable/PrettyTable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/prettytable/TableConstants.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/prettytable/TableRow.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/validators/FileExists.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/servlet/InstallListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/ApplicationAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/Attribute.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/Attribute.Mode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/If.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/MultiSiteSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/Parameter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/ParameterOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/TagletAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/TagletProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/search/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/search/Searchable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/search/SearchPart.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/Form.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/FormConfirmation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/FormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/FormElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/FormGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Applications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Database.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Databases.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Grant.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Grants.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Groups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Linkable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Links.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Nameable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/PackageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Repositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/RepositoryMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/RepositoryType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/SchemaVersion.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Sites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Subjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/UserType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/Versions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/ApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/AppNGizer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/AppNGizerConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/AppNGizerServlet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/ControllerBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/DatabaseController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/GroupController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/Jaxb2Marshaller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/PermissionController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/PlatformController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/PlatformPropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/RepositoryController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/RoleController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/SessionFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/SiteApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/SiteApplicationPropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/SiteController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/SitePropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/SubjectController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Applications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Database.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Databases.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Groups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Links.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Repositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Sites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/Subjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/UriAware.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugins/appngizer/InstallMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugins/appngizer/UploadMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/camunda/bpm/TaskWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/auth/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/auth/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/auth/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/impl/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/impl/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/impl/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/field/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/field/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/field/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/camunda/bpm/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/camunda/bpm/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/camunda/bpm/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/applicationrole/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/applicationrole/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/applicationrole/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/heartbeat/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/heartbeat/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/heartbeat/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/permission/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/permission/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/permission/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/repository/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/repository/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/repository/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/template/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/template/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/template/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/prettytable/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/prettytable/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/prettytable/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/servlet/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/servlet/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/servlet/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/validators/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/validators/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/validators/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/el/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/el/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/el/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/impl/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/impl/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/impl/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/providers/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/providers/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/providers/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/impl/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/impl/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/impl/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugins/appngizer/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugins/appngizer/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugins/appngizer/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/dialect/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/dialect/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/dialect/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/search/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/search/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/search/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/image/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/image/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/image/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/locator/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/locator/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/locator/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/markup/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/markup/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/markup/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/ui/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/ui/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/ui/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/transformation/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/transformation/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/transformation/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/class-use/ColumnDefinition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/class-use/Border.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/class-use/Border.BorderLocation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/class-use/FontBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/class-use/WorkBookHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/class-use/Borders.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/class-use/Borders.BorderBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/image/class-use/ImageMetaData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/image/class-use/Captcha.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/image/class-use/ImageProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/markup/class-use/XHTML.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/markup/class-use/XML.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/class-use/RandomUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/class-use/FilePrefixFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/class-use/FileSuffixFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/class-use/MagicByteCheck.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/class-use/PropertyConstantCreator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/class-use/ZipCodeValidatorFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/class-use/ZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/class-use/GermanyZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/class-use/DefaultZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/class-use/ZipCodeCountry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/class-use/StringConsumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/class-use/Command.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/class-use/Command.StreamConsumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/class-use/OperatingSystem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/locator/class-use/GeoLocator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/locator/class-use/Coordinate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/locator/class-use/GMapGeoLocator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/ui/class-use/StringNormalizer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/ui/class-use/Pagination.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/ui/class-use/Chunk.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/class-use/MailTransport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/class-use/MailException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/class-use/Address.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/class-use/Attachment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/class-use/Receiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/class-use/Mail.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/class-use/Mail.RecipientType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/impl/class-use/DefaultTransport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/impl/class-use/MailImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/impl/class-use/AttachmentImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/class-use/Request.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/class-use/XSSUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/class-use/FormUploadValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/class-use/FormUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/class-use/RequestContainer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/impl/class-use/FormUploadBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/impl/class-use/RequestBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/el/class-use/ExpressionEvaluator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/FormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/FormData.FormDataMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/FormProcessProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/RuleValidation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/Form.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/FormElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/FormElement.InputType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/FormElement.InputTag.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/FormConfirmation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/FormConfirmation.FormConfirmationMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/LogFormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/class-use/FormGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/providers/class-use/EmailProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/transformation/class-use/Transformer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/transformation/class-use/StyleSheetProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/class-use/BaseObject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/class-use/ApplicationPropertyConstantCreator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/class-use/MarshallService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/class-use/MarshallService.AppNGSchema.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/ApplicationInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/PermissionRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/Datasources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/TemplateType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/DatasourceType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/class-use/PackageInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Digits.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Config.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Max.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Past.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Result.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/SectionConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/PagesReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/UrlSchema.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/FieldPermissionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/ValidationRule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Min.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/ActionRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/BeanOption.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/TextElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/TextElement.Xml.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Messages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/ApplicationRootConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/GetParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/DatasourceRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/PlatformConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Datasources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/ParamType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Param.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Authentications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Sectionelement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/PostParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/SessionInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/StructureDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Sort.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Future.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/OptionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Pattern.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Output.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Linkmode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/SelectionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Data.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/NotNull.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Icon.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Section.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Textcontents.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/PermissionMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/UserData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Params.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/PageReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Textelements.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/ItemType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Bean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Datafield.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Pages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Content.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/MessageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/UrlParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/SectionelementDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Authentication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Resultset.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Selection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/SelectionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/UserInputField.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Validation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/OutputFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Structure.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Labels.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Rule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Rule.Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Navigation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Message.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Condition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Label.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/PanelLocation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Events.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/ApplicationConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/PageDefinition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/ValidationGroups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/ValidationGroups.Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/NavigationItem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Action.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/DataConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Size.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Localization.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/FieldType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/FieldPermissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/SessionParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Icontype.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/MetaData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/ApplicationReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/PageConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/SortOrder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/SectionDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Linkpanel.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/FileUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/Type.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/OutputType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/class-use/FieldDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/RequestUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/InvalidConfigurationException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/FormProcessProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ScheduledJob.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/DataContainer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/FieldWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ProcessingException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Path.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/SoapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/AttachmentWebservice.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/SoapClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/FieldProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/XMLTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Request.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ValidationMessages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ActionProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/NotBlank.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Webservice.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/BusinessException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/MessageParam.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/GlobalTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/FormValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/PermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/XPathProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Platform.Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Platform.Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ApplicationException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Taglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/PermissionOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/GlobalXMLTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/VHostMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/RequestSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/PageProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/PathInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ApplicationConfigProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Scope.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ResultService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Session.Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/FieldConverter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/FieldConverter.FieldDefOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/FieldConverter.DatafieldOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/ValidationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/Options.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/SiteProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/FileUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/FileUpload.Unit.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/class-use/DataProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/class-use/Sender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/class-use/Serializer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/class-use/EventRegistry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/class-use/EventHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/class-use/Receiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/class-use/Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/class-use/Messaging.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/auth/class-use/AuthTools.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/auth/class-use/PasswordPolicy.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/class-use/Document.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/class-use/Producer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/class-use/DocumentProducer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/class-use/BlockingQueueAccessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/class-use/DocumentEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/class-use/Consumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/NameProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Site.SiteState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Nameable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/ReverseableComparator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Named.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Account.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/FeatureProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Resource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/ResourceType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Authorizable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/AuthSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Identifiable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/ApplicationSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/UserType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Resources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/RevisionAware.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Identifier.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Versionable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/SimpleProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/class-use/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/DefaultPermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/MessageSourceChain.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/XmlGenerator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/XmlGenerator.Entity.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/OptionGroupFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/OptionGroupFactory.OptionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/SiteAwareObjectInputStream.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/ApplicationResourceHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/ApplicationRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/ResourceBundleMessageSource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/XSSHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/DollarParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/ApplicationConfigProviderImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/OptionOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/OptionOwner.Selector.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/OptionOwner.OptionOwnerBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/ConfigValidationError.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/CallableAction.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/ElementHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/HttpHeaderUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/HttpHeaderUtils.HttpResource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/SiteClassLoader.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/SortParamSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/PropertyHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/RequestFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/DummyPermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/OptionImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/I18n.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/OptionsImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/FieldProcessorImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/RequestSupportImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/SelectionFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/SelectionFactory.Selection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/LabelSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/ParameterSupportBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/ClassWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/DatasourceInheritanceHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/CallableDataSource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/ConfigValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/PositionalXMLReader.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/ResultServiceImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/class-use/HashParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/class-use/DefaultValidationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/class-use/FileUploadListValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/class-use/LocalizedMessageInterpolator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/class-use/FileUploadValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/class-use/EnvironmentKeys.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/class-use/AttributeWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/class-use/DefaultEnvironment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/class-use/EnvironmentFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/field/class-use/FieldConversionFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/impl/class-use/ObservableDelegate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/class-use/Observable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/class-use/Observable.Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/class-use/Observer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/class-use/DateFieldDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/class-use/TextValueDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/class-use/DifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/class-use/AttributeValueDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/class-use/XPathDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/class-use/WritingJsonValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/class-use/WritingJsonValidator.JsonWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/class-use/WritingXmlValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/class-use/DatabaseUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/class-use/HsqlServer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/class-use/ConnectionHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/class-use/ConnectionHelper.DBType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/class-use/ConnectionInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/class-use/TestDataProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/class-use/HsqlServerFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/class-use/TestBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/class-use/TestBase.DataSourceCall.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/class-use/TestBase.ActionCall.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/class-use/TestBase.SimpleApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/class-use/TestBase.SimpleFeatureProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/class-use/QueryDslSearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/class-use/EnversSearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/class-use/SearchQuery.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/class-use/QueryDslSearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/class-use/SearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/class-use/SearchRepositoryFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/class-use/EnversSearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/class-use/SearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/dialect/class-use/HSQLDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/dialect/class-use/MySqlTextDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/dialect/class-use/SQLServer2008Dialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/class-use/DocumentProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/class-use/SearchProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/class-use/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/class-use/GermanSearchTermProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/class-use/StandardSearcher.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/class-use/SearchTermProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/class-use/SearchFormatter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/class-use/DateAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/Json.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/Filter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/FilterConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/Result.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/Result.Fields.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/Result.Field.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/FilterItem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/FilterItem.DataCounter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/SearchFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/FilterData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/Part.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/Results.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/Page.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/class-use/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/class-use/SimpleDocument.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/class-use/IndexConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/class-use/IndexConfig.ConfigEntry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/class-use/FileSystemProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/class-use/GlobalIndexer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/class-use/DocumentIndexer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/class-use/ParseTags.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/class-use/JMXUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/class-use/Redirect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/PropertyRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/SubjectRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/ResourceRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/RoleRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/TemplateRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/PermissionRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/RepoRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/SiteRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/ApplicationRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/SiteApplicationRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/GroupRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/TemplateResourceRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/class-use/DatabaseConnectionRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/class-use/TomcatJdbcConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/class-use/DatasourceConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/class-use/ApplicationPostProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/class-use/HikariCPConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/class-use/DataSourceFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/SigningException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/SigningException.ErrorType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/Signer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/SignatureWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/BaseConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/BaseConfig.PrivateKeyFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/BaseConfig.SigningAlgorithm.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/CertChainValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/SignerConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/CertTools.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/class-use/ValidatorConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/class-use/SaltedDigest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/class-use/BCryptPasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/class-use/Sha1PasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/class-use/DefaultPasswordPolicy.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/class-use/SaltedDigestSha1.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/class-use/DigestUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/class-use/DigestValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/class-use/PasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/RepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/PermissionImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/SiteImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/DatabaseConnection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/DatabaseConnection.DatabaseType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/GroupImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/ValidationPatterns.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/SiteApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/RoleImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/ApplicationImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/PersistentPropertyHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/SubjectImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/PackageArchiveImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/SiteApplicationPK.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/PropertyImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/ObjectUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/TemplateResource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/class-use/ResourceImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/TemplateService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/ApplicationProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/HsqlStarter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/PropertySupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/CoreService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/MigrationService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/MigrationService.MigrationStatus.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/DatabaseService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/InitializerService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/LdapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/CacheService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/class-use/ApplicationArchiveProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/class-use/Tomcat8Support.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/class-use/Tomcat7Support.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/class-use/HttpHeaders.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/class-use/Controller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/class-use/PlatformStartup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/class-use/RepositoryWatcher.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/class-use/AppngCache.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/class-use/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/class-use/CacheElementBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/class-use/SessionListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/MulticastSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/ReloadSiteEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/SiteStateEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/TribesSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/NodeEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/NodeEvent.MemoryUsage.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/NodeEvent.NodeState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/JedisSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/RequestNodeState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/RabbitMQBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/MulticastReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/TribesReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/RabbitMQReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/RabbitMQSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/JedisBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/class-use/JedisReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/class-use/PageCacheFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/class-use/CsrfSetupFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/class-use/XSSFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/class-use/JspExtensionFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/class-use/RedirectFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/class-use/RedirectFilter.UrlRewriteConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/class-use/MSOfficeUserAgentFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/class-use/SoapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/class-use/RestService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/class-use/GuiHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/class-use/StaticContentHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/class-use/ServiceRequestHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/class-use/ProxyHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/class-use/ErrorPageHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/class-use/RequestHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/class-use/JspHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/PlatformProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/RepositoryUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/RepositoryCacheSoap.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/PackageWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/CacheProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/ApplicationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/RepositoryCache.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/ResponseType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/RepositoryCacheFilesystem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/ThymeleafProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/ThymeleafProcessor.AppNG.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/PlatformTransformer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/ApplicationContext.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/PackageArchive.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/JarInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/JarInfo.JarInfoBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/RepositoryType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/PackageVersion.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/RequestProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/FeatureProviderImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/ZipFileProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/ApplicationSubjectImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/AbstractRequestProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/RepositoryCacheFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/RepositoryScheme.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/AccessibleApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/RepositoryMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/class-use/InstallablePackage.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/GetPackageVersionsResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/GetPackageResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/GetCertificationRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/GetPackageRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/GetPackagesRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/PackageVersions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/GetCertificationResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/Certification.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/GetPackageVersionsRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/GetPackagesResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/class-use/PackageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/class-use/NoSuchSiteException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/class-use/NoSuchRepositoryException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/class-use/ExecutableCliCommand.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/class-use/CliBootstrap.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/class-use/CliCommands.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/class-use/CliCore.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/class-use/CliShell.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/class-use/CliEnvironment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/class-use/BaseApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/class-use/BaseApplication.Mode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/class-use/InstallApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/class-use/DeactivateApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/class-use/ActivateApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/class-use/DeleteApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/class-use/ListApplications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/class-use/CreateProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/class-use/UpdateProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/class-use/PropertyHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/class-use/DeleteProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/class-use/ListProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/permission/class-use/AddPermission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/permission/class-use/ListPermissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/permission/class-use/RemovePermission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/class-use/FileOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/class-use/CommandBatch.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/class-use/CommandMain.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/class-use/CommandList.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/applicationrole/class-use/AddRole.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/applicationrole/class-use/ListRoles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/repository/class-use/DeleteRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/repository/class-use/CreateRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/repository/class-use/ListRepositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/template/class-use/DeleteTemplate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/template/class-use/InstallTemplate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/heartbeat/class-use/HeartBeat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/heartbeat/class-use/HeartBeat.HeartBeatEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/class-use/ListSubjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/class-use/CreateSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/class-use/DeleteSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/class-use/DeleteGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/class-use/AddGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/class-use/CreateGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/class-use/ListGroups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/class-use/CheckSiteRunning.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/class-use/ListSites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/class-use/CreateSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/class-use/ReloadSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/class-use/DeleteSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/class-use/SetSiteActive.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/prettytable/class-use/PrettyTable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/prettytable/class-use/TableConstants.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/prettytable/class-use/TableRow.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/validators/class-use/FileExists.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/servlet/class-use/InstallListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/class-use/If.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/class-use/MultiSiteSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/class-use/ApplicationAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/class-use/Parameter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/class-use/TagletProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/class-use/TagletAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/class-use/ParameterOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/class-use/Attribute.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/class-use/Attribute.Mode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/search/class-use/Searchable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/search/class-use/SearchPart.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/search/class-use/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/class-use/FormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/class-use/Form.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/class-use/FormElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/class-use/FormConfirmation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/class-use/FormGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Applications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/SchemaVersion.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Subjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Nameable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Grant.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/RepositoryType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Links.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Database.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Sites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Linkable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Groups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/UserType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/RepositoryMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Versions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/PackageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Grants.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Databases.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/class-use/Repositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/AppNGizer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/Jaxb2Marshaller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/DatabaseController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/SiteApplicationPropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/PlatformController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/RoleController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/SessionFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/GroupController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/PlatformPropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/SiteController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/SubjectController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/ControllerBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/ApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/SitePropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/RepositoryController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/AppNGizerServlet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/AppNGizerConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/SiteApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/PermissionController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/class-use/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Applications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Subjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/UriAware.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Links.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Database.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Sites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Groups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Databases.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/class-use/Repositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugins/appngizer/class-use/InstallMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugins/appngizer/class-use/UploadMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/camunda/bpm/class-use/TaskWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/auth/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/messaging/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/model/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/observe/impl/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/search/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/environment/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/field/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/api/support/validation/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/controller/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/appngizer/model/xml/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/camunda/bpm/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/application/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/applicationrole/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/group/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/heartbeat/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/permission/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/property/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/repository/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/site/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/subject/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/commands/template/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/prettytable/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/servlet/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/cli/validators/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/filter/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/handler/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/controller/messaging/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/domain/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/model/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/repository/config/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/security/signing/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/service/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/core/xml/repository/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/el/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/forms/impl/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/formtags/providers/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/mail/impl/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/maven/plugins/appngizer/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/dialect/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/persistence/repository/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/indexer/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/json/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/search/searcher/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/form/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/taglib/search/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/persistence/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/testsupport/validation/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/file/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/image/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/locator/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/markup/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/os/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/poi/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/ui/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/tools/zipcode/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/application/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/platform/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/org/appng/xml/transformation/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs/help-doc.html... [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-parent --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-parent --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-parent --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-parent/1.16.2/appng-parent-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/target/appng-parent-1.16.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-parent/1.16.2/appng-parent-1.16.2.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-parent --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.5-02 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-parent/1.16.2/appng-parent-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/target/appng-parent-1.16.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-parent/1.16.2/appng-parent-1.16.2.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tools 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-tools --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 37 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/src/main/java/org/appng/tools/locator/GMapGeoLocator.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/src/main/java/org/appng/tools/locator/GMapGeoLocator.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/src/main/java/org/appng/tools/locator/GMapGeoLocator.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 16 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-tools --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-tools --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.tools.poi.WorkbookTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.525 s - in org.appng.tools.poi.WorkbookTest [INFO] Running org.appng.tools.image.DimensionTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.appng.tools.image.DimensionTest [INFO] Running org.appng.tools.image.ImageProcessorTest 2018-01-15 16:03:56,242 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org 2018-01-15 16:03:56,443 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org 2018-01-15 16:03:56,456 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org 2018-01-15 16:03:56,544 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org 2018-01-15 16:03:56,554 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org 2018-01-15 16:03:56,639 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org 2018-01-15 16:03:56,729 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org 2018-01-15 16:03:56,824 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org 2018-01-15 16:03:56,935 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.941 s - in org.appng.tools.image.ImageProcessorTest [INFO] Running org.appng.tools.markup.XHTMLTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.appng.tools.markup.XHTMLTest [INFO] Running org.appng.tools.file.MagicByteCheckTest 2018-01-15 16:03:57,067 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2018-01-15 16:03:57,068 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.001 2018-01-15 16:03:57,069 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2018-01-15 16:03:57,070 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.001 2018-01-15 16:03:57,075 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (png) is not identical with file extension for file jpg 2018-01-15 16:03:57,075 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.003 2018-01-15 16:03:57,077 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file gif 2018-01-15 16:03:57,077 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.002 2018-01-15 16:03:57,078 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file png 2018-01-15 16:03:57,078 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.001 2018-01-15 16:03:57,080 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file pdf 2018-01-15 16:03:57,080 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.001 [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.024 s - in org.appng.tools.file.MagicByteCheckTest [INFO] Running org.appng.tools.os.CommandTest 2018-01-15 16:03:57,087 DEBUG [main] org.appng.tools.os.Command : executing: 'ls' [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.appng.tools.os.CommandTest [INFO] Running org.appng.tools.locator.GeoLocatorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 s - in org.appng.tools.locator.GeoLocatorTest [INFO] Running org.appng.tools.ui.PaginationTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.appng.tools.ui.PaginationTest [INFO] Running org.appng.tools.ui.StringNormalizerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.appng.tools.ui.StringNormalizerTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 31, Failures: 0, Errors: 0, Skipped: 2 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-tools --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.16.2.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-tools --- [WARNING] Error fetching link: https://github.com/FasterXML/jackson-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://github.com/FasterXML/jackson/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://github.com/FasterXML/jackson/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.slf4j.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://sourceforge.net/projects/im4java/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://github.com/arimus/jmimemagic/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.tools.poi... Loading source files for package org.appng.tools.image... Loading source files for package org.appng.tools.markup... Loading source files for package org.appng.tools... Loading source files for package org.appng.tools.file... Loading source files for package org.appng.tools.zipcode... Loading source files for package org.appng.tools.os... Loading source files for package org.appng.tools.locator... Loading source files for package org.appng.tools.ui... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/Border.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/Border.BorderLocation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/Borders.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/Borders.BorderBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/ColumnDefinition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/FontBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/WorkBookHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/image/Captcha.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/image/ImageMetaData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/image/ImageProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/markup/XHTML.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/markup/XML.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/RandomUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/FilePrefixFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/FileSuffixFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/MagicByteCheck.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/PropertyConstantCreator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/DefaultZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/GermanyZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/ZipCodeCountry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/ZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/ZipCodeValidatorFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/Command.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/Command.StreamConsumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/OperatingSystem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/StringConsumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/locator/Coordinate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/locator/GeoLocator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/locator/GMapGeoLocator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/ui/Chunk.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/ui/Pagination.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/ui/StringNormalizer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/image/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/image/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/image/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/locator/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/locator/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/locator/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/markup/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/markup/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/markup/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/ui/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/ui/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/ui/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/constant-values.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/class-use/FontBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/class-use/ColumnDefinition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/class-use/Borders.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/class-use/Borders.BorderBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/class-use/WorkBookHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/class-use/Border.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/class-use/Border.BorderLocation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/image/class-use/ImageProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/image/class-use/Captcha.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/image/class-use/ImageMetaData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/markup/class-use/XML.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/markup/class-use/XHTML.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/class-use/RandomUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/class-use/PropertyConstantCreator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/class-use/FileSuffixFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/class-use/MagicByteCheck.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/class-use/FilePrefixFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/class-use/DefaultZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/class-use/ZipCodeCountry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/class-use/ZipCodeValidatorFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/class-use/ZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/class-use/GermanyZipCodeValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/class-use/Command.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/class-use/Command.StreamConsumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/class-use/OperatingSystem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/class-use/StringConsumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/locator/class-use/GeoLocator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/locator/class-use/GMapGeoLocator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/locator/class-use/Coordinate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/ui/class-use/Chunk.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/ui/class-use/StringNormalizer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/ui/class-use/Pagination.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/file/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/image/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/locator/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/markup/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/os/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/poi/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/ui/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/org/appng/tools/zipcode/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.16.2-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-tools >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-tools <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-tools --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-tools --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.16.2-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-tools --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-tools --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.16.2/appng-tools-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.16.2/appng-tools-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.16.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.16.2/appng-tools-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.16.2/appng-tools-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.16.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.16.2/appng-tools-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.16.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.16.2/appng-tools-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.16.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.16.2/appng-tools-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.16.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.16.2/appng-tools-1.16.2-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-tools --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.5-02 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.16.2/appng-tools-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.16.2/appng-tools-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.16.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.16.2/appng-tools-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.16.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.16.2/appng-tools-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.16.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.16.2/appng-tools-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.16.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.16.2/appng-tools-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.16.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.16.2/appng-tools-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.16.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tools/1.16.2/appng-tools-1.16.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Mail 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-mail --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-mail --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-mail --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-mail --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-mail --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.mail.MailTest DEBUG: setDebug: JavaMail version 1.4.5 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s - in org.appng.mail.MailTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-mail --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.16.2.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-mail --- [WARNING] Error fetching link: http://kenai.com/projects/javamail/mail/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.slf4j.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.mail... Loading source files for package org.appng.mail.impl... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/Address.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/Attachment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/Mail.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/Mail.RecipientType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/MailException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/MailTransport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/Receiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/impl/AttachmentImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/impl/DefaultTransport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/impl/MailImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/impl/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/impl/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/impl/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/class-use/MailTransport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/class-use/Receiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/class-use/Attachment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/class-use/Address.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/class-use/MailException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/class-use/Mail.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/class-use/Mail.RecipientType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/impl/class-use/MailImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/impl/class-use/DefaultTransport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/impl/class-use/AttachmentImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/org/appng/mail/impl/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.16.2-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-mail >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-mail <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-mail --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-mail --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.16.2-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-mail --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-mail --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.16.2/appng-mail-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.16.2/appng-mail-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.16.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.16.2/appng-mail-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.16.2/appng-mail-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.16.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.16.2/appng-mail-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.16.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.16.2/appng-mail-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.16.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.16.2/appng-mail-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.16.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.16.2/appng-mail-1.16.2-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-mail --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.5-02 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.16.2/appng-mail-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.16.2/appng-mail-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.16.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.16.2/appng-mail-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.16.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.16.2/appng-mail-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.16.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.16.2/appng-mail-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.16.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.16.2/appng-mail-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.16.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.16.2/appng-mail-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.16.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-mail/1.16.2/appng-mail-1.16.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Forms 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-forms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-forms --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-forms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-forms --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-forms --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.forms.XSSUtilTest System property [org.owasp.esapi.opsteam] is not set System property [org.owasp.esapi.devteam] is not set Attempting to load ESAPI.properties via file I/O. Attempting to load ESAPI.properties as resource file via file I/O. Not found in 'org.owasp.esapi.resources' directory or file not readable: /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/ESAPI.properties Not found in SystemResource Directory/resourceDirectory: .esapi/ESAPI.properties Not found in 'user.home' (/var/lib/jenkins) directory: /var/lib/jenkins/esapi/ESAPI.properties Loading ESAPI.properties via file I/O failed. Exception was: java.io.FileNotFoundException Attempting to load ESAPI.properties via the classpath. SUCCESSFULLY LOADED ESAPI.properties via the CLASSPATH from '/ (root)' using current thread context class loader! SecurityConfiguration for Validator.ConfigurationFile.MultiValued not found in ESAPI.properties. Using default: false SecurityConfiguration for Validator.ConfigurationFile not found in ESAPI.properties. Using default: validation.properties Attempting to load validation.properties via file I/O. Attempting to load validation.properties as resource file via file I/O. Not found in 'org.owasp.esapi.resources' directory or file not readable: /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/validation.properties Not found in SystemResource Directory/resourceDirectory: .esapi/validation.properties Not found in 'user.home' (/var/lib/jenkins) directory: /var/lib/jenkins/esapi/validation.properties Loading validation.properties via file I/O failed. Attempting to load validation.properties via the classpath. validation.properties could not be loaded by any means. fail. Exception was: java.lang.IllegalArgumentException: Failed to load ESAPI.properties as a classloader resource. SecurityConfiguration for ESAPI.printProperties not found in ESAPI.properties. Using default: false SecurityConfiguration for Encryptor.CipherTransformation not found in ESAPI.properties. Using default: AES/CBC/PKCS5Padding SecurityConfiguration for ESAPI.Logger not found in ESAPI.properties. Using default: org.owasp.esapi.reference.JavaLogFactory SecurityConfiguration for Logger.LogApplicationName not found in ESAPI.properties. Using default: true SecurityConfiguration for Logger.LogServerIP not found in ESAPI.properties. Using default: true SecurityConfiguration for Logger.ApplicationName not found in ESAPI.properties. Using default: DefaultName SecurityConfiguration for Encoder.AllowMultipleEncoding not found in ESAPI.properties. Using default: false SecurityConfiguration for Encoder.AllowMixedEncoding not found in ESAPI.properties. Using default: false SecurityConfiguration for Encoder.AllowMultipleEncoding not found in ESAPI.properties. Using default: false SecurityConfiguration for Encoder.AllowMixedEncoding not found in ESAPI.properties. Using default: false [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.22 s - in org.appng.forms.XSSUtilTest [INFO] Running org.appng.forms.FormRequestTest 2018-01-15 16:04:28,674 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2018-01-15 16:04:28,675 DEBUG [main] org.appng.forms.impl.RequestBean: content type: null 2018-01-15 16:04:28,676 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2018-01-15 16:04:28,676 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2018-01-15 16:04:28,676 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2018-01-15 16:04:28,676 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2018-01-15 16:04:28,677 DEBUG [main] org.appng.forms.impl.RequestBean: request method: GET 2018-01-15 16:04:28,681 TRACE [main] org.appng.forms.impl.RequestBean: GET parameter: foo is multi-valued 2018-01-15 16:04:28,681 TRACE [main] org.appng.forms.impl.RequestBean: GET parameter: foo = [bar, 42] 2018-01-15 16:04:28,681 TRACE [main] org.appng.forms.impl.RequestBean: parameter 'foo' is multi-valued, discarding value(s) [42] 2018-01-15 16:04:28,689 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2018-01-15 16:04:28,690 DEBUG [main] org.appng.forms.impl.RequestBean: content type: multipart/form-data; boundary=foobar 2018-01-15 16:04:28,690 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2018-01-15 16:04:28,690 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2018-01-15 16:04:28,690 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2018-01-15 16:04:28,690 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2018-01-15 16:04:28,691 DEBUG [main] org.appng.forms.impl.RequestBean: request method: POST 2018-01-15 16:04:28,720 TRACE [main] org.appng.forms.impl.RequestBean: POST parameter: foo = bar 2018-01-15 16:04:28,723 TRACE [main] org.appng.forms.impl.RequestBean: POST upload parameter: /tmp/5F2ACDC183D81BEFC73E7B7482ECEAA4_58.jpg (size 10551, type: image/jpeg, original name:anonymous.jpg) 2018-01-15 16:04:28,730 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2018-01-15 16:04:28,730 DEBUG [main] org.appng.forms.impl.RequestBean: content type: multipart/form-data; boundary=foobar 2018-01-15 16:04:28,730 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2018-01-15 16:04:28,730 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2018-01-15 16:04:28,730 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2018-01-15 16:04:28,731 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2018-01-15 16:04:28,731 DEBUG [main] org.appng.forms.impl.RequestBean: request method: POST 2018-01-15 16:04:28,732 TRACE [main] org.appng.forms.impl.RequestBean: POST parameter: foo = bar 2018-01-15 16:04:28,733 TRACE [main] org.appng.forms.impl.RequestBean: POST upload parameter: /tmp/5F2ACDC183D81BEFC73E7B7482ECEAA4_59.jpg (size 10551, type: image/jpeg, original name:anonymous.jpg) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s - in org.appng.forms.FormRequestTest [INFO] Running org.appng.forms.RequestTest 2018-01-15 16:04:28,737 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter foo:bar 2018-01-15 16:04:28,737 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter john:doe 2018-01-15 16:04:28,737 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter foo:bar [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.appng.forms.RequestTest [INFO] Running org.appng.forms.FormUploadTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.appng.forms.FormUploadTest [INFO] Running org.appng.el.ExpressionEvaluatorTest 2018-01-15 16:04:28,763 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-01-15 16:04:28,763 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-01-15 16:04:28,763 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-01-15 16:04:28,763 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-01-15 16:04:28,780 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq 5 ? 'is five' : 'is not five'} = is five [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,780 DEBUG [main] org.appng.el.ExpressionEvaluator: ${b eq 5 ? 'is five' : 'is not five'} = is not five [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,781 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq null ? 'is null': 'is not null'} = is not null [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,781 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null ? 'is null': 'is not null'} = is null [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,782 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-01-15 16:04:28,782 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-01-15 16:04:28,783 DEBUG [main] org.appng.el.ExpressionEvaluator: ${map['foo'] eq 'bar'} = true [(a = 5), (b = 6), (SESSION = {foo=5}), (map = {foo=bar})] 2018-01-15 16:04:28,783 DEBUG [main] org.appng.el.ExpressionEvaluator: ${map['foo']} = bar [(a = 5), (b = 6), (SESSION = {foo=5}), (map = {foo=bar})] 2018-01-15 16:04:28,784 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-01-15 16:04:28,784 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-01-15 16:04:28,784 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':asList' with method 'public static java.util.List org.appng.el.ExpressionEvaluatorTest.asList(java.lang.Object[]), 2018-01-15 16:04:28,786 DEBUG [main] org.appng.el.ExpressionEvaluator: ${asList(args)} = [1, 4, 56.0] [(args = [Ljava.lang.Object;@1f3f4916), (a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,786 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-01-15 16:04:28,786 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-01-15 16:04:28,787 DEBUG [main] org.appng.el.ExpressionEvaluator: ${numbers[0] == 1} = true [(a = 5), (b = 6), (numbers = [I@794cb805), (SESSION = {foo=5})] 2018-01-15 16:04:28,788 DEBUG [main] org.appng.el.ExpressionEvaluator: ${numbers[0] + numbers[3]} = 5 [(a = 5), (b = 6), (numbers = [I@794cb805), (SESSION = {foo=5})] 2018-01-15 16:04:28,788 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-01-15 16:04:28,788 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-01-15 16:04:28,792 DEBUG [main] org.appng.el.ExpressionEvaluator: ${dummy.type eq 'ON'} = true [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)] 2018-01-15 16:04:28,792 DEBUG [main] org.appng.el.ExpressionEvaluator: ${dummy.type eq type} = true [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)] 2018-01-15 16:04:28,793 DEBUG [main] org.appng.el.ExpressionEvaluator: ${dummy.type eq 'OFF'} = false [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)] 2018-01-15 16:04:28,793 DEBUG [main] org.appng.el.ExpressionEvaluator: ${dummy.dummies[0].type eq dummy.type} = false [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)] 2018-01-15 16:04:28,793 DEBUG [main] org.appng.el.ExpressionEvaluator: ${dummy.foo eq 42} = true [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)] 2018-01-15 16:04:28,794 DEBUG [main] org.appng.el.ExpressionEvaluator: ${dummy.bar eq 'bar'} = true [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)] 2018-01-15 16:04:28,795 DEBUG [main] org.appng.el.ExpressionEvaluator: ${empty dummy.dummies[0].dummies} = true [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)] 2018-01-15 16:04:28,795 DEBUG [main] org.appng.el.ExpressionEvaluator: ${dummy.dummies[0].foo eq 23} = true [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)] 2018-01-15 16:04:28,795 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':size' with method 'public static int org.appng.el.ExpressionEvaluatorTest.size(java.util.Collection), 2018-01-15 16:04:28,796 DEBUG [main] org.appng.el.ExpressionEvaluator: ${size(dummy.dummies) eq 1} = true [(dummy = foo=42, bar=null, dummies=[foo=23, bar=null, dummies=null]), (a = 5), (b = 6), (SESSION = {foo=5}), (type = ON)] 2018-01-15 16:04:28,796 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-01-15 16:04:28,796 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-01-15 16:04:28,797 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-01-15 16:04:28,797 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-01-15 16:04:28,797 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'site-id' of type 'java.lang.String' to value '' 2018-01-15 16:04:28,798 DEBUG [main] org.appng.el.ExpressionEvaluator: ${site-id eq ''} = true [(a = 5), (b = 6), (SESSION = {foo=5}), (site-id = )] true 2018-01-15 16:04:28,798 DEBUG [main] org.appng.el.ExpressionEvaluator: ${site-id} = 0 [(a = 5), (b = 6), (SESSION = {foo=5}), (site-id = )] 0 2018-01-15 16:04:28,799 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-01-15 16:04:28,799 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-01-15 16:04:28,799 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] true 2018-01-15 16:04:28,800 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-01-15 16:04:28,800 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-01-15 16:04:28,800 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,801 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq c} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,801 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq null} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,801 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-01-15 16:04:28,801 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-01-15 16:04:28,802 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.String' to value '1' 2018-01-15 16:04:28,802 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'A' of type 'java.lang.String' to value '3' 2018-01-15 16:04:28,802 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'ab' of type 'java.lang.String' to value '5' 2018-01-15 16:04:28,802 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'aB' of type 'java.lang.String' to value '6' 2018-01-15 16:04:28,802 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-01-15 16:04:28,802 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a_b' of type 'java.lang.String' to value '7' 2018-01-15 16:04:28,802 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a_' of type 'java.lang.String' to value '2' 2018-01-15 16:04:28,803 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'A_' of type 'java.lang.String' to value '4' 2018-01-15 16:04:28,803 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'aB_' of type 'java.lang.String' to value '8' 2018-01-15 16:04:28,803 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a} = 1 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)] 2018-01-15 16:04:28,803 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a_} = 2 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)] 2018-01-15 16:04:28,804 DEBUG [main] org.appng.el.ExpressionEvaluator: ${A} = 3 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)] 2018-01-15 16:04:28,804 DEBUG [main] org.appng.el.ExpressionEvaluator: ${A_} = 4 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)] 2018-01-15 16:04:28,804 DEBUG [main] org.appng.el.ExpressionEvaluator: ${ab} = 5 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)] 2018-01-15 16:04:28,805 DEBUG [main] org.appng.el.ExpressionEvaluator: ${aB} = 6 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)] 2018-01-15 16:04:28,805 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a_b} = 7 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)] 2018-01-15 16:04:28,805 DEBUG [main] org.appng.el.ExpressionEvaluator: ${aB_} = 8 [(a = 1), (A = 3), (ab = 5), (aB = 6), (b = 6), (a_b = 7), (SESSION = {foo=5}), (a_ = 2), (A_ = 4), (aB_ = 8)] 2018-01-15 16:04:28,806 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-01-15 16:04:28,806 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-01-15 16:04:28,806 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a == b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,807 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a < b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,808 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a <= b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,811 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a > b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,811 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a >= b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,812 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,812 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a ne b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,813 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a lt b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,813 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a gt b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,813 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-01-15 16:04:28,813 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-01-15 16:04:28,814 DEBUG [main] org.appng.el.ExpressionEvaluator: ${uizuihm eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,815 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-01-15 16:04:28,815 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-01-15 16:04:28,815 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,815 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,816 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,816 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-01-15 16:04:28,816 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-01-15 16:04:28,817 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-01-15 16:04:28,817 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-01-15 16:04:28,817 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':max' with method 'public static int java.lang.Math.max(int,int), 2018-01-15 16:04:28,817 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':min' with method 'public static int java.lang.Math.min(int,int), 2018-01-15 16:04:28,817 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':sqrt' with method 'public static double java.lang.Math.sqrt(double), 2018-01-15 16:04:28,818 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function 'ait:sqrt' with method 'public static double java.lang.Math.sqrt(double), 2018-01-15 16:04:28,818 DEBUG [main] org.appng.el.ExpressionEvaluator: ${min(a,b)} = 5 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,818 DEBUG [main] org.appng.el.ExpressionEvaluator: ${max(a,b)} = 6 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,819 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a-b} = -1 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,819 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a+b} = 11 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,819 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a*b} = 30 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,820 DEBUG [main] org.appng.el.ExpressionEvaluator: ${(a*a) - (b/b)} = 24 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,820 DEBUG [main] org.appng.el.ExpressionEvaluator: ${sqrt(25)} = 5.0 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,821 DEBUG [main] org.appng.el.ExpressionEvaluator: ${ait:sqrt(36)} = 6.0 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,821 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-01-15 16:04:28,821 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-01-15 16:04:28,821 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.foo eq 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,822 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION['foo'] eq 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,822 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.foo ne null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,823 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION['bar'] eq 5} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,823 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.bar eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,824 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-01-15 16:04:28,824 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-01-15 16:04:28,825 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a.toString() == 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,826 DEBUG [main] org.appng.el.ExpressionEvaluator: ${b.toString() == 5} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,826 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-01-15 16:04:28,826 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-01-15 16:04:28,826 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,827 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-01-15 16:04:28,827 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.appng.el.ExpressionEvaluatorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-forms --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.16.2.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-forms --- [WARNING] Error fetching link: http://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.slf4j.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.mockito.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://www.owasp.org/index.php/Category:OWASP_Enterprise_Security_API/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://jsoup.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.forms... Loading source files for package org.appng.forms.impl... Loading source files for package org.appng.el... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/FormUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/FormUploadValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/Request.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/RequestContainer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/XSSUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/impl/FormUploadBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/impl/RequestBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/el/ExpressionEvaluator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/el/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/el/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/el/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/impl/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/impl/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/impl/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/constant-values.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/class-use/RequestContainer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/class-use/FormUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/class-use/FormUploadValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/class-use/XSSUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/class-use/Request.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/impl/class-use/RequestBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/impl/class-use/FormUploadBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/el/class-use/ExpressionEvaluator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/el/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/org/appng/forms/impl/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.16.2-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-forms >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-forms <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-forms --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-forms --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.16.2-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-forms --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-forms --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.16.2/appng-forms-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.16.2/appng-forms-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.16.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.16.2/appng-forms-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.16.2/appng-forms-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.16.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.16.2/appng-forms-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.16.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.16.2/appng-forms-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.16.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.16.2/appng-forms-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.16.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.16.2/appng-forms-1.16.2-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-forms --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.5-02 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.16.2/appng-forms-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.16.2/appng-forms-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.16.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.16.2/appng-forms-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.16.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.16.2/appng-forms-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.16.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.16.2/appng-forms-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.16.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.16.2/appng-forms-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.16.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.16.2/appng-forms-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.16.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-forms/1.16.2/appng-forms-1.16.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng Formtags 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-formtags --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-formtags --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-formtags --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-formtags --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-formtags --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.formtags.RuleValidationTest 2018-01-15 16:04:37,363 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,364 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,364 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,364 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,365 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,365 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,365 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,365 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,365 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,365 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,365 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,365 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,365 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,366 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,366 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,366 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,366 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,366 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,388 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email('mm@aiticon.de')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,388 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email('_mm@aiticon.de')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,389 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email('mm@aiticon')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,390 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email('@aiticon.de')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,393 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,393 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,394 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,394 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,394 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,395 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,395 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,395 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,395 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,395 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,395 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,395 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,395 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,396 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,396 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,396 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,396 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,396 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,399 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(foo,3)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,400 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(foo,4)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,401 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(multifoo,4)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,401 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(multifoo,5)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,402 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(multibar,5)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,404 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,405 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,405 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,405 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,405 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,406 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,406 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,406 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,406 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,406 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,406 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,406 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,406 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,407 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,407 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,407 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,407 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,407 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,408 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCount(upload, 1, 2)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,409 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCount(upload, 1, 0)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,410 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCount(upload, 3, 2)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,412 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,412 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,413 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,413 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,413 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,413 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,414 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,414 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,414 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,414 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,414 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,415 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,415 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,415 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,415 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,415 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,416 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,416 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,417 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMax(upload, 3)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,417 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMax(upload, 1)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,418 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMax(upload, 0)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,420 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,420 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,420 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,421 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,421 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,421 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,421 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,421 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,422 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,422 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,422 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,422 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,423 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,423 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,423 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,423 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,423 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,424 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,424 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMin(upload, 1)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,425 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMin(upload, 5)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,426 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMin(upload, 3)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,427 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,428 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,428 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,428 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,428 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,428 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,429 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,429 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,429 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,429 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,429 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,430 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,430 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,430 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,430 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,430 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,431 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,431 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,432 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,1,1)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,433 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,1,2)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,434 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,2,1)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,434 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,2,2)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,435 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,3,1)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,436 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,3,2)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,437 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,3,3)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,437 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,3,4)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,438 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,4,3)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,439 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(foobar,4,4)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,442 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,443 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,443 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,443 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,443 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,443 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,443 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,444 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,444 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,444 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,444 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,444 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,444 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,444 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,444 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,444 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,444 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,445 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,447 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSize(upload,'500KB','2.5MB')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,448 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSize(upload,'600KB','1.1MB')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,449 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSize(upload,'500KB','0.1MB')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,450 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,450 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,450 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,451 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,451 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,451 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,451 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,451 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,451 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,452 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,452 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,452 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,452 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,452 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,452 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,453 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,453 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,453 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,454 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileType(upload,'jpg,gif,png')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,454 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileType(upload,'tif,pdf')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,456 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,456 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,456 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,456 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,456 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,456 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,456 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,456 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,456 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,456 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,456 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,456 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,456 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,457 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,457 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,457 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,457 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,457 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,463 [main] DEBUG org.appng.el.ExpressionEvaluator - ${captcha(bar, SESSION.foobar)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,464 [main] DEBUG org.appng.el.ExpressionEvaluator - ${captcha(bar, SESSION['foobar'])} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,465 [main] DEBUG org.appng.el.ExpressionEvaluator - ${captcha(5, SESSION.foobar)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,466 [main] DEBUG org.appng.el.ExpressionEvaluator - ${captcha(5, SESSION['foobar'])} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,467 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,467 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,467 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,467 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,468 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,468 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,468 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,468 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,468 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,468 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,469 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,469 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,469 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,469 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,469 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,469 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,469 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,470 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,470 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(foo,1,3)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,471 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(foo,4,5)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,471 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multifoo,1,4)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,472 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multifoo,1,3)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,473 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multifoo,5,7)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,473 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multibar,1,3)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,474 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multibar,5,7)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,475 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,475 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,475 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,475 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,476 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,476 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,476 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,476 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,476 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,476 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,476 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,477 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,477 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,477 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,477 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,477 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,477 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,477 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,478 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals('a','a')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,478 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals('b','b')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,479 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals('a','A')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,479 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals('a',' A')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,481 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,481 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,481 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,481 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,481 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,481 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,482 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,482 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,482 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,482 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,482 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,482 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,482 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,483 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,483 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,483 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,483 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,483 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,483 [main] DEBUG org.appng.el.ExpressionEvaluator - ${number(foo)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,484 [main] DEBUG org.appng.el.ExpressionEvaluator - ${number(bar)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,485 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,485 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,485 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,485 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,485 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,485 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,485 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,485 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,485 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,485 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,485 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,485 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,486 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,486 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,486 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,486 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,486 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,486 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,487 [main] DEBUG org.appng.el.ExpressionEvaluator - ${regExp('abc','[a-z]+')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,487 [main] DEBUG org.appng.el.ExpressionEvaluator - ${regExp('abc','[a-z]{4,}')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,488 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,488 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,488 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,488 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,488 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,488 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,488 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,488 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,488 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,488 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,488 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,488 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,489 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,489 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,489 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,489 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,489 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,489 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,489 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foo,4)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,490 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foo,2)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,490 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(multifoo,4)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,490 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(multifoo,3)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,490 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(multibar,3)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,493 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,493 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,493 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,493 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,493 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,494 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,494 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,494 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,494 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,494 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,494 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,494 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,494 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,495 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,495 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,495 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,495 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,495 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,496 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(foo,3)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,496 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(foo,4)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,497 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(multifoo,4)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,497 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(multifoo,5)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,497 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(multibar,5)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,501 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,502 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,502 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,502 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,502 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,502 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,502 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,502 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,503 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,503 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,503 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,503 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,503 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,503 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,503 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,503 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,503 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,504 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,504 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMax(upload,'850KB')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,505 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMax(upload,'200KB')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,506 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,506 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,506 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,506 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,506 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,506 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,506 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,506 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,506 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,506 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,506 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,506 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,506 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,506 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,507 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,507 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,507 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,507 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,507 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMax(upload,'3.5MB')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,508 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMax(upload,'0.1MB')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,509 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,509 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,509 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,510 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,510 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,510 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,510 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,510 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,510 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,510 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,511 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,511 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,511 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,511 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,511 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,511 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,511 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,511 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,512 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMin(upload,'500KB')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,512 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMin(upload,'1100KB')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,514 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,514 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,514 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,514 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,514 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,514 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,514 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,514 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,514 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,514 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,514 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,514 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,514 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,514 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,514 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,514 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,514 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,514 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,515 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMin(upload,'0.5MB')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,516 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMin(upload,'1.1MB')} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,517 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,517 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,517 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,517 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,517 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,518 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,518 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,518 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,518 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,518 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,518 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,518 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,518 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,519 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,519 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,519 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,519 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,519 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,519 [main] DEBUG org.appng.el.ExpressionEvaluator - ${string(foo)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,520 [main] DEBUG org.appng.el.ExpressionEvaluator - ${string(bar)} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,520 [main] DEBUG org.appng.el.ExpressionEvaluator - ${string(foobar)} = false [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] 2018-01-15 16:04:37,521 [main] DEBUG org.appng.el.ExpressionEvaluator - ${string('foobar')} = true [(bar = 123), (foobar = 123.45), (multifoo = [a, b, c, d]), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (foo = foo), (SESSION = {foobar=5})] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.441 s - in org.appng.formtags.RuleValidationTest [INFO] Running org.appng.formtags.FormElementRuleTest 2018-01-15 16:04:37,545 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,546 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,546 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,546 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,546 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,546 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,546 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,547 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,547 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,547 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,547 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,547 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,547 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,547 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,547 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,547 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,547 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,548 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,548 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email(field)} = false [(field = abc), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2018-01-15 16:04:37,613 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,613 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,613 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,613 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,614 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,614 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,614 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,614 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,614 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,614 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,614 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,614 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,614 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,615 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,615 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,615 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,615 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,615 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,615 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size} = false [(field = abc), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2018-01-15 16:04:37,617 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,617 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,617 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,617 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,617 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,617 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,617 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,618 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,618 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,618 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,618 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,618 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,618 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,618 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,618 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,618 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,618 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,619 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,619 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(multivalued,2)} = true [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2018-01-15 16:04:37,620 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,620 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,620 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,621 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,621 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,621 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,621 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,621 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,621 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,621 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,621 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,621 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,621 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,622 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,622 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,622 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,622 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,622 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,622 [main] DEBUG org.appng.el.ExpressionEvaluator - ${size(multivalued,3)} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2018-01-15 16:04:37,624 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,624 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,624 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,625 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,625 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,625 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,625 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,625 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,625 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,625 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,625 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,625 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,625 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,626 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,626 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,626 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,626 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,626 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,626 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMax(upload,'1KB')} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2018-01-15 16:04:37,628 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,628 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,628 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,628 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,628 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,629 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,629 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,629 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,629 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,629 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,629 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,629 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,629 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,629 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,629 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,630 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,630 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,630 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,630 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSizeMin(upload,'2MB')} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2018-01-15 16:04:37,632 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,632 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,632 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,632 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,632 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,632 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,632 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,632 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,632 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,633 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,633 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,633 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,633 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,633 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,633 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,633 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,633 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,633 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,634 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCount(upload,3,5)} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2018-01-15 16:04:37,635 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,635 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,635 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,636 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,636 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,636 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,636 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,636 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,636 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,636 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,636 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,636 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,637 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,637 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,637 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,637 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,637 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,637 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,637 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMax(upload,1)} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2018-01-15 16:04:37,639 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,639 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,639 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,639 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,639 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,640 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,640 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,640 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,640 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,640 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,640 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,640 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,640 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,640 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,640 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,641 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,641 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,641 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,641 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileCountMin(upload,5)} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2018-01-15 16:04:37,643 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,643 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,643 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,643 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,643 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,643 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,643 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,643 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,644 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,644 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,644 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,644 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,644 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,644 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,644 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,644 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,644 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,644 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,645 [main] DEBUG org.appng.el.ExpressionEvaluator - ${numberFractionDigits(field,2,2)} = false [(field = 12.345), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2018-01-15 16:04:37,646 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,647 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,647 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,647 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,647 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,647 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,647 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,647 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,647 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,647 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,647 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,648 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,648 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,648 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,648 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,648 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,648 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,648 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,649 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileSize(upload,3,5)} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2018-01-15 16:04:37,650 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,650 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,650 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,650 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,651 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,651 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,651 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,651 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,651 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,651 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,651 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,651 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,651 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,651 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,652 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,652 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,652 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,652 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,652 [main] DEBUG org.appng.el.ExpressionEvaluator - ${fileType(upload,'gif')} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2018-01-15 16:04:37,654 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,654 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,654 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,654 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,654 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,654 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,655 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,655 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,655 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,655 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,655 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,655 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,655 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,655 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,655 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,655 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,655 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,655 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,656 [main] DEBUG org.appng.el.ExpressionEvaluator - ${captcha(field,'field')} = false [(field = ab), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2018-01-15 16:04:37,669 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,669 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,669 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,669 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,669 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,669 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,669 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,669 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,669 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,669 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,669 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,669 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,669 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,669 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,669 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,669 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,669 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,669 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,669 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(field,3,5)} = false [(field = ab), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2018-01-15 16:04:37,675 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,675 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,675 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,675 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,675 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,675 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,675 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,675 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,675 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,675 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,675 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,675 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,675 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,676 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,676 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,676 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,676 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,676 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,676 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(field,3,5)} = false [(field = abcdef), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2018-01-15 16:04:37,678 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,678 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,678 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,678 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,678 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,678 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,678 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,678 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,678 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,678 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,678 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,679 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,679 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,679 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,679 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,679 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,679 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,679 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,679 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(field,1,2)} = true [(field = ab), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2018-01-15 16:04:37,681 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,681 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,681 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,681 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,681 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,681 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,681 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,681 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,681 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,681 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,681 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,681 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,681 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,682 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,682 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,682 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,682 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,682 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,682 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multivalued,1,2)} = true [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2018-01-15 16:04:37,683 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,683 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,684 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,684 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,684 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,684 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,684 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,684 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,684 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,684 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,684 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,684 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,685 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,685 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,685 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,685 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,685 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,685 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,685 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multivalued,3,5)} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2018-01-15 16:04:37,687 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,687 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,687 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,687 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,687 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,687 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,687 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,687 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,687 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,688 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,688 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,688 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,688 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,688 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,688 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,688 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,688 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,688 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,689 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMinMax(multivalued,0,1)} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2018-01-15 16:04:37,691 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,691 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,692 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,692 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,692 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,692 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,692 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,692 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,692 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,692 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,692 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,692 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,692 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,692 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,692 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,692 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,692 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,692 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,692 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals(field,'abc')} = true [(field = abc), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2018-01-15 16:04:37,694 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,694 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,694 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,694 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,694 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,694 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,694 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,694 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,694 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,694 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,694 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,694 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,694 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,694 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,694 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,694 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,694 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,694 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,694 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals(field,field)} = true [(field = abc), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2018-01-15 16:04:37,695 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,695 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,695 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,696 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,696 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,696 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,696 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,696 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,696 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,696 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,696 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,696 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,696 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,696 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,696 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,696 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,696 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,696 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,696 [main] DEBUG org.appng.el.ExpressionEvaluator - ${equals(field,'abc')} = false [(field = abcd), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2018-01-15 16:04:37,697 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,698 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,698 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,698 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,698 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,698 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,698 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,698 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,698 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,698 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,698 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,698 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,698 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,698 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,698 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,698 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,698 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,698 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,698 [main] DEBUG org.appng.el.ExpressionEvaluator - ${number(field)} = false [(field = abc), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2018-01-15 16:04:37,700 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,700 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,700 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,700 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,700 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,700 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,700 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,700 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,700 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,700 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,700 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,700 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,700 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,700 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,700 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,700 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,700 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,700 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,700 [main] DEBUG org.appng.el.ExpressionEvaluator - ${regExp(field,'[0-9]{5}')} = false [(field = 1234), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2018-01-15 16:04:37,702 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,702 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,702 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,702 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,702 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,702 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,702 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,702 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,702 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,702 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,702 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,702 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,702 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,702 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,702 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,702 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,702 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,702 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,702 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(field,3)} = false [(field = abcd), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2018-01-15 16:04:37,704 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,704 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,704 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,704 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,704 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,704 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,704 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,704 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,704 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,704 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,704 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,704 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,704 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,704 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,704 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,704 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,704 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,704 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,704 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(multivalued,3)} = true [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2018-01-15 16:04:37,705 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,705 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,705 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,705 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,705 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,705 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,705 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,705 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,705 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,705 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,705 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,705 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,705 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,705 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,705 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,705 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,705 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,705 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,706 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(multivalued,1)} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2018-01-15 16:04:37,707 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,707 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,707 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,707 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,707 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,707 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,707 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,707 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,707 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,707 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,707 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,707 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,707 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,707 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,707 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,707 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,707 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,707 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,708 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(field,3)} = false [(field = ab), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] 2018-01-15 16:04:37,709 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,709 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,709 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,709 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,709 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,709 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,709 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,709 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,709 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,709 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,709 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,709 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,709 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,709 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,709 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,709 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,709 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,709 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,709 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(multivalued,2)} = true [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2018-01-15 16:04:37,710 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,710 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,710 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,710 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,710 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,710 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,710 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,710 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,710 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,710 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,710 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,710 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,710 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,710 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,711 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,711 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,711 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,711 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,711 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMin(multivalued,3)} = false [(upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (multivalued = [ab, cd]), (SESSION = {})] 2018-01-15 16:04:37,712 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,712 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,712 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,712 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,712 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,712 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,712 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,712 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,712 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,712 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,712 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,712 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,712 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,712 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,712 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,712 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,712 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,712 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,713 [main] DEBUG org.appng.el.ExpressionEvaluator - ${string(field)} = false [(field = +++), (upload = [/var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Jellyfish.jpg (size 775702, type: jpg, original name:upload_1.jpg), /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/src/test/resources/images/Lighthouse.jpg (size 561276, type: jpg, original name:upload_2.jpg)]), (SESSION = {})] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 s - in org.appng.formtags.FormElementRuleTest [INFO] Running org.appng.formtags.FormElementTest 2018-01-15 16:04:37,717 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,717 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,717 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,717 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,717 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,717 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,717 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,717 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,717 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,717 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,717 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,717 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,717 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,717 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,717 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,717 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,717 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,717 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,717 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2018-01-15 16:04:37,725 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,725 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,725 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,725 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,725 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,725 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,725 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,725 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,725 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,725 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,725 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,725 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,725 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,725 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,725 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,725 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,725 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,725 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,725 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = false [(foobar = 123456), (SESSION = {})] 2018-01-15 16:04:37,727 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,727 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,727 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,727 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,727 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,727 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,727 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,727 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,727 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,727 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,727 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,727 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,727 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,727 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,727 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,727 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,727 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,727 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,728 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email(email)} = false [(SESSION = {}), (email = foobar)] 2018-01-15 16:04:37,729 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,729 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,729 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,729 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,729 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,729 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,729 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,729 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,729 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,729 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,729 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,729 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,729 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,729 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,729 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,729 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,729 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,729 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,730 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = >), (SESSION = {})] 2018-01-15 16:04:37,731 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,731 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,731 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,731 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,731 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,731 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,731 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,731 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,731 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,731 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,731 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,731 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,731 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,731 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,731 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,731 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,731 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,731 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,731 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2018-01-15 16:04:37,733 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,733 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,733 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,733 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,733 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,733 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,733 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,733 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,733 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,733 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,733 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,733 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,733 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,733 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,733 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,734 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,734 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,734 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,734 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2018-01-15 16:04:37,735 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-01-15 16:04:37,735 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-01-15 16:04:37,735 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':equals' with method 'public static boolean org.appng.formtags.RuleValidation.equals(java.lang.String,java.lang.String), 2018-01-15 16:04:37,735 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':regExp' with method 'public static boolean org.appng.formtags.RuleValidation.regExp(java.lang.String,java.lang.String), 2018-01-15 16:04:37,735 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-01-15 16:04:37,735 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':numberFractionDigits' with method 'public static boolean org.appng.formtags.RuleValidation.numberFractionDigits(java.lang.String,int,int), 2018-01-15 16:04:37,735 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-01-15 16:04:37,735 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-01-15 16:04:37,735 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-01-15 16:04:37,735 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMinMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMinMax(java.lang.Object,int,int), 2018-01-15 16:04:37,735 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileType' with method 'public static boolean org.appng.formtags.RuleValidation.fileType(java.util.List,java.lang.String), 2018-01-15 16:04:37,735 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMin(java.util.List,java.lang.String), 2018-01-15 16:04:37,735 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileSizeMax(java.util.List,java.lang.String), 2018-01-15 16:04:37,735 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileSize' with method 'public static boolean org.appng.formtags.RuleValidation.fileSize(java.util.List,java.lang.String,java.lang.String), 2018-01-15 16:04:37,735 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCount' with method 'public static boolean org.appng.formtags.RuleValidation.fileCount(java.util.List,int,int), 2018-01-15 16:04:37,735 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-01-15 16:04:37,735 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-01-15 16:04:37,735 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':captcha' with method 'public static boolean org.appng.formtags.RuleValidation.captcha(java.lang.String,java.lang.String), 2018-01-15 16:04:37,735 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.appng.formtags.FormElementTest [INFO] Running org.appng.formtags.providers.EmailProviderTest 2018-01-15 16:04:37,752 [main] DEBUG org.appng.formtags.providers.EmailProvider - sending emails is enabled 2018-01-15 16:04:37,753 [main] DEBUG org.appng.formtags.providers.EmailProvider - sending mail: null [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.appng.formtags.providers.EmailProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-formtags --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.16.2.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-formtags --- [WARNING] Error fetching link: http://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-tools/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-forms/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-mail/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://jsoup.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.mockito.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.formtags... Loading source files for package org.appng.formtags.providers... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/Form.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/FormConfirmation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/FormConfirmation.FormConfirmationMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/FormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/FormData.FormDataMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/FormElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/FormElement.InputTag.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/FormElement.InputType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/FormGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/FormProcessProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/LogFormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/RuleValidation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/providers/EmailProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/providers/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/providers/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/providers/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/constant-values.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/Form.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/FormProcessProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/RuleValidation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/FormElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/FormElement.InputType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/FormElement.InputTag.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/FormConfirmation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/FormConfirmation.FormConfirmationMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/FormGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/FormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/FormData.FormDataMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/class-use/LogFormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/providers/class-use/EmailProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/org/appng/formtags/providers/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.16.2-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-formtags >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-formtags <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-formtags --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-formtags --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.16.2-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-formtags --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-formtags --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.16.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.16.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.16.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.16.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.16.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-formtags --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.5-02 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.16.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.16.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.16.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.16.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.16.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.16.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG XML-API 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-xmlapi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-xmlapi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 125 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/transformation/StyleSheetProvider.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/transformation/StyleSheetProvider.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/transformation/StyleSheetProvider.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-xmlapi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 12 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-xmlapi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-xmlapi --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.xml.transformation.StyleSheetProviderTest 2018-01-15 16:04:45,792 DEBUG [main] org.appng.xml.transformation.StyleSheetProvider: stylesheet complete 2018-01-15 16:04:45,792 DEBUG [main] org.appng.xml.transformation.StyleSheetProvider: stylesheet complete [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.461 s - in org.appng.xml.transformation.StyleSheetProviderTest [INFO] Running org.appng.xml.ApplicationPropertyConstantCreatorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.323 s - in org.appng.xml.ApplicationPropertyConstantCreatorTest [INFO] Running org.appng.xml.MarshallServiceTest 2018-01-15 16:04:46,243 ERROR [main] org.appng.xml.MarshallService : error on line 75, column 38: cvc-complex-type.3.2.2: Attribute 'plugin' is not allowed to appear in element 'authentication'. 2018-01-15 16:04:46,243 ERROR [main] org.appng.xml.MarshallService : error on line 75, column 38: cvc-complex-type.3.2.2: Attribute 'plugin' is not allowed to appear in element 'authentication'. 2018-01-15 16:04:46,243 ERROR [main] org.appng.xml.MarshallService : error on line 78, column 20: cvc-complex-type.2.4.a: Invalid content was found starting with element 'application-url'. One of '{"http://www.appng.org/schema/platform":platform-url, "http://www.appng.org/schema/platform":base-url, "http://www.appng.org/schema/platform":current-url, "http://www.appng.org/schema/platform":output, "http://www.appng.org/schema/platform":textelements, "http://www.appng.org/schema/platform":debug}' is expected. 2018-01-15 16:04:46,243 ERROR [main] org.appng.xml.MarshallService : error on line 78, column 20: cvc-complex-type.2.4.a: Invalid content was found starting with element 'application-url'. One of '{"http://www.appng.org/schema/platform":platform-url, "http://www.appng.org/schema/platform":base-url, "http://www.appng.org/schema/platform":current-url, "http://www.appng.org/schema/platform":output, "http://www.appng.org/schema/platform":textelements, "http://www.appng.org/schema/platform":debug}' is expected. 2018-01-15 16:04:46,245 ERROR [main] org.appng.xml.MarshallService : error on line 78, column 20: unexpected element (uri:"http://www.appng.org/schema/platform", local:"application-url"). Expected elements are <{http://www.appng.org/schema/platform}platform-url>,<{http://www.appng.org/schema/platform}base-url>,<{http://www.appng.org/schema/platform}output>,<{http://www.appng.org/schema/platform}debug>,<{http://www.appng.org/schema/platform}session>,<{http://www.appng.org/schema/platform}output-format>,<{http://www.appng.org/schema/platform}textelements>,<{http://www.appng.org/schema/platform}authentications>,<{http://www.appng.org/schema/platform}current-url>,<{http://www.appng.org/schema/platform}labels> 2018-01-15 16:04:46,245 ERROR [main] org.appng.xml.MarshallService : error on line 78, column 20: unexpected element (uri:"http://www.appng.org/schema/platform", local:"application-url"). Expected elements are <{http://www.appng.org/schema/platform}platform-url>,<{http://www.appng.org/schema/platform}base-url>,<{http://www.appng.org/schema/platform}output>,<{http://www.appng.org/schema/platform}debug>,<{http://www.appng.org/schema/platform}session>,<{http://www.appng.org/schema/platform}output-format>,<{http://www.appng.org/schema/platform}textelements>,<{http://www.appng.org/schema/platform}authentications>,<{http://www.appng.org/schema/platform}current-url>,<{http://www.appng.org/schema/platform}labels> 2018-01-15 16:04:46,246 ERROR [main] org.appng.xml.MarshallService : error on line 94, column 35: cvc-complex-type.3.2.2: Attribute 'plugin' is not allowed to appear in element 'item'. 2018-01-15 16:04:46,246 ERROR [main] org.appng.xml.MarshallService : error on line 94, column 35: cvc-complex-type.3.2.2: Attribute 'plugin' is not allowed to appear in element 'item'. 2018-01-15 16:04:46,247 ERROR [main] org.appng.xml.MarshallService : error on line 100, column 82: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration. 2018-01-15 16:04:46,247 ERROR [main] org.appng.xml.MarshallService : error on line 100, column 82: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration. 2018-01-15 16:04:46,247 ERROR [main] org.appng.xml.MarshallService : error on line 100, column 82: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'. 2018-01-15 16:04:46,247 ERROR [main] org.appng.xml.MarshallService : error on line 100, column 82: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'. 2018-01-15 16:04:46,248 ERROR [main] org.appng.xml.MarshallService : error on line 103, column 95: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration. 2018-01-15 16:04:46,248 ERROR [main] org.appng.xml.MarshallService : error on line 103, column 95: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration. 2018-01-15 16:04:46,248 ERROR [main] org.appng.xml.MarshallService : error on line 103, column 95: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'. 2018-01-15 16:04:46,248 ERROR [main] org.appng.xml.MarshallService : error on line 103, column 95: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'. 2018-01-15 16:04:46,249 ERROR [main] org.appng.xml.MarshallService : error on line 106, column 78: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration. 2018-01-15 16:04:46,249 ERROR [main] org.appng.xml.MarshallService : error on line 106, column 78: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration. 2018-01-15 16:04:46,249 ERROR [main] org.appng.xml.MarshallService : error on line 106, column 78: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'. 2018-01-15 16:04:46,249 ERROR [main] org.appng.xml.MarshallService : error on line 106, column 78: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'. 2018-01-15 16:04:46,250 ERROR [main] org.appng.xml.MarshallService : error on line 109, column 77: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration. 2018-01-15 16:04:46,250 ERROR [main] org.appng.xml.MarshallService : error on line 109, column 77: cvc-enumeration-valid: Value 'plugin' is not facet-valid with respect to enumeration '[site, sites, application, applications, anchor]'. It must be a value from the enumeration. 2018-01-15 16:04:46,250 ERROR [main] org.appng.xml.MarshallService : error on line 109, column 77: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'. 2018-01-15 16:04:46,250 ERROR [main] org.appng.xml.MarshallService : error on line 109, column 77: cvc-attribute.3: The value 'plugin' of attribute 'type' on element 'item' is not valid with respect to its type, 'itemType'. 2018-01-15 16:04:46,250 ERROR [main] org.appng.xml.MarshallService : error on line 114, column 35: cvc-complex-type.3.2.2: Attribute 'plugin' is not allowed to appear in element 'item'. 2018-01-15 16:04:46,250 ERROR [main] org.appng.xml.MarshallService : error on line 114, column 35: cvc-complex-type.3.2.2: Attribute 'plugin' is not allowed to appear in element 'item'. 2018-01-15 16:04:46,251 ERROR [main] org.appng.xml.MarshallService : error on line 119, column 12: cvc-complex-type.2.4.a: Invalid content was found starting with element 'contents'. One of '{"http://www.appng.org/schema/platform":content}' is expected. 2018-01-15 16:04:46,251 ERROR [main] org.appng.xml.MarshallService : error on line 119, column 12: cvc-complex-type.2.4.a: Invalid content was found starting with element 'contents'. One of '{"http://www.appng.org/schema/platform":content}' is expected. 2018-01-15 16:04:46,251 ERROR [main] org.appng.xml.MarshallService : error on line 119, column 12: unexpected element (uri:"http://www.appng.org/schema/platform", local:"contents"). Expected elements are <{http://www.appng.org/schema/platform}navigation>,<{http://www.appng.org/schema/platform}subject>,<{http://www.appng.org/schema/platform}config>,<{http://www.appng.org/schema/platform}content> 2018-01-15 16:04:46,251 ERROR [main] org.appng.xml.MarshallService : error on line 119, column 12: unexpected element (uri:"http://www.appng.org/schema/platform", local:"contents"). Expected elements are <{http://www.appng.org/schema/platform}navigation>,<{http://www.appng.org/schema/platform}subject>,<{http://www.appng.org/schema/platform}config>,<{http://www.appng.org/schema/platform}content> 2018-01-15 16:04:46,254 ERROR [main] org.appng.xml.MarshallService : error on line 151, column 18: cvc-complex-type.2.4.a: Invalid content was found starting with element 'config'. One of '{"http://www.appng.org/schema/platform":params, "http://www.appng.org/schema/platform":condition, "http://www.appng.org/schema/platform":permissions}' is expected. 2018-01-15 16:04:46,254 ERROR [main] org.appng.xml.MarshallService : error on line 151, column 18: cvc-complex-type.2.4.a: Invalid content was found starting with element 'config'. One of '{"http://www.appng.org/schema/platform":params, "http://www.appng.org/schema/platform":condition, "http://www.appng.org/schema/platform":permissions}' is expected. 2018-01-15 16:04:46,260 ERROR [main] org.appng.xml.MarshallService : error on line 302, column 43: cvc-complex-type.2.4.b: The content of element 'datasource' is not complete. One of '{"http://www.appng.org/schema/platform":config}' is expected. 2018-01-15 16:04:46,260 ERROR [main] org.appng.xml.MarshallService : error on line 302, column 43: cvc-complex-type.2.4.b: The content of element 'datasource' is not complete. One of '{"http://www.appng.org/schema/platform":config}' is expected. 2018-01-15 16:04:46,264 ERROR [main] org.appng.xml.MarshallService : error on line 385, column 18: cvc-complex-type.2.4.a: Invalid content was found starting with element 'config'. One of '{"http://www.appng.org/schema/platform":params, "http://www.appng.org/schema/platform":condition, "http://www.appng.org/schema/platform":permissions}' is expected. 2018-01-15 16:04:46,264 ERROR [main] org.appng.xml.MarshallService : error on line 385, column 18: cvc-complex-type.2.4.a: Invalid content was found starting with element 'config'. One of '{"http://www.appng.org/schema/platform":params, "http://www.appng.org/schema/platform":condition, "http://www.appng.org/schema/platform":permissions}' is expected. 2018-01-15 16:04:46,266 ERROR [main] org.appng.xml.MarshallService : error on line 427, column 48: cvc-complex-type.2.4.b: The content of element 'datasource' is not complete. One of '{"http://www.appng.org/schema/platform":config}' is expected. 2018-01-15 16:04:46,266 ERROR [main] org.appng.xml.MarshallService : error on line 427, column 48: cvc-complex-type.2.4.b: The content of element 'datasource' is not complete. One of '{"http://www.appng.org/schema/platform":config}' is expected. 2018-01-15 16:04:46,268 ERROR [main] org.appng.xml.MarshallService : error on line 489, column 18: cvc-complex-type.2.4.a: Invalid content was found starting with element 'config'. One of '{"http://www.appng.org/schema/platform":params, "http://www.appng.org/schema/platform":condition, "http://www.appng.org/schema/platform":permissions}' is expected. 2018-01-15 16:04:46,268 ERROR [main] org.appng.xml.MarshallService : error on line 489, column 18: cvc-complex-type.2.4.a: Invalid content was found starting with element 'config'. One of '{"http://www.appng.org/schema/platform":params, "http://www.appng.org/schema/platform":condition, "http://www.appng.org/schema/platform":permissions}' is expected. 2018-01-15 16:04:46,543 ERROR [main] org.appng.xml.MarshallService : error on org.appng.xml.platform.Platform@e1de817: cvc-complex-type.2.4.b: The content of element 'platform' is not complete. One of '{"http://www.appng.org/schema/platform":config}' is expected. 2018-01-15 16:04:46,543 ERROR [main] org.appng.xml.MarshallService : error on org.appng.xml.platform.Platform@e1de817: cvc-complex-type.2.4.b: The content of element 'platform' is not complete. One of '{"http://www.appng.org/schema/platform":config}' is expected. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.439 s - in org.appng.xml.MarshallServiceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-xmlapi --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.16.2.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-xmlapi --- [WARNING] Error fetching link: http://www.slf4j.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.saxonica.com/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [INFO] Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/transformation/Transformer.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/transformation/StyleSheetProvider.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/transformation/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/BaseObject.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/ApplicationPropertyConstantCreator.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/MarshallService.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/src/main/java/org/appng/xml/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/ObjectFactory.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/PermissionRef.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/Datasources.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/Template.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/Role.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/Property.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/PackageInfo.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/Permissions.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/Properties.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/ApplicationInfo.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/TemplateType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/Datasource.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/Roles.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/DatasourceType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/Permission.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/application/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Size.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/PostParams.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/SessionParams.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/ObjectFactory.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/PanelLocation.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Validation.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Pattern.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/FieldDef.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Authentications.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Params.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/PagesReference.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Datasources.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Localization.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/ValidationGroups.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Template.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Session.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/PageReference.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Icontype.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Event.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Content.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/UserData.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Resultset.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Textelements.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/UrlParams.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/MetaData.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Message.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Events.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/SortOrder.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Sort.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/GetParams.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Result.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Permissions.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/ApplicationReference.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/DataConfig.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/OutputFormat.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Datafield.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/TextElement.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/BeanOption.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Config.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Section.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Max.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/PermissionMode.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Platform.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Rule.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/NotNull.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Linkpanel.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Bean.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/UserInputField.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Labels.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/ValidationRule.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Output.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Textcontents.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Condition.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/ApplicationConfig.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Datasource.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/SessionInfo.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/DatasourceRef.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/MessageType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/StructureDef.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Linkmode.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/NavigationItem.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Selection.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Link.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Structure.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/ActionRef.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/FieldPermissions.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Label.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/ParamType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Permission.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/SelectionGroup.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/SectionConfig.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Digits.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/PlatformConfig.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Pages.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Option.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/ItemType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Min.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/FieldType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/FieldPermissionType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/SelectionType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Past.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Authentication.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/UrlSchema.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/OutputType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/OptionGroup.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/PageDefinition.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Param.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/SectionDef.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Data.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Subject.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Navigation.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Sectionelement.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/SectionelementDef.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/PageConfig.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Messages.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Icon.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Type.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/FileUpload.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Future.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/ApplicationRootConfig.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb/org/appng/xml/platform/Action.java... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/ApplicationInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/Datasources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/DatasourceType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/PackageInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/PermissionRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/TemplateType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/transformation/StyleSheetProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/transformation/Transformer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/ApplicationPropertyConstantCreator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/BaseObject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/MarshallService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/MarshallService.AppNGSchema.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Action.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/ActionRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/ApplicationConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/ApplicationReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/ApplicationRootConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Authentication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Authentications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Bean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/BeanOption.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Condition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Config.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Content.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Data.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/DataConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Datafield.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/DatasourceRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Datasources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Digits.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Events.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/FieldDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/FieldPermissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/FieldPermissionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/FieldType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/FileUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Future.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/GetParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Icon.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Icontype.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/ItemType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Label.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Labels.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Linkmode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Linkpanel.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Localization.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Max.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Message.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Messages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/MessageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/MetaData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Min.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Navigation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/NavigationItem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/NotNull.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/OptionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Output.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/OutputFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/OutputType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/PageConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/PageDefinition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/PageReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Pages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/PagesReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/PanelLocation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Param.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Params.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/ParamType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Past.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Pattern.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/PermissionMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/PlatformConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/PostParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Result.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Resultset.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Rule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Rule.Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Section.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/SectionConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/SectionDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Sectionelement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/SectionelementDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Selection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/SelectionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/SelectionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/SessionInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/SessionParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Size.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Sort.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/SortOrder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Structure.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/StructureDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Textcontents.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/TextElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/TextElement.Xml.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Textelements.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Type.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/UrlParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/UrlSchema.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/UserData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/UserInputField.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/Validation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/ValidationGroups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/ValidationGroups.Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/ValidationRule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/transformation/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/transformation/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/transformation/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/transformation/class-use/Transformer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/transformation/class-use/StyleSheetProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/class-use/BaseObject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/class-use/ApplicationPropertyConstantCreator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/class-use/MarshallService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/class-use/MarshallService.AppNGSchema.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/PermissionRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/Datasources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/PackageInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/ApplicationInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/TemplateType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/DatasourceType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Size.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/PostParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/SessionParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/PanelLocation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Validation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Pattern.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/FieldDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Authentications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Params.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/PagesReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Datasources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Localization.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/ValidationGroups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/ValidationGroups.Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/PageReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Icontype.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Content.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/UserData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Resultset.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Textelements.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/UrlParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/MetaData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Message.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Events.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/SortOrder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Sort.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/GetParams.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Result.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/ApplicationReference.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/DataConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/OutputFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Datafield.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/TextElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/TextElement.Xml.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/BeanOption.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Config.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Section.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Max.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/PermissionMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Rule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Rule.Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/NotNull.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Linkpanel.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Bean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/UserInputField.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Labels.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/ValidationRule.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Output.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Textcontents.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Condition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/ApplicationConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Datasource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/SessionInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/DatasourceRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/MessageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/StructureDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Linkmode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/NavigationItem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Selection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Structure.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/ActionRef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/FieldPermissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Label.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/ParamType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/SelectionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/SectionConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Digits.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/PlatformConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Pages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/ItemType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Min.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/FieldType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/FieldPermissionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/SelectionType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Past.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Authentication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/UrlSchema.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/OutputType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/OptionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/PageDefinition.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Param.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/SectionDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Data.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Navigation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Sectionelement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/SectionelementDef.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/PageConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Messages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Icon.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Type.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/FileUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Future.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/ApplicationRootConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/class-use/Action.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/application/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/platform/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/org/appng/xml/transformation/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.16.2-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-xmlapi >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-xmlapi <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-xmlapi --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-xmlapi --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.16.2-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-xmlapi --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-xmlapi --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.16.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.16.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.16.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.16.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.16.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-xmlapi --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.5-02 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.16.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.16.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.16.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.16.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.16.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.16.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG public API 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 164 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/main/java/org/appng/api/model/SimpleProperty.java: Some input files use or override a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/main/java/org/appng/api/model/SimpleProperty.java: Recompile with -Xlint:deprecation for details. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/main/java/org/appng/api/support/OptionFactory.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/main/java/org/appng/api/support/OptionFactory.java uses unchecked or unsafe operations. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/main/java/org/appng/api/support/OptionFactory.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 29 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 40 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/test-classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/test/java/org/appng/api/support/DatasourceInheritanceTest.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/test/java/org/appng/api/support/DatasourceInheritanceTest.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/src/test/java/org/appng/api/support/DatasourceInheritanceTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-api --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.api.ConfigValidatorTest 2018-01-15 16:05:07,364 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneDatasource::datasource 2018-01-15 16:05:07,370 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneCloneDatasource::cloneDatasource 2018-01-15 16:05:07,374 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for enhancedClone::datasource 2018-01-15 16:05:07,377 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override title 2018-01-15 16:05:07,377 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override description 2018-01-15 16:05:07,377 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override permissions 2018-01-15 16:05:07,377 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add parameter newParam 2018-01-15 16:05:07,377 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add new field foo at position 0 2018-01-15 16:05:07,377 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add bean option testOption 2018-01-15 16:05:07,378 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add linkpanel with id nintendo 2018-01-15 16:05:07,378 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id foo 2018-01-15 16:05:07,378 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for overrideBeanClone::datasource 2018-01-15 16:05:07,380 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override permissions 2018-01-15 16:05:07,381 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override bean id hansolo 2018-01-15 16:05:07,381 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add bean option lucas 2018-01-15 16:05:07,381 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id foo 2018-01-15 16:05:07,381 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id jin 2018-01-15 16:05:07,381 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneCloneCloneDatasource::cloneCloneDatasource 2018-01-15 16:05:07,695 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config//permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2018-01-15 16:05:07,702 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel//link[@target='bar'] in resource datasource.xml 2018-01-15 16:05:07,710 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel//link[@target='/page?getParam=5&doesNotExist=7'] in resource datasource.xml 2018-01-15 16:05:07,716 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel//permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2018-01-15 16:05:07,720 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel//link[@target='/fizz'] in resource datasource.xml 2018-01-15 16:05:07,724 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/linkpanel//link[@target='/fizz']/permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2018-01-15 16:05:07,769 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config//permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2018-01-15 16:05:07,772 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel//link[@target='bar'] in resource datasource.xml 2018-01-15 16:05:07,775 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel//link[@target='/page?getParam=5&doesNotExist=7'] in resource datasource.xml 2018-01-15 16:05:07,778 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel//permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2018-01-15 16:05:07,782 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel//link[@target='/fizz'] in resource datasource.xml 2018-01-15 16:05:07,785 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/linkpanel//link[@target='/fizz']/permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2018-01-15 16:05:07,843 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config//permissions/permission[@ref='testPermission'] in resource datasource.xml 2018-01-15 16:05:07,846 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/linkpanel//permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2018-01-15 16:05:07,849 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/linkpanel//link[@target='/fizz'] in resource datasource.xml 2018-01-15 16:05:07,851 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/linkpanel//link[@target='/fizz']/permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2018-01-15 16:05:07,853 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/linkpanel//link[@target='hyrule'] in resource datasource.xml 2018-01-15 16:05:07,856 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config//permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2018-01-15 16:05:07,858 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel//link[@target='bar'] in resource datasource.xml 2018-01-15 16:05:07,860 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel//link[@target='/page?getParam=5&doesNotExist=7'] in resource datasource.xml 2018-01-15 16:05:07,862 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel//permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2018-01-15 16:05:07,864 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel//link[@target='/fizz'] in resource datasource.xml 2018-01-15 16:05:07,866 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/linkpanel//link[@target='/fizz']/permissions/permission[@ref='doesNotExist'] in resource datasource.xml 2018-01-15 16:05:07,908 INFO [main] org.appng.api.support.ConfigValidator: validated application 'application' in 240ms 2018-01-15 16:05:07,909 ERROR [main] org.appng.api.support.ConfigValidator: found errors: No found, application will not work! application.xml: Duplicate permission 'permissionA'. application.xml: Duplicate property 'propa'. application.xml: Duplicate role: User application.xml: The role 'User' references the permission 'permissionB' more than once! application.xml: The role 'User' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'cloneCloneCloneDatasource': linkpanel 'foo' link '/page?getParam=5&doesNotExist=7' points to page 'page' and uses the unknown get-paramter(s) [doesNotExist]. Valid get-parameters are: [getParam] datasource.xml: datasource 'cloneCloneCloneDatasource': linkpanel 'foo' link 'bar' points to an invalid target, must start with '/', '${}' or '?'! datasource.xml: datasource 'cloneCloneCloneDatasource': linkpanel 'jin' link '/fizz' points to the unknown page 'fizz' datasource.xml: datasource 'cloneCloneCloneDatasource': linkpanel 'jin' link '/fizz' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'cloneCloneCloneDatasource': linkpanel 'jin' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'cloneCloneCloneDatasource': references the unknown permission 'doesNotExist'. datasource.xml: datasource 'cloneCloneDatasource': linkpanel 'foo' link '/page?getParam=5&doesNotExist=7' points to page 'page' and uses the unknown get-paramter(s) [doesNotExist]. Valid get-parameters are: [getParam] datasource.xml: datasource 'cloneCloneDatasource': linkpanel 'foo' link 'bar' points to an invalid target, must start with '/', '${}' or '?'! datasource.xml: datasource 'cloneCloneDatasource': linkpanel 'jin' link '/fizz' points to the unknown page 'fizz' datasource.xml: datasource 'cloneCloneDatasource': linkpanel 'jin' link '/fizz' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'cloneCloneDatasource': linkpanel 'jin' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'cloneCloneDatasource': references the unknown permission 'doesNotExist'. datasource.xml: datasource 'cloneDatasource': linkpanel 'foo' link '/page?getParam=5&doesNotExist=7' points to page 'page' and uses the unknown get-paramter(s) [doesNotExist]. Valid get-parameters are: [getParam] datasource.xml: datasource 'cloneDatasource': linkpanel 'foo' link 'bar' points to an invalid target, must start with '/', '${}' or '?'! datasource.xml: datasource 'cloneDatasource': linkpanel 'jin' link '/fizz' points to the unknown page 'fizz' datasource.xml: datasource 'cloneDatasource': linkpanel 'jin' link '/fizz' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'cloneDatasource': linkpanel 'jin' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'cloneDatasource': references the unknown permission 'doesNotExist'. datasource.xml: datasource 'datasource', option 'id' references the unknown parameter 'doesNotExist'. Valid parameters are: [dsParam1, dsParam2] datasource.xml: datasource 'datasource': linkpanel 'foo' link '/page?getParam=5&doesNotExist=7' points to page 'page' and uses the unknown get-paramter(s) [doesNotExist]. Valid get-parameters are: [getParam] datasource.xml: datasource 'datasource': linkpanel 'foo' link 'bar' points to an invalid target, must start with '/', '${}' or '?'! datasource.xml: datasource 'datasource': linkpanel 'jin' link '/fizz' points to the unknown page 'fizz' datasource.xml: datasource 'datasource': linkpanel 'jin' link '/fizz' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'datasource': linkpanel 'jin' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'datasource': references the unknown permission 'doesNotExist'. datasource.xml: datasource 'enhancedClone': linkpanel 'jin' link '/fizz' points to the unknown page 'fizz' datasource.xml: datasource 'enhancedClone': linkpanel 'jin' link '/fizz' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'enhancedClone': linkpanel 'jin' references the unknown permission 'doesNotExist'. datasource.xml: datasource 'enhancedClone': linkpanel 'nintendo' link 'hyrule' points to an invalid target, must start with '/', '${}' or '?'! datasource.xml: datasource 'enhancedClone': references the unknown permission 'testPermission'. datasource.xml: datasource 'person': field: email, condition: '${5 ab foo}' is invalid: Failed to parse the expression [${5 ab foo}] datasource.xml: datasource 'person': field: firstname, condition: '${current.dummy > 1}' is invalid: Property [dummy] not found on type [org.appng.api.Person] datasource.xml: datasource 'person': field: firstname, hidden: '${current.doDisplay}' is invalid: Property [doDisplay] not found on type [org.appng.api.Person] datasource.xml: datasource 'person': field: firstname, readOnly: '${isVisible}' is invalid: parameter 'isVisible' not found on datasource 'person' event.xml: action 'action', option 'id' references the unknown parameter 'doesNotExist'. Valid parameters are: [actionParam2, actionParam1] event.xml: action 'action': condition: '${fooo}' is invalid: parameter 'fooo' not found on action 'action' event.xml: action 'action': references the unknown permission 'doesNotExist'. event.xml: action 'action': the reference to dataSource 'datasource' (from 'datasource.xml') uses the parameter doesNotExist which is unknown in the dataSource 'datasource'! Supported parameters are: [dsParam1, dsParam2] event.xml: action 'action2': references the unknown datasource 'doesNotExist'. event.xml: event 'event' references the unknown permission 'doesNotExist'. page.xml: page 'page' references the unknown action 'doesNotExist' (from event 'event'). page.xml: page 'page' references the unknown datasource 'doesNotExist'. page.xml: page 'page' references the unknown event 'doesNotExist'. page.xml: page 'page' references the unknown permission 'doesNotExist'. page.xml: page 'page' section[1] attribute 'hidden': parameter 'isHidden' not found on page 'page' page.xml: page 'page' section[1]/element[1] attribute 'folded': parameter 'isFolded' not found on page 'page' page.xml: page 'page' section[1]/element[1] attribute 'passive': parameter 'isPassive' not found on page 'page' page.xml: page 'page' the reference to action 'action' (from 'event.xml') uses the parameter actionParam3 which is unknown in the action 'action'! Supported parameters are: [actionParam2, actionParam1] page.xml: page 'page' the reference to action 'action' uses the unknown parameter doesNotExist. Supported parameters are: [getParam, urlParam, postParam] page.xml: page 'page' the reference to dataSource 'datasource' (from 'datasource.xml') uses the parameter dsParam3 which is unknown in the dataSource 'datasource'! Supported parameters are: [dsParam1, dsParam2] page.xml: page 'page' the reference to dataSource 'datasource' uses the unknown parameter doesNotExist. Supported parameters are: [getParam, urlParam, postParam] page.xml: page 'page', action 'action' condition: '${fooo}' is invalid: parameter 'fooo' not found on page 'page' page.xml: page 'page', action 'action' references the unknown permission 'doesNotExist'. page.xml: page 'page', datasource 'datasource' condition: '${postParam and fooo}' is invalid: parameter 'fooo' not found on page 'page' page.xml: page 'page', datasource 'datasource' references the unknown permission 'doesNotExist'. 2018-01-15 16:05:07,913 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/meta-data in resource datasource.xml 2018-01-15 16:05:07,920 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/meta-data in resource datasource.xml 2018-01-15 16:05:07,946 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/meta-data in resource datasource.xml 2018-01-15 16:05:07,949 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneDatasource']/config/meta-data in resource datasource.xml [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.115 s - in org.appng.api.ConfigValidatorTest [INFO] Running org.appng.api.auth.AuthToolsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.appng.api.auth.AuthToolsTest [INFO] Running org.appng.api.ConsumerProducerTest waiting 10 ms waiting 20 ms waiting 30 ms waiting 40 ms waiting 50 ms waiting 60 ms waiting 70 ms waiting 80 ms waiting 90 ms no java.lang.String returned after 80 milliseconds [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 s - in org.appng.api.ConsumerProducerTest [INFO] Running org.appng.api.XPathProcessorTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.appng.api.XPathProcessorTest [INFO] Running org.appng.api.DataContainerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.appng.api.DataContainerTest [INFO] Running org.appng.api.support.validation.FileUploadValidatorTest 2018-01-15 16:05:08,715 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.358 s - in org.appng.api.support.validation.FileUploadValidatorTest [INFO] Running org.appng.api.support.environment.EnvironmentTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.appng.api.support.environment.EnvironmentTest [INFO] Running org.appng.api.support.RequestSupportTest 2018-01-15 16:05:09,190 WARN [main] org.appng.api.support.field.DateFieldConverter: error in field birthDate: can not convert 'null' to type 'java.util.Date' using format 'yyyy.MM.dd' 2018-01-15 16:05:09,194 WARN [main] org.appng.api.support.field.DecimalFieldConverter: error in field savings: can not convert 'null' to type 'java.lang.Double' using format '###,###.###' 2018-01-15 16:05:09,194 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field age: can not convert 'null' to type 'java.lang.Long' using format '#' 2018-01-15 16:05:09,199 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field age: can not convert 'null' to type 'java.lang.Long' using format '###' [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 s - in org.appng.api.support.RequestSupportTest [INFO] Running org.appng.api.support.ResultServiceTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.368 s - in org.appng.api.support.ResultServiceTest [INFO] Running org.appng.api.support.LabelSupportTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.appng.api.support.LabelSupportTest [INFO] Running org.appng.api.support.HttpHeaderUtilsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.appng.api.support.HttpHeaderUtilsTest [INFO] Running org.appng.api.support.CallableActionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.appng.api.support.CallableActionTest [INFO] Running org.appng.api.support.SortParamSupportTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.appng.api.support.SortParamSupportTest [INFO] Running org.appng.api.support.ScopeTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.appng.api.support.ScopeTest [INFO] Running org.appng.api.support.CallableDataSourceTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.appng.api.support.CallableDataSourceTest [INFO] Running org.appng.api.support.MessageSourceChainTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.appng.api.support.MessageSourceChainTest [INFO] Running org.appng.api.support.ValidationProviderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 s - in org.appng.api.support.ValidationProviderTest [INFO] Running org.appng.api.support.ParameterSupportTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.appng.api.support.ParameterSupportTest [INFO] Running org.appng.api.support.field.IntegerFieldConverterTest 2018-01-15 16:05:10,047 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field object: can not convert '2247483648' to type 'java.lang.Integer' using format '#' 2018-01-15 16:05:10,052 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field object: can not convert 'null' to type 'java.lang.Integer' using format '#' [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.appng.api.support.field.IntegerFieldConverterTest [INFO] Running org.appng.api.support.field.ObjectFieldConverterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.appng.api.support.field.ObjectFieldConverterTest [INFO] Running org.appng.api.support.field.ListFieldConverterTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.appng.api.support.field.ListFieldConverterTest [INFO] Running org.appng.api.support.field.FileFieldConverterTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.appng.api.support.field.FileFieldConverterTest [INFO] Running org.appng.api.support.field.DefaultFieldConverterTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.appng.api.support.field.DefaultFieldConverterTest [INFO] Running org.appng.api.support.field.LinkPanelFieldHandlerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.appng.api.support.field.LinkPanelFieldHandlerTest [INFO] Running org.appng.api.support.field.DateFieldConverterTest 2018-01-15 16:05:10,172 WARN [main] org.appng.api.support.field.DateFieldConverter: error in field object: can not convert 'null' to type 'java.util.Date' using format 'yyyy-MM-dd HH:mm:ss' [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.appng.api.support.field.DateFieldConverterTest [INFO] Running org.appng.api.support.field.DateFieldConverterDateTimeTest 2018-01-15 16:05:10,228 WARN [main] org.appng.api.support.field.DateFieldConverter: error in field object: can not convert 'null' to type 'org.joda.time.DateTime' using format 'yyyy-MM-dd HH:mm:ss' [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.appng.api.support.field.DateFieldConverterDateTimeTest [INFO] Running org.appng.api.support.I18nTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.appng.api.support.I18nTest [INFO] Running org.appng.api.support.OptionsImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.appng.api.support.OptionsImplTest [INFO] Running org.appng.api.support.PropertyHolderTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.api.support.PropertyHolderTest [INFO] Running org.appng.api.support.ElementHelperTest [WARNING] Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.041 s - in org.appng.api.support.ElementHelperTest [INFO] Running org.appng.api.support.DatasourceInheritanceTest 2018-01-15 16:05:10,289 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneDatasource::datasource 2018-01-15 16:05:10,290 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneCloneDatasource::cloneDatasource 2018-01-15 16:05:10,291 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for enhancedClone::datasource 2018-01-15 16:05:10,292 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override title 2018-01-15 16:05:10,292 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override description 2018-01-15 16:05:10,292 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override permissions 2018-01-15 16:05:10,293 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add parameter newParam 2018-01-15 16:05:10,293 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add new field foo at position 0 2018-01-15 16:05:10,293 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add bean option testOption 2018-01-15 16:05:10,293 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add linkpanel with id nintendo 2018-01-15 16:05:10,293 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id foo 2018-01-15 16:05:10,293 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for overrideBeanClone::datasource 2018-01-15 16:05:10,294 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override permissions 2018-01-15 16:05:10,294 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override bean id hansolo 2018-01-15 16:05:10,294 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add bean option lucas 2018-01-15 16:05:10,294 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id foo 2018-01-15 16:05:10,294 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id jin 2018-01-15 16:05:10,294 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneCloneCloneDatasource::cloneCloneDatasource [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.appng.api.support.DatasourceInheritanceTest [INFO] Running org.appng.api.support.SelectionFactoryTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.appng.api.support.SelectionFactoryTest [INFO] Running org.appng.api.support.OptionImplTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.appng.api.support.OptionImplTest [INFO] Running org.appng.api.FileUploadTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.appng.api.FileUploadTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 226, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-api --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.16.2.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-api --- [WARNING] Error fetching link: https://appng.org/appng-forms/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-xmlapi/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-tools/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://projects.spring.io/spring-ws/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://sf.net/projects/wsdl4j/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://beanvalidation.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-formtags/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.mockito.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hibernate.org/validator/hibernate-validator/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://lucene.apache.org/lucene-parent/lucene-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.spring.io/spring-data/spring-data-commons/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://jsp.dev.java.net/jsp-api/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/FasterXML/jackson-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://github.com/FasterXML/jackson/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://github.com/FasterXML/jackson/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.xmlunit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.api... Loading source files for package org.appng.api.messaging... Loading source files for package org.appng.api.auth... Loading source files for package org.appng.api.search... Loading source files for package org.appng.api.model... Loading source files for package org.appng.api.support... Loading source files for package org.appng.api.support.validation... Loading source files for package org.appng.api.support.environment... Loading source files for package org.appng.api.support.field... Loading source files for package org.appng.api.observe.impl... Loading source files for package org.appng.api.observe... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ActionProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ApplicationConfigProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ApplicationException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/AttachmentWebservice.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/BusinessException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/DataContainer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/DataProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/FieldConverter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/FieldConverter.DatafieldOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/FieldConverter.FieldDefOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/FieldProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/FieldWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/FileUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/FileUpload.Unit.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/FormProcessProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/FormValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/GlobalTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/GlobalXMLTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/InvalidConfigurationException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/MessageParam.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/NotBlank.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Options.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/PageProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Path.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/PathInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/PermissionOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/PermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Platform.Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Platform.Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ProcessingException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Request.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/RequestSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/RequestUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ResultService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ScheduledJob.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Scope.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Session.Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/SiteProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/SoapClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/SoapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Taglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ValidationMessages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/ValidationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/VHostMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/Webservice.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/XMLTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/XPathProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/EventHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/EventRegistry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/Messaging.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/Receiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/Sender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/Serializer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/auth/AuthTools.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/auth/PasswordPolicy.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/BlockingQueueAccessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/Consumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/Document.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/DocumentEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/DocumentProducer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/Producer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Account.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/ApplicationSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Authorizable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/AuthSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/FeatureProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Identifiable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Identifier.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Nameable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Named.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/NameProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Resource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Resources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/ResourceType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/ReverseableComparator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/RevisionAware.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/SimpleProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Site.SiteState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/UserType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/Versionable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/ApplicationConfigProviderImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/ApplicationRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/ApplicationResourceHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/CallableAction.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/CallableDataSource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/ClassWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/ConfigValidationError.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/ConfigValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/DatasourceInheritanceHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/DefaultPermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/DollarParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/DummyPermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/ElementHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/FieldProcessorImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/HashParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/HttpHeaderUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/HttpHeaderUtils.HttpResource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/I18n.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/LabelSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/MessageSourceChain.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/OptionGroupFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/OptionGroupFactory.OptionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/OptionImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/OptionOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/OptionOwner.OptionOwnerBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/OptionOwner.Selector.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/OptionsImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/ParameterSupportBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/PositionalXMLReader.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/PropertyHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/RequestFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/RequestSupportImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/ResourceBundleMessageSource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/ResultServiceImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/SelectionFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/SelectionFactory.Selection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/SiteAwareObjectInputStream.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/SiteClassLoader.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/SortParamSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/XmlGenerator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/XmlGenerator.Entity.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/XSSHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/DefaultValidationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/FileUploadListValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/FileUploadValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/LocalizedMessageInterpolator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/AttributeWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/DefaultEnvironment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/EnvironmentFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/EnvironmentKeys.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/field/FieldConversionFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/impl/ObservableDelegate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/Observable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/Observable.Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/Observer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/auth/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/auth/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/auth/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/impl/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/impl/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/impl/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/field/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/field/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/field/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ApplicationConfigProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/FileUpload.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/FileUpload.Unit.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ActionProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/FormValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Scope.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/PermissionOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Option.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/FormProcessProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/DataProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/XPathProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/RequestSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ProcessingException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/FieldWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/BusinessException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ValidationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/XMLTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/NotBlank.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/SiteProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/MessageParam.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/PathInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/InvalidConfigurationException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ApplicationException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/FieldProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/FieldConverter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/FieldConverter.FieldDefOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/FieldConverter.DatafieldOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Path.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Platform.Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Platform.Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/AttachmentWebservice.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/GlobalTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Webservice.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/DataContainer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/SoapClient.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ValidationMessages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/SoapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/GlobalXMLTaglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/PageProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Options.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ResultService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Session.Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/PermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ScheduledJob.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/RequestUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/VHostMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Request.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Environment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/ParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/class-use/Taglet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/class-use/Serializer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/class-use/Receiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/class-use/Sender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/class-use/EventRegistry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/class-use/EventHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/class-use/Messaging.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/class-use/Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/auth/class-use/PasswordPolicy.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/auth/class-use/AuthTools.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/class-use/BlockingQueueAccessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/class-use/DocumentEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/class-use/Producer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/class-use/Document.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/class-use/Consumer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/class-use/DocumentProducer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Identifiable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/AuthSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/RevisionAware.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/SimpleProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Resource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/FeatureProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/ApplicationSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Versionable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Account.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Site.SiteState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/UserType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Named.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/NameProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Authorizable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/ResourceType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/ReverseableComparator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Identifier.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Nameable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/class-use/Resources.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/OptionOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/OptionOwner.Selector.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/OptionOwner.OptionOwnerBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/MessageSourceChain.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/ApplicationConfigProviderImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/OptionImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/ParameterSupportBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/OptionsImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/ResourceBundleMessageSource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/LabelSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/ConfigValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/CallableDataSource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/XSSHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/OptionGroupFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/OptionGroupFactory.OptionGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/RequestSupportImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/XmlGenerator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/XmlGenerator.Entity.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/SiteAwareObjectInputStream.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/RequestFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/ResultServiceImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/PositionalXMLReader.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/DollarParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/SiteClassLoader.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/SelectionFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/SelectionFactory.Selection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/ApplicationResourceHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/HttpHeaderUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/HttpHeaderUtils.HttpResource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/ApplicationRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/PropertyHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/ElementHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/DummyPermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/SortParamSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/ClassWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/CallableAction.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/I18n.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/DefaultPermissionProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/HashParameterSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/FieldProcessorImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/ConfigValidationError.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/class-use/DatasourceInheritanceHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/class-use/LocalizedMessageInterpolator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/class-use/FileUploadValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/class-use/DefaultValidationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/class-use/FileUploadListValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/class-use/EnvironmentKeys.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/class-use/EnvironmentFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/class-use/DefaultEnvironment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/class-use/AttributeWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/field/class-use/FieldConversionFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/impl/class-use/ObservableDelegate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/class-use/Observer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/class-use/Observable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/class-use/Observable.Event.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/auth/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/messaging/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/model/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/observe/impl/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/search/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/environment/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/field/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/org/appng/api/support/validation/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.16.2-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-api >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-api <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-api --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-api --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.16.2-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-api --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-api --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.16.2/appng-api-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.16.2/appng-api-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.16.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.16.2/appng-api-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.16.2/appng-api-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.16.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.16.2/appng-api-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.16.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.16.2/appng-api-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.16.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.16.2/appng-api-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.16.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.16.2/appng-api-1.16.2-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-api --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.5-02 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.16.2/appng-api-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.16.2/appng-api-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.16.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.16.2/appng-api-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.16.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.16.2/appng-api-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.16.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.16.2/appng-api-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.16.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.16.2/appng-api-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.16.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.16.2/appng-api-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.16.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-api/1.16.2/appng-api-1.16.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG testsupport 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-testsupport --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-testsupport --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-testsupport --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-testsupport --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-testsupport --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.testsupport.validation.WritingJsonValidatorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.363 s - in org.appng.testsupport.validation.WritingJsonValidatorTest [INFO] Running org.appng.testsupport.validation.DateFieldDifferenceHandlerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.826 s - in org.appng.testsupport.validation.DateFieldDifferenceHandlerTest [INFO] Running org.appng.testsupport.validation.AttributeValueDifferenceHandlerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.appng.testsupport.validation.AttributeValueDifferenceHandlerTest [INFO] Running org.appng.testsupport.validation.TextValueDifferenceHandlerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.appng.testsupport.validation.TextValueDifferenceHandlerTest [INFO] Running org.appng.testsupport.validation.XPathDifferenceHandlerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.appng.testsupport.validation.XPathDifferenceHandlerTest [INFO] Running org.appng.testsupport.SimpleApplicationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in org.appng.testsupport.SimpleApplicationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-testsupport --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.16.2.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-testsupport --- [WARNING] Error fetching link: https://appng.org/appng-xmlapi/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-api/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hibernate.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.xmlunit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hsqldb.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.mockito.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hibernate.org/validator/hibernate-validator/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.testsupport.validation... Loading source files for package org.appng.testsupport.persistence... Loading source files for package org.appng.testsupport... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/AttributeValueDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/DateFieldDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/DifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/TextValueDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/WritingJsonValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/WritingJsonValidator.JsonWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/WritingXmlValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/XPathDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/ConnectionHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/ConnectionHelper.DBType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/ConnectionInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/DatabaseUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/HsqlServer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/HsqlServerFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/TestDataProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/TestBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/TestBase.ActionCall.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/TestBase.DataSourceCall.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/TestBase.SimpleApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/TestBase.SimpleFeatureProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/class-use/TextValueDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/class-use/DifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/class-use/WritingJsonValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/class-use/WritingJsonValidator.JsonWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/class-use/XPathDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/class-use/DateFieldDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/class-use/WritingXmlValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/class-use/AttributeValueDifferenceHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/class-use/ConnectionHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/class-use/ConnectionHelper.DBType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/class-use/TestDataProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/class-use/HsqlServer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/class-use/ConnectionInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/class-use/DatabaseUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/class-use/HsqlServerFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/class-use/TestBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/class-use/TestBase.DataSourceCall.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/class-use/TestBase.ActionCall.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/class-use/TestBase.SimpleApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/class-use/TestBase.SimpleFeatureProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/persistence/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/org/appng/testsupport/validation/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.16.2-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-testsupport >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-testsupport <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-testsupport --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-testsupport --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.16.2-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-testsupport --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-testsupport --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.16.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.16.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.16.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.16.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.16.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-testsupport --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.5-02 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.16.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.16.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.16.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.16.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.16.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.16.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Persistence-Tools 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-persistence --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-persistence --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/src/main/java/org/appng/persistence/repository/EnversSearchRepository.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/src/main/java/org/appng/persistence/repository/EnversSearchRepository.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/src/main/java/org/appng/persistence/repository/EnversSearchRepository.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-persistence --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-persistence --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-persistence --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.persistence.repository.QueryDslSearchRepositoryTest [Server@5cb9f472]: Startup sequence initiated from main() method [Server@5cb9f472]: Could not load properties from file [Server@5cb9f472]: Using cli/default properties only [Server@5cb9f472]: Initiating startup sequence... [Server@5cb9f472]: Server socket opened successfully in 5 ms. 2018-01-15 16:05:39,846 INFO [HSQLDB Server @5cb9f472] hsqldb.db.HSQLDB60FA5AC0F1.ENGINE: Checkpoint start 2018-01-15 16:05:39,847 INFO [HSQLDB Server @5cb9f472] hsqldb.db.HSQLDB60FA5AC0F1.ENGINE: checkpointClose start 2018-01-15 16:05:39,858 INFO [HSQLDB Server @5cb9f472] hsqldb.db.HSQLDB60FA5AC0F1.ENGINE: checkpointClose synched 2018-01-15 16:05:39,871 INFO [HSQLDB Server @5cb9f472] hsqldb.db.HSQLDB60FA5AC0F1.ENGINE: checkpointClose script done 2018-01-15 16:05:39,897 INFO [HSQLDB Server @5cb9f472] hsqldb.db.HSQLDB60FA5AC0F1.ENGINE: checkpointClose end 2018-01-15 16:05:39,898 INFO [HSQLDB Server @5cb9f472] hsqldb.db.HSQLDB60FA5AC0F1.ENGINE: Checkpoint end - txts: 1 [Server@5cb9f472]: Database [index=0, id=0, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 374 ms. [Server@5cb9f472]: Startup sequence completed in 380 ms. [Server@5cb9f472]: 2018-01-15 16:05:39.913 HSQLDB server 2.4.0 is online on port 9001 [Server@5cb9f472]: To close normally, connect and execute SHUTDOWN SQL [Server@5cb9f472]: From command line, use [Ctrl]+[C] to abort abruptly 2018-01-15 16:05:40,054 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@5e853265: startup date [Mon Jan 15 16:05:40 CET 2018]; root of context hierarchy 2018-01-15 16:05:40,467 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2018-01-15 16:05:40,467 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:40,490 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:05:40,624 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.12.Final} 2018-01-15 16:05:40,626 INFO [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2018-01-15 16:05:40,668 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-01-15 16:05:40,876 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:05:40,878 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:40,878 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:05:40,878 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:05:40,881 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:05:41,031 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:05:41,119 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:05:42,129 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final 2018-01-15 16:05:42,639 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2a4f5433] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:42,642 WARN [main] org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl: GenerationTarget encountered exception accepting command : Error executing DDL via JDBC Statement org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL via JDBC Statement at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67) at org.hibernate.tool.schema.internal.SchemaDropperImpl.applySqlString(SchemaDropperImpl.java:375) at org.hibernate.tool.schema.internal.SchemaDropperImpl.applySqlStrings(SchemaDropperImpl.java:359) at org.hibernate.tool.schema.internal.SchemaDropperImpl.applyConstraintDropping(SchemaDropperImpl.java:331) at org.hibernate.tool.schema.internal.SchemaDropperImpl.dropFromMetadata(SchemaDropperImpl.java:230) at org.hibernate.tool.schema.internal.SchemaDropperImpl.performDrop(SchemaDropperImpl.java:154) at org.hibernate.tool.schema.internal.SchemaDropperImpl.doDrop(SchemaDropperImpl.java:126) at org.hibernate.tool.schema.internal.SchemaDropperImpl.doDrop(SchemaDropperImpl.java:112) at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.performDatabaseAction(SchemaManagementToolCoordinator.java:144) at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.process(SchemaManagementToolCoordinator.java:72) at org.hibernate.internal.SessionFactoryImpl.(SessionFactoryImpl.java:313) at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:452) at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:889) at org.hibernate.jpa.HibernatePersistenceProvider.createContainerEntityManagerFactory(HibernatePersistenceProvider.java:151) at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:353) at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:370) at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:359) at org.appng.persistence.repository.RepositoryConfiguration.entityManagerFactory(RepositoryConfiguration.java:70) at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$bf421c99.CGLIB$entityManagerFactory$2() at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$bf421c99$$FastClassBySpringCGLIB$$42ea6e38.invoke() at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358) at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$bf421c99.entityManagerFactory() at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162) at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1173) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1067) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.obtainBeanInstanceFromFactory(ConfigurationClassEnhancer.java:389) at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361) at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$bf421c99.entityManagerFactory() at org.appng.persistence.repository.RepositoryConfiguration.transactionManager(RepositoryConfiguration.java:54) at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$bf421c99.CGLIB$transactionManager$1() at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$bf421c99$$FastClassBySpringCGLIB$$42ea6e38.invoke() at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358) at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$bf421c99.transactionManager() at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162) at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1173) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1067) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:761) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) at org.appng.persistence.repository.QueryDslSearchRepositoryTest.setup(QueryDslSearchRepositoryTest.java:42) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143) Caused by: java.sql.SQLSyntaxErrorException: user lacks privilege or object not found: PUBLIC.ENVERSTESTENTITY_AUD at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown Source) at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown Source) at org.hsqldb.jdbc.JDBCStatement.fetchResult(Unknown Source) at org.hsqldb.jdbc.JDBCStatement.execute(Unknown Source) at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:54) ... 88 more 2018-01-15 16:05:42,645 WARN [main] org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl: GenerationTarget encountered exception accepting command : Error executing DDL via JDBC Statement org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL via JDBC Statement at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67) at org.hibernate.tool.schema.internal.SchemaDropperImpl.applySqlString(SchemaDropperImpl.java:375) at org.hibernate.tool.schema.internal.SchemaDropperImpl.applySqlStrings(SchemaDropperImpl.java:359) at org.hibernate.tool.schema.internal.SchemaDropperImpl.applyConstraintDropping(SchemaDropperImpl.java:331) at org.hibernate.tool.schema.internal.SchemaDropperImpl.dropFromMetadata(SchemaDropperImpl.java:230) at org.hibernate.tool.schema.internal.SchemaDropperImpl.performDrop(SchemaDropperImpl.java:154) at org.hibernate.tool.schema.internal.SchemaDropperImpl.doDrop(SchemaDropperImpl.java:126) at org.hibernate.tool.schema.internal.SchemaDropperImpl.doDrop(SchemaDropperImpl.java:112) at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.performDatabaseAction(SchemaManagementToolCoordinator.java:144) at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.process(SchemaManagementToolCoordinator.java:72) at org.hibernate.internal.SessionFactoryImpl.(SessionFactoryImpl.java:313) at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:452) at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:889) at org.hibernate.jpa.HibernatePersistenceProvider.createContainerEntityManagerFactory(HibernatePersistenceProvider.java:151) at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:353) at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:370) at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:359) at org.appng.persistence.repository.RepositoryConfiguration.entityManagerFactory(RepositoryConfiguration.java:70) at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$bf421c99.CGLIB$entityManagerFactory$2() at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$bf421c99$$FastClassBySpringCGLIB$$42ea6e38.invoke() at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358) at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$bf421c99.entityManagerFactory() at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162) at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1173) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1067) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.obtainBeanInstanceFromFactory(ConfigurationClassEnhancer.java:389) at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361) at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$bf421c99.entityManagerFactory() at org.appng.persistence.repository.RepositoryConfiguration.transactionManager(RepositoryConfiguration.java:54) at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$bf421c99.CGLIB$transactionManager$1() at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$bf421c99$$FastClassBySpringCGLIB$$42ea6e38.invoke() at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358) at org.appng.persistence.repository.RepositoryConfiguration$$EnhancerBySpringCGLIB$$bf421c99.transactionManager() at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162) at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1173) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1067) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:761) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) at org.appng.persistence.repository.QueryDslSearchRepositoryTest.setup(QueryDslSearchRepositoryTest.java:42) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143) Caused by: java.sql.SQLSyntaxErrorException: user lacks privilege or object not found: PUBLIC.TESTENTITY_AUD at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown Source) at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown Source) at org.hsqldb.jdbc.JDBCStatement.fetchResult(Unknown Source) at org.hsqldb.jdbc.JDBCStatement.execute(Unknown Source) at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:54) ... 88 more 2018-01-15 16:05:42,652 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4437ac07] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:42,665 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@2e645fbd' 2018-01-15 16:05:42,680 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:43,284 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:05:43,420 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@5e853265: startup date [Mon Jan 15 16:05:40 CET 2018]; root of context hierarchy 2018-01-15 16:05:43,421 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:43,579 INFO [HSQLDB Connection @6b966ebb] hsqldb.db.HSQLDB60FA5AC0F1.ENGINE: Database closed [Server@5cb9f472]: Initiating shutdown sequence... [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.312 s - in org.appng.persistence.repository.QueryDslSearchRepositoryTest [INFO] Running org.appng.persistence.repository.SearchQueryTest [Server@4c302f38]: Startup sequence initiated from main() method [Server@4c302f38]: Could not load properties from file [Server@4c302f38]: Using cli/default properties only [Server@4c302f38]: Initiating startup sequence... [Server@4c302f38]: Server socket opened successfully in 0 ms. [Server@4c302f38]: Database [index=0, id=1, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 68 ms. [Server@4c302f38]: Startup sequence completed in 69 ms. [Server@4c302f38]: 2018-01-15 16:05:43.759 HSQLDB server 2.4.0 is online on port 9001 [Server@4c302f38]: To close normally, connect and execute SHUTDOWN SQL [Server@4c302f38]: From command line, use [Ctrl]+[C] to abort abruptly [Server@5cb9f472]: Shutdown sequence completed in 101 ms. [Server@5cb9f472]: 2018-01-15 16:05:43.782 SHUTDOWN : System.exit() was not called 2018-01-15 16:05:43,826 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:05:43,837 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:05:43,838 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:43,838 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:05:43,838 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:05:43,838 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:05:43,941 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:05:43,948 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:05:44,198 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4702e7a5] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:44,230 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6a2d867d] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:44,239 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@2e645fbd' 2018-01-15 16:05:44,255 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:05:44,472 INFO [HSQLDB Connection @184a6d5b] hsqldb.db.HSQLDB60FA5AC0F1.ENGINE: Database closed [Server@2bebd114]: Startup sequence initiated from main() method [Server@2bebd114]: Could not load properties from file [Server@2bebd114]: Using cli/default properties only [Server@2bebd114]: Initiating startup sequence... [Server@4c302f38]: Initiating shutdown sequence... [Server@2bebd114]: Server socket opened successfully in 0 ms. [Server@2bebd114]: Database [index=0, id=2, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 54 ms. [Server@2bebd114]: Startup sequence completed in 55 ms. [Server@2bebd114]: 2018-01-15 16:05:44.632 HSQLDB server 2.4.0 is online on port 9001 [Server@2bebd114]: To close normally, connect and execute SHUTDOWN SQL [Server@2bebd114]: From command line, use [Ctrl]+[C] to abort abruptly [Server@4c302f38]: Shutdown sequence completed in 100 ms. [Server@4c302f38]: 2018-01-15 16:05:44.678 SHUTDOWN : System.exit() was not called 2018-01-15 16:05:44,692 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:05:44,706 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:05:44,706 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:44,707 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:05:44,707 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:05:44,707 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:05:44,813 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:05:44,822 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:05:45,077 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@159ac15f] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:45,093 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7ac48f05] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:45,105 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@2e645fbd' 2018-01-15 16:05:45,112 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:05:45,272 INFO [HSQLDB Connection @110f9cf9] hsqldb.db.HSQLDB60FA5AC0F1.ENGINE: Database closed [Server@2bebd114]: Initiating shutdown sequence... [Server@2bebd114]: Shutdown sequence completed in 5 ms. [Server@2bebd114]: 2018-01-15 16:05:45.380 SHUTDOWN : System.exit() was not called [Server@4e17442f]: Startup sequence initiated from main() method [Server@4e17442f]: Could not load properties from file [Server@4e17442f]: Using cli/default properties only [Server@4e17442f]: Initiating startup sequence... [Server@4e17442f]: Server socket opened successfully in 0 ms. [Server@4e17442f]: Database [index=0, id=3, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 51 ms. [Server@4e17442f]: Startup sequence completed in 51 ms. [Server@4e17442f]: 2018-01-15 16:05:45.433 HSQLDB server 2.4.0 is online on port 9001 [Server@4e17442f]: To close normally, connect and execute SHUTDOWN SQL [Server@4e17442f]: From command line, use [Ctrl]+[C] to abort abruptly 2018-01-15 16:05:45,495 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:05:45,509 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:05:45,509 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:45,509 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:05:45,510 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:05:45,510 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:05:45,617 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:05:45,625 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:05:45,850 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1657b017] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:45,865 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@368424db] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:45,869 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@2e645fbd' 2018-01-15 16:05:45,874 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:05:46,073 INFO [HSQLDB Connection @52e53720] hsqldb.db.HSQLDB60FA5AC0F1.ENGINE: Database closed [Server@3212d853]: Startup sequence initiated from main() method [Server@3212d853]: Could not load properties from file [Server@3212d853]: Using cli/default properties only [Server@3212d853]: Initiating startup sequence... [Server@4e17442f]: Initiating shutdown sequence... [Server@3212d853]: Server socket opened successfully in 0 ms. [Server@3212d853]: Database [index=0, id=4, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 44 ms. [Server@3212d853]: Startup sequence completed in 45 ms. [Server@3212d853]: 2018-01-15 16:05:46.222 HSQLDB server 2.4.0 is online on port 9001 [Server@3212d853]: To close normally, connect and execute SHUTDOWN SQL [Server@3212d853]: From command line, use [Ctrl]+[C] to abort abruptly [Server@4e17442f]: Shutdown sequence completed in 100 ms. [Server@4e17442f]: 2018-01-15 16:05:46.278 SHUTDOWN : System.exit() was not called 2018-01-15 16:05:46,289 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:05:46,300 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:05:46,300 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:46,300 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:05:46,300 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:05:46,301 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:05:46,404 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:05:46,411 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:05:46,612 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@16a09809] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:46,628 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@69a73867] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:46,633 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@2e645fbd' 2018-01-15 16:05:46,639 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:05:46,789 INFO [HSQLDB Connection @6c9d0d65] hsqldb.db.HSQLDB60FA5AC0F1.ENGINE: Database closed [Server@18bb1b88]: Startup sequence initiated from main() method [Server@18bb1b88]: Could not load properties from file [Server@18bb1b88]: Using cli/default properties only [Server@3212d853]: Initiating shutdown sequence... [Server@18bb1b88]: Initiating startup sequence... [Server@18bb1b88]: Server socket opened successfully in 0 ms. [Server@18bb1b88]: Database [index=0, id=5, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 38 ms. [Server@18bb1b88]: Startup sequence completed in 39 ms. [Server@18bb1b88]: 2018-01-15 16:05:46.938 HSQLDB server 2.4.0 is online on port 9001 [Server@18bb1b88]: To close normally, connect and execute SHUTDOWN SQL [Server@18bb1b88]: From command line, use [Ctrl]+[C] to abort abruptly [Server@3212d853]: Shutdown sequence completed in 100 ms. [Server@3212d853]: 2018-01-15 16:05:46.993 SHUTDOWN : System.exit() was not called 2018-01-15 16:05:47,006 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:05:47,016 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:05:47,017 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:47,017 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:05:47,017 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:05:47,017 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:05:47,120 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:05:47,127 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:05:47,323 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7b29cdea] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:47,339 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@f08d676] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:47,342 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@2e645fbd' 2018-01-15 16:05:47,347 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:05:47,510 INFO [HSQLDB Connection @561fa69f] hsqldb.db.HSQLDB60FA5AC0F1.ENGINE: Database closed [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.926 s - in org.appng.persistence.repository.SearchQueryTest [INFO] Running org.appng.persistence.repository.EnversSearchRepositoryTest [Server@2d459bda]: Startup sequence initiated from main() method [Server@2d459bda]: Could not load properties from file [Server@2d459bda]: Using cli/default properties only [Server@18bb1b88]: Initiating shutdown sequence... [Server@2d459bda]: Initiating startup sequence... [Server@2d459bda]: Server socket opened successfully in 0 ms. [Server@2d459bda]: Database [index=0, id=6, db=file:target/hsql/hsql-testdb/, alias=hsql-testdb] opened successfully in 37 ms. [Server@2d459bda]: Startup sequence completed in 38 ms. [Server@2d459bda]: 2018-01-15 16:05:47.662 HSQLDB server 2.4.0 is online on port 9001 [Server@2d459bda]: To close normally, connect and execute SHUTDOWN SQL [Server@2d459bda]: From command line, use [Ctrl]+[C] to abort abruptly 2018-01-15 16:05:47,720 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6ceb11f9: startup date [Mon Jan 15 16:05:47 CET 2018]; root of context hierarchy [Server@18bb1b88]: Shutdown sequence completed in 100 ms. [Server@18bb1b88]: 2018-01-15 16:05:47.723 SHUTDOWN : System.exit() was not called 2018-01-15 16:05:47,781 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2018-01-15 16:05:47,782 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:47,782 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:05:47,788 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:05:47,788 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:47,788 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:05:47,789 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:05:47,789 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:05:47,891 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:05:47,897 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:05:48,089 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@74badf19] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:48,104 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@59b3f754] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:48,107 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@2e645fbd' 2018-01-15 16:05:48,111 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:48,197 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:05:48,269 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@6ceb11f9: startup date [Mon Jan 15 16:05:47 CET 2018]; root of context hierarchy 2018-01-15 16:05:48,270 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.656 s - in org.appng.persistence.repository.EnversSearchRepositoryTest [INFO] Running org.appng.persistence.repository.SearchRepositoryTest 2018-01-15 16:05:48,276 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@5b55c3d6: startup date [Mon Jan 15 16:05:48 CET 2018]; root of context hierarchy 2018-01-15 16:05:48,320 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2018-01-15 16:05:48,320 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:48,321 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:05:48,326 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:05:48,326 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:48,327 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:05:48,327 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:05:48,327 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:05:48,430 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:05:48,437 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:05:48,645 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@70aa03c0] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:48,648 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@44da745f] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:48,651 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@2e645fbd' 2018-01-15 16:05:48,655 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:48,705 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:05:48,723 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@5b55c3d6: startup date [Mon Jan 15 16:05:48 CET 2018]; root of context hierarchy 2018-01-15 16:05:48,724 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:48,727 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@64e89bb2: startup date [Mon Jan 15 16:05:48 CET 2018]; root of context hierarchy 2018-01-15 16:05:48,773 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2018-01-15 16:05:48,773 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:48,773 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:05:48,779 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:05:48,779 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:48,779 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:05:48,779 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:05:48,779 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:05:48,882 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:05:48,885 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:05:49,049 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1b26fac2] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:49,052 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@54a033b8] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:49,056 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@2e645fbd' 2018-01-15 16:05:49,059 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:49,111 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:05:49,140 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@64e89bb2: startup date [Mon Jan 15 16:05:48 CET 2018]; root of context hierarchy 2018-01-15 16:05:49,141 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:49,146 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@43a8bd35: startup date [Mon Jan 15 16:05:49 CET 2018]; root of context hierarchy 2018-01-15 16:05:49,189 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2018-01-15 16:05:49,190 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:49,190 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:05:49,197 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:05:49,197 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:49,197 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:05:49,197 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:05:49,197 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:05:49,299 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:05:49,305 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:05:49,506 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@632d1b1b] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:49,509 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3c2fa57a] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:49,513 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@2e645fbd' 2018-01-15 16:05:49,516 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:49,612 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:05:49,625 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@43a8bd35: startup date [Mon Jan 15 16:05:49 CET 2018]; root of context hierarchy 2018-01-15 16:05:49,626 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:49,631 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@3f2d2f22: startup date [Mon Jan 15 16:05:49 CET 2018]; root of context hierarchy 2018-01-15 16:05:49,670 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2018-01-15 16:05:49,670 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:49,670 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:05:49,675 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:05:49,675 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:49,676 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:05:49,676 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:05:49,676 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:05:49,778 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:05:49,783 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:05:49,963 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@729d1428] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:49,965 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@115924ba] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:49,969 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@2e645fbd' 2018-01-15 16:05:49,972 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:50,018 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:05:50,030 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@3f2d2f22: startup date [Mon Jan 15 16:05:49 CET 2018]; root of context hierarchy 2018-01-15 16:05:50,030 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:50,033 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@74267ece: startup date [Mon Jan 15 16:05:50 CET 2018]; root of context hierarchy 2018-01-15 16:05:50,067 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2018-01-15 16:05:50,067 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:50,067 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:05:50,074 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:05:50,074 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:50,074 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:05:50,074 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:05:50,075 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:05:50,176 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:05:50,180 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:05:50,328 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5d10e2b6] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:50,331 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@267309f7] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:50,334 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@2e645fbd' 2018-01-15 16:05:50,337 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:50,377 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:05:50,387 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@74267ece: startup date [Mon Jan 15 16:05:50 CET 2018]; root of context hierarchy 2018-01-15 16:05:50,387 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:50,390 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@603a34e5: startup date [Mon Jan 15 16:05:50 CET 2018]; root of context hierarchy 2018-01-15 16:05:50,424 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2018-01-15 16:05:50,424 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:50,424 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:05:50,429 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:05:50,429 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:50,429 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:05:50,429 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:05:50,430 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:05:50,532 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:05:50,535 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:05:50,687 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4512f5f1] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:50,689 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2a22e7e2] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:50,692 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@2e645fbd' 2018-01-15 16:05:50,696 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:50,736 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:05:50,746 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@603a34e5: startup date [Mon Jan 15 16:05:50 CET 2018]; root of context hierarchy 2018-01-15 16:05:50,747 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:50,749 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@3b446d7: startup date [Mon Jan 15 16:05:50 CET 2018]; root of context hierarchy 2018-01-15 16:05:50,781 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2018-01-15 16:05:50,781 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:50,782 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:05:50,786 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:05:50,786 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:50,787 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:05:50,787 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:05:50,787 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:05:50,889 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:05:50,894 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:05:51,072 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6108c962] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:51,074 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@41c05747] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:51,077 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@2e645fbd' 2018-01-15 16:05:51,080 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:51,120 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:05:51,128 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@3b446d7: startup date [Mon Jan 15 16:05:50 CET 2018]; root of context hierarchy 2018-01-15 16:05:51,129 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:51,131 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@4ac2b4c6: startup date [Mon Jan 15 16:05:51 CET 2018]; root of context hierarchy 2018-01-15 16:05:51,162 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2018-01-15 16:05:51,162 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:51,162 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:05:51,166 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:05:51,167 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:51,167 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:05:51,167 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:05:51,167 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:05:51,269 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:05:51,273 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:05:51,443 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@21e60eed] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:51,445 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2b43eb71] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:51,448 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@2e645fbd' 2018-01-15 16:05:51,451 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:51,488 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:05:51,504 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@4ac2b4c6: startup date [Mon Jan 15 16:05:51 CET 2018]; root of context hierarchy 2018-01-15 16:05:51,504 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:51,507 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@81198ed: startup date [Mon Jan 15 16:05:51 CET 2018]; root of context hierarchy 2018-01-15 16:05:51,540 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2018-01-15 16:05:51,541 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:51,541 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:05:51,546 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:05:51,546 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:51,546 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:05:51,546 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:05:51,546 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:05:51,649 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:05:51,653 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:05:51,985 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2c1ffb9] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:51,987 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1bd97254] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:51,990 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@2e645fbd' 2018-01-15 16:05:51,993 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:52,031 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:05:52,040 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@81198ed: startup date [Mon Jan 15 16:05:51 CET 2018]; root of context hierarchy 2018-01-15 16:05:52,040 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:52,043 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@34f37ed4: startup date [Mon Jan 15 16:05:52 CET 2018]; root of context hierarchy 2018-01-15 16:05:52,074 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2018-01-15 16:05:52,074 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:52,074 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:05:52,079 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:05:52,079 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:52,079 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:05:52,079 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:05:52,079 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:05:52,181 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:05:52,185 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:05:52,348 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@300566e] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:52,350 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@68769265] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:52,353 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@2e645fbd' 2018-01-15 16:05:52,356 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:52,392 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:05:52,421 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@34f37ed4: startup date [Mon Jan 15 16:05:52 CET 2018]; root of context hierarchy 2018-01-15 16:05:52,422 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:52,424 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@72cb5d7d: startup date [Mon Jan 15 16:05:52 CET 2018]; root of context hierarchy 2018-01-15 16:05:52,456 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2018-01-15 16:05:52,457 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:52,457 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:05:52,461 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:05:52,462 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:52,462 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:05:52,462 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:05:52,462 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:05:52,564 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:05:52,568 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:05:52,769 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6b760eb7] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:52,771 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@ddd0e97] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:52,775 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@2e645fbd' 2018-01-15 16:05:52,778 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:52,817 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:05:52,845 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@72cb5d7d: startup date [Mon Jan 15 16:05:52 CET 2018]; root of context hierarchy 2018-01-15 16:05:52,846 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:52,848 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2c07277f: startup date [Mon Jan 15 16:05:52 CET 2018]; root of context hierarchy 2018-01-15 16:05:52,881 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2018-01-15 16:05:52,881 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:52,881 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:05:52,886 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:05:52,886 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:52,886 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:05:52,886 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:05:52,886 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:05:52,988 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:05:52,992 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:05:53,172 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@463a0302] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:53,174 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@150a201b] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:53,177 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@2e645fbd' 2018-01-15 16:05:53,181 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:53,218 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:05:53,245 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@2c07277f: startup date [Mon Jan 15 16:05:52 CET 2018]; root of context hierarchy 2018-01-15 16:05:53,245 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:53,248 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@f9402c2: startup date [Mon Jan 15 16:05:53 CET 2018]; root of context hierarchy 2018-01-15 16:05:53,280 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2018-01-15 16:05:53,280 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:53,280 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:05:53,285 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:05:53,285 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:53,285 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:05:53,285 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:05:53,285 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:05:53,387 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:05:53,391 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:05:53,558 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@64f248ea] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:53,560 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6ab36cee] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:53,563 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@2e645fbd' 2018-01-15 16:05:53,566 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:53,603 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:05:53,612 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@f9402c2: startup date [Mon Jan 15 16:05:53 CET 2018]; root of context hierarchy 2018-01-15 16:05:53,612 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:53,615 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2ccf85e9: startup date [Mon Jan 15 16:05:53 CET 2018]; root of context hierarchy 2018-01-15 16:05:53,646 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2018-01-15 16:05:53,646 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:53,647 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:05:53,651 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:05:53,651 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:53,651 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:05:53,651 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:05:53,651 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:05:53,753 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:05:53,758 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:05:53,921 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5172cce4] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:53,923 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@47ccb397] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:53,926 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@2e645fbd' 2018-01-15 16:05:53,930 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:53,969 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:05:53,981 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@2ccf85e9: startup date [Mon Jan 15 16:05:53 CET 2018]; root of context hierarchy 2018-01-15 16:05:53,982 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:53,984 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@42eaa429: startup date [Mon Jan 15 16:05:53 CET 2018]; root of context hierarchy 2018-01-15 16:05:54,015 INFO [main] org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager: Found explicit default unit with name 'hsql-testdb' in persistence.xml - overriding local default unit settings ('packagesToScan'/'mappingResources') 2018-01-15 16:05:54,015 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:54,015 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:05:54,019 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:05:54,019 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:05:54,020 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:05:54,020 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:05:54,020 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:05:54,122 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:05:54,126 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:05:54,295 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4cf2b47a] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:54,298 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1db30771] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:05:54,302 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@2e645fbd' 2018-01-15 16:05:54,306 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:05:54,350 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:05:54,360 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@42eaa429: startup date [Mon Jan 15 16:05:53 CET 2018]; root of context hierarchy 2018-01-15 16:05:54,360 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.089 s - in org.appng.persistence.repository.SearchRepositoryTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-persistence --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.16.2.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-persistence --- [WARNING] Error fetching link: https://github.com/sylvainlaurent/JDBC-Performance-Logger/jdbc-perf-logger-driver/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-api/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hibernate.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hibernate.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.slf4j.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://projects.spring.io/spring-data-jpa/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://github.com/SpringSource/spring-data-envers/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hsqldb.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-testsupport/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.querydsl.com/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.persistence.repository... Loading source files for package org.appng.persistence.dialect... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/EnversSearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/EnversSearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/QueryDslSearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/QueryDslSearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/SearchQuery.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/SearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/SearchRepositoryFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/SearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/HSQLDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/MySqlTextDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/SQLServer2008Dialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/constant-values.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/SearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/EnversSearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/SearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/SearchRepositoryFactoryBean.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/QueryDslSearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/EnversSearchRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/QueryDslSearchRepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/class-use/SearchQuery.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/class-use/HSQLDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/class-use/MySqlTextDialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/class-use/SQLServer2008Dialect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/dialect/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/org/appng/persistence/repository/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.16.2-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-persistence >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-persistence <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-persistence --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-persistence --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.16.2-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-persistence --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-persistence --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.16.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.16.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.16.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.16.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.16.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-persistence --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.5-02 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.16.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.16.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.16.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.16.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.16.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.16.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Search 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-search --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/src/main/java/org/appng/search/indexer/FileSystemProvider.java: Some input files use or override a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/src/main/java/org/appng/search/indexer/FileSystemProvider.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 13 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-search --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-search --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.search.searcher.GermanSearchTermProcessorTest 'käse' -> (*kas OR kase*) 'käse scheiben' -> (*kas OR kase*) AND (*scheib OR scheib*) 'tomaten' -> (*tomat OR tomat*) 'tomaten dosen' -> (*tomat OR tomat*) AND (*dos OR dos*) 'gemüse' -> (*gemus OR gemuse*) 'gemüse brühe' -> (*gemus OR gemuse*) AND (*bruh OR bruhe*) 'gemüse huhn' -> (*gemus OR gemuse*) AND (*huhn OR huhn*) 'dinkel' -> (*dinkel OR dinkel*) 'kassler' -> (*kassl OR kassl*) 'karotten kartoffeln rindfleisch' -> (*karott OR karott*) AND (*kartoffeln OR kartoffeln*) AND (*rindfleisch OR rindfleisch*) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 s - in org.appng.search.searcher.GermanSearchTermProcessorTest [INFO] Running org.appng.search.indexer.StandardSearcherTest 2018-01-15 16:06:23,539 DEBUG [main] org.appng.search.indexer.GlobalIndexer: start indexing for site manager 2018-01-15 16:06:23,547 INFO [main] org.appng.search.indexer.FileSystemProvider: dataDir: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages 2018-01-15 16:06:23,552 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (1/2):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/de/42.txt Jan 15, 2018 4:06:23 PM org.apache.tika.config.InitializableProblemHandler$3 handleInitializableProblem WARNING: JBIG2ImageReader not loaded. jbig2 files will be ignored See https://pdfbox.apache.org/2.0/dependencies.html#jai-image-io for optional dependencies. TIFFImageWriter not loaded. tiff files will not be processed See https://pdfbox.apache.org/2.0/dependencies.html#jai-image-io for optional dependencies. J2KImageReader not loaded. JPEG2000 files will not be processed. See https://pdfbox.apache.org/2.0/dependencies.html#jai-image-io for optional dependencies. Jan 15, 2018 4:06:23 PM org.apache.tika.config.InitializableProblemHandler$3 handleInitializableProblem WARNING: org.xerial's sqlite-jdbc is not loaded. Please provide the jar on your classpath to parse sqlite files. See tika-parsers/pom.xml for the correct version. 2018-01-15 16:06:24,053 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 503ms 2018-01-15 16:06:24,056 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/de/42.jsp 2018-01-15 16:06:24,187 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2018-01-15 16:06:24,189 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2018-01-15 16:06:24,189 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2018-01-15 16:06:24,189 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2018-01-15 16:06:24,193 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (2/2):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/de/42.jsp 2018-01-15 16:06:24,193 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 139ms 2018-01-15 16:06:24,194 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (1/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/foobar.txt 2018-01-15 16:06:24,212 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 18ms 2018-01-15 16:06:24,212 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (2/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.txt 2018-01-15 16:06:24,234 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 22ms 2018-01-15 16:06:24,234 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/acme.jsp 2018-01-15 16:06:24,235 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = title 2018-01-15 16:06:24,235 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = content 2018-01-15 16:06:24,235 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (3/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/acme.jsp 2018-01-15 16:06:24,236 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 2ms 2018-01-15 16:06:24,236 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.jsp 2018-01-15 16:06:24,237 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2018-01-15 16:06:24,238 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2018-01-15 16:06:24,238 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2018-01-15 16:06:24,238 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2018-01-15 16:06:24,239 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (4/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.jsp 2018-01-15 16:06:24,239 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 3ms 2018-01-15 16:06:24,239 INFO [main] org.appng.search.indexer.FileSystemProvider: Indexing 6 files took 690 milliseconds 2018-01-15 16:06:24,344 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#220204010 with Analyzer class org.apache.lucene.analysis.standard.StandardAnalyzer 2018-01-15 16:06:24,350 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: clearing index at /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2018-01-15 16:06:26,388 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#220204010 2018-01-15 16:06:26,388 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: done with DocumentProducer 'clear index' which offered 0 events (CREATE: 0, UPDATE: 0, DELETE: 0). The index now contains 0 documents (was 0 before) 2018-01-15 16:06:26,388 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#220204010, containing 0 documents (before: 0) directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2018-01-15 16:06:26,396 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@d200bea 2018-01-15 16:06:26,397 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments:1:nrt) 2018-01-15 16:06:26,397 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed MMapDirectory@/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1831a11f 2018-01-15 16:06:26,406 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#1948625965 with Analyzer class org.apache.lucene.analysis.de.GermanAnalyzer 2018-01-15 16:06:26,478 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/de/42.txt +type:txt 2018-01-15 16:06:26,479 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [73ms] CREATE, query: +id:/de/42.txt +type:txt 2018-01-15 16:06:26,482 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/de/42.jsp +type:jsp 2018-01-15 16:06:26,482 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [3ms] CREATE, query: +id:/de/42.jsp +type:jsp 2018-01-15 16:06:28,642 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#1948625965 2018-01-15 16:06:28,642 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: done with DocumentProducer 'index /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/de' which offered 2 events (CREATE: 2, UPDATE: 0, DELETE: 0). The index now contains 2 documents (was 0 before) 2018-01-15 16:06:28,642 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#1948625965, containing 2 documents (before: 0) directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2018-01-15 16:06:28,643 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@7425ac2d 2018-01-15 16:06:28,643 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments_1:3:nrt) 2018-01-15 16:06:28,644 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed MMapDirectory@/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1831a11f 2018-01-15 16:06:28,653 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#970568635 with Analyzer class org.apache.lucene.analysis.en.EnglishAnalyzer 2018-01-15 16:06:28,693 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/foobar.txt +type:txt 2018-01-15 16:06:28,693 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [9ms] CREATE, query: +id:/en/foobar.txt +type:txt 2018-01-15 16:06:28,699 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/42.txt +type:txt 2018-01-15 16:06:28,699 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [6ms] CREATE, query: +id:/en/42.txt +type:txt 2018-01-15 16:06:28,700 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/acme.jsp +type:jsp 2018-01-15 16:06:28,700 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [1ms] CREATE, query: +id:/en/acme.jsp +type:jsp 2018-01-15 16:06:28,704 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/42.jsp +type:jsp 2018-01-15 16:06:28,704 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [4ms] CREATE, query: +id:/en/42.jsp +type:jsp 2018-01-15 16:06:30,772 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#970568635 2018-01-15 16:06:30,772 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: done with DocumentProducer 'index /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en' which offered 4 events (CREATE: 4, UPDATE: 0, DELETE: 0). The index now contains 6 documents (was 2 before) 2018-01-15 16:06:30,772 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#970568635, containing 6 documents (before: 2) directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2018-01-15 16:06:30,773 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@39d9b3bb 2018-01-15 16:06:30,773 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments_2:6:nrt _0(6.6.2):c2) 2018-01-15 16:06:30,773 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed MMapDirectory@/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1831a11f 2018-01-15 16:06:30,961 INFO [main] org.appng.search.searcher.StandardSearcher: 2 results returned from query: +language:de +((title:anhalt contents:anhalt) (title:anhalter* contents:anhalter*)) 2018-01-15 16:06:31,850 INFO [main] org.appng.search.searcher.StandardSearcher: 2 results returned from query: +language:en +((title:hitchhik contents:hitchhik) (title:hitchhiker* contents:hitchhiker*)) 2018-01-15 16:06:31,870 INFO [main] org.appng.search.searcher.StandardSearcher: 1 results returned from query: +language:en +((title:foo contents:foo) (title:foo* contents:foo*)) 2018-01-15 16:06:31,883 INFO [main] org.appng.search.searcher.StandardSearcher: 0 results returned from query: +language:en +((title:acm contents:acm) (title:acme* contents:acme*)) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.598 s - in org.appng.search.indexer.StandardSearcherTest [INFO] Running org.appng.search.indexer.ParseTagsTest 2018-01-15 16:06:31,888 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field1' 2018-01-15 16:06:31,889 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field2' 2018-01-15 16:06:31,889 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'contents' 2018-01-15 16:06:31,889 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field1' 2018-01-15 16:06:31,889 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field2' {field1=A, contents=A B D, field2=B} 2018-01-15 16:06:31,889 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.jsp 2018-01-15 16:06:31,890 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2018-01-15 16:06:31,892 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2018-01-15 16:06:31,892 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2018-01-15 16:06:31,892 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2018-01-15 16:06:31,893 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = field1 2018-01-15 16:06:31,893 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = field2 2018-01-15 16:06:31,893 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = {} [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.appng.search.indexer.ParseTagsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-search --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.16.2.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-search --- [WARNING] Error fetching link: https://appng.org/appng-api/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://freemarker.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://lucene.apache.org/lucene-parent/lucene-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://lucene.apache.org/lucene-parent/lucene-highlighter/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://lucene.apache.org/lucene-parent/lucene-analyzers-common/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://lucene.apache.org/lucene-parent/lucene-queryparser/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://lucene.apache.org/lucene-parent/lucene-facet/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://tika.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://tika.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://poi.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://poi.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://poi.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://jsoup.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://commons.apache.org/proper/commons-text/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-testsupport/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.search... Loading source files for package org.appng.search.searcher... Loading source files for package org.appng.search.json... Loading source files for package org.appng.search.indexer... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/DocumentProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/SearchProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/DateAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/GermanSearchTermProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/SearchFormatter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/SearchTermProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/StandardSearcher.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/Filter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/FilterConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/FilterData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/FilterItem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/FilterItem.DataCounter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/Json.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/Page.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/Part.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/Result.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/Result.Field.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/Result.Fields.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/Results.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/SearchFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/DocumentIndexer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/FileSystemProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/GlobalIndexer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/IndexConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/IndexConfig.ConfigEntry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/ParseTags.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/SimpleDocument.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/constant-values.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/class-use/SearchProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/class-use/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/class-use/DocumentProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/class-use/SearchFormatter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/class-use/StandardSearcher.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/class-use/GermanSearchTermProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/class-use/SearchTermProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/class-use/DateAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/Part.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/Json.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/FilterData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/Results.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/SearchFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/FilterConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/FilterItem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/FilterItem.DataCounter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/Page.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/Result.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/Result.Fields.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/Result.Field.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/class-use/Filter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/class-use/IndexConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/class-use/IndexConfig.ConfigEntry.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/class-use/SimpleDocument.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/class-use/FileSystemProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/class-use/DocumentIndexer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/class-use/GlobalIndexer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/class-use/ParseTags.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/indexer/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/json/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/org/appng/search/searcher/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.16.2-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-search >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-search <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-search --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-search --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.16.2-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-search --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-search --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.16.2/appng-search-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.16.2/appng-search-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.16.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.16.2/appng-search-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.16.2/appng-search-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.16.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.16.2/appng-search-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.16.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.16.2/appng-search-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.16.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.16.2/appng-search-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.16.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.16.2/appng-search-1.16.2-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-search --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.5-02 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.16.2/appng-search-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.16.2/appng-search-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.16.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.16.2/appng-search-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.16.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.16.2/appng-search-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.16.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.16.2/appng-search-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.16.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.16.2/appng-search-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.16.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.16.2/appng-search-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.16.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-search/1.16.2/appng-search-1.16.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Core Library 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 70 resources [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 161 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/DefaultPasswordPolicy.java: Some input files use or override a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/DefaultPasswordPolicy.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 61 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 65 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.core.application.PermissionProcessorTest 2018-01-15 16:07:24,729 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2018-01-15 16:07:24,729 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2018-01-15 16:07:24,730 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2018-01-15 16:07:24,731 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2018-01-15 16:07:24,731 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2018-01-15 16:07:24,731 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.255 s - in org.appng.core.application.PermissionProcessorTest [INFO] Running org.appng.core.repository.PropertyRepositoryTest 2018-01-15 16:07:24,781 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.PropertyRepositoryTest]: no resource found for suffixes {-context.xml}. 2018-01-15 16:07:24,782 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.PropertyRepositoryTest]: PropertyRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2018-01-15 16:07:24,795 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:07:24,803 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@55b53d44, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@482bce4f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@366647c2, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6a6afff2, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1649b0e6, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@865dd6] 2018-01-15 16:07:24,846 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-01-15 16:07:25,208 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1613674b: startup date [Mon Jan 15 16:07:25 CET 2018]; root of context hierarchy 2018-01-15 16:07:25,733 INFO [HSQLDB Server @47c4ecdc] hsqldb.db.HSQLDB60FA5C5E95.ENGINE: Checkpoint start 2018-01-15 16:07:25,734 INFO [HSQLDB Server @47c4ecdc] hsqldb.db.HSQLDB60FA5C5E95.ENGINE: checkpointClose start 2018-01-15 16:07:25,744 INFO [HSQLDB Server @47c4ecdc] hsqldb.db.HSQLDB60FA5C5E95.ENGINE: checkpointClose synched 2018-01-15 16:07:25,757 INFO [HSQLDB Server @47c4ecdc] hsqldb.db.HSQLDB60FA5C5E95.ENGINE: checkpointClose script done 2018-01-15 16:07:25,780 INFO [HSQLDB Server @47c4ecdc] hsqldb.db.HSQLDB60FA5C5E95.ENGINE: checkpointClose end 2018-01-15 16:07:25,781 INFO [HSQLDB Server @47c4ecdc] hsqldb.db.HSQLDB60FA5C5E95.ENGINE: Checkpoint end - txts: 1 2018-01-15 16:07:25,864 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:25,970 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:07:26,089 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.12.Final} 2018-01-15 16:07:26,090 INFO [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2018-01-15 16:07:26,140 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-01-15 16:07:26,311 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:07:26,312 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:07:26,313 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:07:26,313 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:07:26,315 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:07:26,461 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:07:26,557 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:07:27,163 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final 2018-01-15 16:07:28,163 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3382cf68] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:07:28,180 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3df1a1ac] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:07:28,255 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:28,790 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:07:29,866 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@120aa40b testClass = PropertyRepositoryTest, testInstance = org.appng.core.repository.PropertyRepositoryTest@32ab408e, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@18ffca6c testClass = PropertyRepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.repository.PropertyRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@61191222]; rollback [true] 2018-01-15 16:07:29,968 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@120aa40b testClass = PropertyRepositoryTest, testInstance = org.appng.core.repository.PropertyRepositoryTest@32ab408e, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@18ffca6c testClass = PropertyRepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.repository.PropertyRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:29,970 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1613674b: startup date [Mon Jan 15 16:07:25 CET 2018]; root of context hierarchy 2018-01-15 16:07:29,973 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:29,974 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.243 s - in org.appng.core.repository.PropertyRepositoryTest [INFO] Running org.appng.core.repository.GroupRepositoryTest 2018-01-15 16:07:29,976 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.GroupRepositoryTest]: no resource found for suffixes {-context.xml}. 2018-01-15 16:07:29,977 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.GroupRepositoryTest]: GroupRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2018-01-15 16:07:29,981 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:07:29,981 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4d81e83a, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@53a301f3, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7cf8f45a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@62cf6a84, org.springframework.test.context.transaction.TransactionalTestExecutionListener@204d9edf, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6b2aafbc] 2018-01-15 16:07:29,982 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-01-15 16:07:30,094 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@50cbcca7: startup date [Mon Jan 15 16:07:30 CET 2018]; root of context hierarchy 2018-01-15 16:07:30,174 INFO [HSQLDB Server @53cddaf8] hsqldb.db.HSQLDB60FA5C6FFD.ENGINE: Checkpoint start 2018-01-15 16:07:30,174 INFO [HSQLDB Server @53cddaf8] hsqldb.db.HSQLDB60FA5C6FFD.ENGINE: checkpointClose start 2018-01-15 16:07:30,182 INFO [HSQLDB Server @53cddaf8] hsqldb.db.HSQLDB60FA5C6FFD.ENGINE: checkpointClose synched 2018-01-15 16:07:30,193 INFO [HSQLDB Server @53cddaf8] hsqldb.db.HSQLDB60FA5C6FFD.ENGINE: checkpointClose script done 2018-01-15 16:07:30,216 INFO [HSQLDB Server @53cddaf8] hsqldb.db.HSQLDB60FA5C6FFD.ENGINE: checkpointClose end 2018-01-15 16:07:30,216 INFO [HSQLDB Server @53cddaf8] hsqldb.db.HSQLDB60FA5C6FFD.ENGINE: Checkpoint end - txts: 1 2018-01-15 16:07:30,239 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:30,258 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:07:30,282 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:07:30,283 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:07:30,283 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:07:30,283 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:07:30,283 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:07:30,386 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:07:30,398 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:07:30,585 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@334540a0] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:07:30,590 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1f179f51] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:07:30,617 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:30,673 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:07:30,821 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@67eeb310 testClass = GroupRepositoryTest, testInstance = org.appng.core.repository.GroupRepositoryTest@76af51d6, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@14be750c testClass = GroupRepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.repository.GroupRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@322b09da]; rollback [true] 2018-01-15 16:07:30,858 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@67eeb310 testClass = GroupRepositoryTest, testInstance = org.appng.core.repository.GroupRepositoryTest@76af51d6, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@14be750c testClass = GroupRepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.repository.GroupRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:30,859 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@50cbcca7: startup date [Mon Jan 15 16:07:30 CET 2018]; root of context hierarchy 2018-01-15 16:07:30,860 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:30,861 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.886 s - in org.appng.core.repository.GroupRepositoryTest [INFO] Running org.appng.core.repository.RoleRepositoryTest 2018-01-15 16:07:30,863 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.RoleRepositoryTest]: no resource found for suffixes {-context.xml}. 2018-01-15 16:07:30,863 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.RoleRepositoryTest]: RoleRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2018-01-15 16:07:30,867 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:07:30,867 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1b791dca, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@15ac02d5, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2af9a5ef, org.springframework.test.context.support.DirtiesContextTestExecutionListener@34f23816, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6736f40f, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@12f9f896] 2018-01-15 16:07:30,867 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-01-15 16:07:30,986 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7548e1fb: startup date [Mon Jan 15 16:07:30 CET 2018]; root of context hierarchy 2018-01-15 16:07:31,050 INFO [HSQLDB Server @3dbb3fb7] hsqldb.db.HSQLDB60FA5C736A.ENGINE: Checkpoint start 2018-01-15 16:07:31,051 INFO [HSQLDB Server @3dbb3fb7] hsqldb.db.HSQLDB60FA5C736A.ENGINE: checkpointClose start 2018-01-15 16:07:31,059 INFO [HSQLDB Server @3dbb3fb7] hsqldb.db.HSQLDB60FA5C736A.ENGINE: checkpointClose synched 2018-01-15 16:07:31,071 INFO [HSQLDB Server @3dbb3fb7] hsqldb.db.HSQLDB60FA5C736A.ENGINE: checkpointClose script done 2018-01-15 16:07:31,092 INFO [HSQLDB Server @3dbb3fb7] hsqldb.db.HSQLDB60FA5C736A.ENGINE: checkpointClose end 2018-01-15 16:07:31,092 INFO [HSQLDB Server @3dbb3fb7] hsqldb.db.HSQLDB60FA5C736A.ENGINE: Checkpoint end - txts: 1 2018-01-15 16:07:31,132 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:31,155 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:07:31,182 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:07:31,183 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:07:31,183 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:07:31,183 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:07:31,183 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:07:31,286 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:07:31,302 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:07:31,481 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6253e59a] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:07:31,487 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7d1cb59f] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:07:31,528 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:31,602 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:07:31,752 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@2c668c2a testClass = RoleRepositoryTest, testInstance = org.appng.core.repository.RoleRepositoryTest@6efd0a6e, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@120411ec testClass = RoleRepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.repository.RoleRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@24615687]; rollback [true] 2018-01-15 16:07:31,798 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@2c668c2a testClass = RoleRepositoryTest, testInstance = org.appng.core.repository.RoleRepositoryTest@6efd0a6e, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@120411ec testClass = RoleRepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.repository.RoleRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:31,798 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7548e1fb: startup date [Mon Jan 15 16:07:30 CET 2018]; root of context hierarchy 2018-01-15 16:07:31,799 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:31,800 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.939 s - in org.appng.core.repository.RoleRepositoryTest [INFO] Running org.appng.core.repository.RepositoryCacheTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.appng.core.repository.RepositoryCacheTest [INFO] Running org.appng.core.repository.RepositoryTest 2018-01-15 16:07:31,905 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.RepositoryTest]: no resource found for suffixes {-context.xml}. 2018-01-15 16:07:31,906 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.RepositoryTest]: RepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2018-01-15 16:07:31,910 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:07:31,910 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@459bf87c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5ae66c98, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1aaf46e6, org.springframework.test.context.support.DirtiesContextTestExecutionListener@391d28ea, org.springframework.test.context.transaction.TransactionalTestExecutionListener@23df7fad, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4ab455e2] 2018-01-15 16:07:31,911 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-01-15 16:07:32,041 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2acca224: startup date [Mon Jan 15 16:07:32 CET 2018]; root of context hierarchy 2018-01-15 16:07:32,120 INFO [HSQLDB Server @3de45b6c] hsqldb.db.HSQLDB60FA5C7798.ENGINE: Checkpoint start 2018-01-15 16:07:32,121 INFO [HSQLDB Server @3de45b6c] hsqldb.db.HSQLDB60FA5C7798.ENGINE: checkpointClose start 2018-01-15 16:07:32,128 INFO [HSQLDB Server @3de45b6c] hsqldb.db.HSQLDB60FA5C7798.ENGINE: checkpointClose synched 2018-01-15 16:07:32,140 INFO [HSQLDB Server @3de45b6c] hsqldb.db.HSQLDB60FA5C7798.ENGINE: checkpointClose script done 2018-01-15 16:07:32,162 INFO [HSQLDB Server @3de45b6c] hsqldb.db.HSQLDB60FA5C7798.ENGINE: checkpointClose end 2018-01-15 16:07:32,163 INFO [HSQLDB Server @3de45b6c] hsqldb.db.HSQLDB60FA5C7798.ENGINE: Checkpoint end - txts: 1 2018-01-15 16:07:32,205 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:32,229 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:07:32,258 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:07:32,259 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:07:32,259 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:07:32,259 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:07:32,259 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:07:32,363 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:07:32,379 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:07:32,552 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@275902e1] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:07:32,558 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1c788d08] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:07:32,593 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:32,664 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:07:32,807 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7ef60c02 testClass = RepositoryTest, testInstance = org.appng.core.repository.RepositoryTest@5d9d8e46, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1626bddf testClass = RepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.repository.RepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@5f67181f]; rollback [true] 2018-01-15 16:07:32,816 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@7ef60c02 testClass = RepositoryTest, testInstance = org.appng.core.repository.RepositoryTest@5d9d8e46, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1626bddf testClass = RepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.repository.RepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:32,817 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2acca224: startup date [Mon Jan 15 16:07:32 CET 2018]; root of context hierarchy 2018-01-15 16:07:32,818 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:32,818 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.915 s - in org.appng.core.repository.RepositoryTest [INFO] Running org.appng.core.repository.SubjectRepositoryTest 2018-01-15 16:07:32,821 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.SubjectRepositoryTest]: no resource found for suffixes {-context.xml}. 2018-01-15 16:07:32,821 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.SubjectRepositoryTest]: SubjectRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2018-01-15 16:07:32,825 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:07:32,825 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@cfacf0, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4c8abec7, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@45f241df, org.springframework.test.context.support.DirtiesContextTestExecutionListener@f36f34d, org.springframework.test.context.transaction.TransactionalTestExecutionListener@72e36677, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6b86826a] 2018-01-15 16:07:32,826 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-01-15 16:07:32,935 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3c2dda7c: startup date [Mon Jan 15 16:07:32 CET 2018]; root of context hierarchy 2018-01-15 16:07:33,021 INFO [HSQLDB Server @5c7c75fb] hsqldb.db.HSQLDB60FA5C7B1C.ENGINE: Checkpoint start 2018-01-15 16:07:33,021 INFO [HSQLDB Server @5c7c75fb] hsqldb.db.HSQLDB60FA5C7B1C.ENGINE: checkpointClose start 2018-01-15 16:07:33,029 INFO [HSQLDB Server @5c7c75fb] hsqldb.db.HSQLDB60FA5C7B1C.ENGINE: checkpointClose synched 2018-01-15 16:07:33,041 INFO [HSQLDB Server @5c7c75fb] hsqldb.db.HSQLDB60FA5C7B1C.ENGINE: checkpointClose script done 2018-01-15 16:07:33,064 INFO [HSQLDB Server @5c7c75fb] hsqldb.db.HSQLDB60FA5C7B1C.ENGINE: checkpointClose end 2018-01-15 16:07:33,064 INFO [HSQLDB Server @5c7c75fb] hsqldb.db.HSQLDB60FA5C7B1C.ENGINE: Checkpoint end - txts: 1 2018-01-15 16:07:33,105 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:33,128 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:07:33,156 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:07:33,157 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:07:33,157 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:07:33,157 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:07:33,157 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:07:33,260 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:07:33,271 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:07:33,440 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@552088cc] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:07:33,445 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@57eed461] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:07:33,491 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:33,592 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:07:33,831 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@1c9975a8 testClass = SubjectRepositoryTest, testInstance = org.appng.core.repository.SubjectRepositoryTest@3883031d, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@43df1377 testClass = SubjectRepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.repository.SubjectRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@4067634b]; rollback [true] 2018-01-15 16:07:33,879 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@1c9975a8 testClass = SubjectRepositoryTest, testInstance = org.appng.core.repository.SubjectRepositoryTest@3883031d, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@43df1377 testClass = SubjectRepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.repository.SubjectRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:33,880 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3c2dda7c: startup date [Mon Jan 15 16:07:32 CET 2018]; root of context hierarchy 2018-01-15 16:07:33,882 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:33,882 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.063 s - in org.appng.core.repository.SubjectRepositoryTest [INFO] Running org.appng.core.repository.PermissionRepositoryTest 2018-01-15 16:07:33,887 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.PermissionRepositoryTest]: no resource found for suffixes {-context.xml}. 2018-01-15 16:07:33,888 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.PermissionRepositoryTest]: PermissionRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2018-01-15 16:07:33,894 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:07:33,894 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5807ea46, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@305289b3, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3ee68377, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4037cdb0, org.springframework.test.context.transaction.TransactionalTestExecutionListener@27055a2a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@33e4068] 2018-01-15 16:07:33,895 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-01-15 16:07:34,061 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@9499643: startup date [Mon Jan 15 16:07:34 CET 2018]; root of context hierarchy 2018-01-15 16:07:34,149 INFO [HSQLDB Server @23263ba] hsqldb.db.HSQLDB60FA5C7F83.ENGINE: Checkpoint start 2018-01-15 16:07:34,149 INFO [HSQLDB Server @23263ba] hsqldb.db.HSQLDB60FA5C7F83.ENGINE: checkpointClose start 2018-01-15 16:07:34,159 INFO [HSQLDB Server @23263ba] hsqldb.db.HSQLDB60FA5C7F83.ENGINE: checkpointClose synched 2018-01-15 16:07:34,171 INFO [HSQLDB Server @23263ba] hsqldb.db.HSQLDB60FA5C7F83.ENGINE: checkpointClose script done 2018-01-15 16:07:34,190 INFO [HSQLDB Server @23263ba] hsqldb.db.HSQLDB60FA5C7F83.ENGINE: checkpointClose end 2018-01-15 16:07:34,190 INFO [HSQLDB Server @23263ba] hsqldb.db.HSQLDB60FA5C7F83.ENGINE: Checkpoint end - txts: 1 2018-01-15 16:07:34,224 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:34,243 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:07:34,270 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:07:34,271 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:07:34,271 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:07:34,271 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:07:34,271 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:07:34,374 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:07:34,382 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:07:34,518 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4f9980e1] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:07:34,523 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1f6e6f50] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:07:34,545 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:34,609 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:07:34,726 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@63318b56 testClass = PermissionRepositoryTest, testInstance = org.appng.core.repository.PermissionRepositoryTest@19e5e110, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3346e906 testClass = PermissionRepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.repository.PermissionRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@7ea039b4]; rollback [true] 2018-01-15 16:07:34,744 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@63318b56 testClass = PermissionRepositoryTest, testInstance = org.appng.core.repository.PermissionRepositoryTest@19e5e110, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3346e906 testClass = PermissionRepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.repository.PermissionRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:34,744 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@9499643: startup date [Mon Jan 15 16:07:34 CET 2018]; root of context hierarchy 2018-01-15 16:07:34,745 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:34,745 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.862 s - in org.appng.core.repository.PermissionRepositoryTest [INFO] Running org.appng.core.repository.SiteRepositoryTest 2018-01-15 16:07:34,748 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.SiteRepositoryTest]: no resource found for suffixes {-context.xml}. 2018-01-15 16:07:34,749 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.SiteRepositoryTest]: SiteRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2018-01-15 16:07:34,753 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:07:34,753 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@49809275, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@68b3979d, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5fd31df7, org.springframework.test.context.support.DirtiesContextTestExecutionListener@61d150af, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2c8f65da, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@587400a9] 2018-01-15 16:07:34,754 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-01-15 16:07:34,844 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1f0f92f5: startup date [Mon Jan 15 16:07:34 CET 2018]; root of context hierarchy 2018-01-15 16:07:34,916 INFO [HSQLDB Server @59b3f162] hsqldb.db.HSQLDB60FA5C8283.ENGINE: Checkpoint start 2018-01-15 16:07:34,917 INFO [HSQLDB Server @59b3f162] hsqldb.db.HSQLDB60FA5C8283.ENGINE: checkpointClose start 2018-01-15 16:07:34,924 INFO [HSQLDB Server @59b3f162] hsqldb.db.HSQLDB60FA5C8283.ENGINE: checkpointClose synched 2018-01-15 16:07:34,938 INFO [HSQLDB Server @59b3f162] hsqldb.db.HSQLDB60FA5C8283.ENGINE: checkpointClose script done 2018-01-15 16:07:34,959 INFO [HSQLDB Server @59b3f162] hsqldb.db.HSQLDB60FA5C8283.ENGINE: checkpointClose end 2018-01-15 16:07:34,959 INFO [HSQLDB Server @59b3f162] hsqldb.db.HSQLDB60FA5C8283.ENGINE: Checkpoint end - txts: 1 2018-01-15 16:07:34,988 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:35,006 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:07:35,033 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:07:35,033 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:07:35,033 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:07:35,034 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:07:35,034 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:07:35,136 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:07:35,144 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:07:35,272 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@162e29a1] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:07:35,276 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@54b96813] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:07:35,297 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:35,356 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:07:35,486 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@446981a4 testClass = SiteRepositoryTest, testInstance = org.appng.core.repository.SiteRepositoryTest@644f6e89, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@779ef5cb testClass = SiteRepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.repository.SiteRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@7ce760af]; rollback [true] 2018-01-15 16:07:35,516 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@446981a4 testClass = SiteRepositoryTest, testInstance = org.appng.core.repository.SiteRepositoryTest@644f6e89, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@779ef5cb testClass = SiteRepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.repository.SiteRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:35,516 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1f0f92f5: startup date [Mon Jan 15 16:07:34 CET 2018]; root of context hierarchy 2018-01-15 16:07:35,517 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:35,517 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.771 s - in org.appng.core.repository.SiteRepositoryTest [INFO] Running org.appng.core.repository.ResourceRepositoryTest 2018-01-15 16:07:35,527 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.core.repository.ResourceRepositoryTest]: no resource found for suffixes {-context.xml}. 2018-01-15 16:07:35,528 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.core.repository.ResourceRepositoryTest]: ResourceRepositoryTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2018-01-15 16:07:35,536 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:07:35,537 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@18fa5af6, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7fdabb3b, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7164e28a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1b881f1f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@51efdb72, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7bc6b117] 2018-01-15 16:07:35,538 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-01-15 16:07:35,628 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2de07c57: startup date [Mon Jan 15 16:07:35 CET 2018]; root of context hierarchy 2018-01-15 16:07:35,703 INFO [HSQLDB Server @552b15f6] hsqldb.db.HSQLDB60FA5C8596.ENGINE: Checkpoint start 2018-01-15 16:07:35,704 INFO [HSQLDB Server @552b15f6] hsqldb.db.HSQLDB60FA5C8596.ENGINE: checkpointClose start 2018-01-15 16:07:35,710 INFO [HSQLDB Server @552b15f6] hsqldb.db.HSQLDB60FA5C8596.ENGINE: checkpointClose synched 2018-01-15 16:07:35,721 INFO [HSQLDB Server @552b15f6] hsqldb.db.HSQLDB60FA5C8596.ENGINE: checkpointClose script done 2018-01-15 16:07:35,741 INFO [HSQLDB Server @552b15f6] hsqldb.db.HSQLDB60FA5C8596.ENGINE: checkpointClose end 2018-01-15 16:07:35,741 INFO [HSQLDB Server @552b15f6] hsqldb.db.HSQLDB60FA5C8596.ENGINE: Checkpoint end - txts: 1 2018-01-15 16:07:35,777 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:35,794 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:07:35,820 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:07:35,821 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:07:35,821 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:07:35,821 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:07:35,821 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:07:35,924 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:07:35,931 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:07:36,064 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4a7ac98b] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:07:36,069 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@35e3f3b8] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:07:36,094 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:36,152 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:07:36,283 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@ea40c9f testClass = ResourceRepositoryTest, testInstance = org.appng.core.repository.ResourceRepositoryTest@5d782a4a, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6a6e410c testClass = ResourceRepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.repository.ResourceRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@1d126f07]; rollback [true] 2018-01-15 16:07:36,302 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@ea40c9f testClass = ResourceRepositoryTest, testInstance = org.appng.core.repository.ResourceRepositoryTest@5d782a4a, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6a6e410c testClass = ResourceRepositoryTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.repository.ResourceRepositoryTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:36,302 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2de07c57: startup date [Mon Jan 15 16:07:35 CET 2018]; root of context hierarchy 2018-01-15 16:07:36,304 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:36,304 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.785 s - in org.appng.core.repository.ResourceRepositoryTest [INFO] Running org.appng.core.PathInfoTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.appng.core.PathInfoTest [INFO] Running org.appng.core.security.DigestValidatorTest 2018-01-15 16:07:36,349 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2018-01-15 16:07:36,352 ERROR [main] org.appng.core.security.DigestValidator: Invalid date offset [millis]: 7199651, maximum is 3600000 2018-01-15 16:07:36,352 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed. 2018-01-15 16:07:36,352 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2018-01-15 16:07:36,353 ERROR [main] org.appng.core.security.DigestValidator: Encrypted part does not match. Encrypted part is 2DAABFE2806F43E02D51101064001BFC, but should be 8608C92B37ACFB628FC927354FA6BF73 2018-01-15 16:07:36,353 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.appng.core.security.DigestValidatorTest [INFO] Running org.appng.core.security.signing.SignerTest 2018-01-15 16:07:36,364 INFO [main] org.appng.core.security.signing.Signer: Validating the release file against signature/certificate 'CN=Bricolage repository, OU=Release management, O=Aiticon GmbH, C=de'. 2018-01-15 16:07:36,373 INFO [main] org.appng.core.security.signing.Signer: Signing repository '/var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/zip' 2018-01-15 16:07:36,377 INFO [main] org.appng.core.security.signing.Signer: Writing release file '/var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/zip/index' 2018-01-15 16:07:36,378 INFO [main] org.appng.core.security.signing.Signer: ..adding repository attributes 2018-01-15 16:07:36,378 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.1.zip' 2018-01-15 16:07:36,379 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.2-2012-11-27-1305.zip' 2018-01-15 16:07:36,379 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.3-2013-01-13-1303.zip' 2018-01-15 16:07:36,379 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.4-2017-04-10-1046.zip' 2018-01-15 16:07:36,452 INFO [main] org.appng.core.security.signing.Signer: Validating the release file against signature/certificate 'CN=Bricolage repository, OU=Release management, O=Aiticon GmbH, C=de'. 2018-01-15 16:07:36,453 INFO [main] org.appng.core.security.signing.Signer: Successfully validated release file. 2018-01-15 16:07:36,453 INFO [main] org.appng.core.security.signing.Signer: ..importing repository attribute 'repoCodeName: Local' 2018-01-15 16:07:36,453 INFO [main] org.appng.core.security.signing.Signer: ..importing repository attribute 'repoDescription: a local test repository' 2018-01-15 16:07:36,453 INFO [main] org.appng.core.security.signing.Signer: ..importing repository attribute 'repoVersion: ' 2018-01-15 16:07:36,454 INFO [main] org.appng.core.security.signing.Signer: ..importing package digest 'demo-application-1.5.1.zip: 65fd39da4cc20cab904c088b7ac22f41d2a3cb5feacf318728323cefe191bb7d' 2018-01-15 16:07:36,454 INFO [main] org.appng.core.security.signing.Signer: ..importing package digest 'demo-application-1.5.2-2012-11-27-1305.zip: 2f2ba67d4a02515500492f51682992bc1e6aa9e3400cbd0ad86af31e7f2af3b9' 2018-01-15 16:07:36,454 INFO [main] org.appng.core.security.signing.Signer: ..importing package digest 'demo-application-1.5.3-2013-01-13-1303.zip: 6481ea8230a97cf46fb521109f9aa36be2cf2a800664e64ef3d352f96ad8dbae' 2018-01-15 16:07:36,454 INFO [main] org.appng.core.security.signing.Signer: ..importing package digest 'demo-application-1.5.4-2017-04-10-1046.zip: e65fc4f41b0e6192f35a72610c00d65a2befbbd58d0337f0282581731b31b348' [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in org.appng.core.security.signing.SignerTest [INFO] Running org.appng.core.security.BCryptPasswordHandlerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.531 s - in org.appng.core.security.BCryptPasswordHandlerTest [INFO] Running org.appng.core.security.SaltedDigestTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.401 s - in org.appng.core.security.SaltedDigestTest [INFO] Running org.appng.core.security.Sha1PasswordHandlerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.appng.core.security.Sha1PasswordHandlerTest [INFO] Running org.appng.core.security.DefaultPasswordPolicyTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.appng.core.security.DefaultPasswordPolicyTest [INFO] Running org.appng.core.domain.ValidationPatternTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.appng.core.domain.ValidationPatternTest [INFO] Running org.appng.core.domain.SiteImplTest 2018-01-15 16:07:39,438 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#878725938 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:39,439 INFO [main] org.appng.core.Redirect : Redirecting request to /some/uri (302) 2018-01-15 16:07:39,441 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#800933815 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:39,441 INFO [main] org.appng.core.Redirect : Redirecting request to /ws/foo/page/foo/bar#anchor (302) 2018-01-15 16:07:39,442 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#428156140 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:39,442 INFO [main] org.appng.core.Redirect : Redirecting request to /ws/foo/page/foo/bar?tab=anchor#anchor (302) 2018-01-15 16:07:39,443 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1981749800 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:39,443 INFO [main] org.appng.core.domain.SiteImpl: closing context for site foo [STOPPED] (#2103820460) [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.appng.core.domain.SiteImplTest [INFO] Running org.appng.core.domain.PackageArchiveTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.appng.core.domain.PackageArchiveTest [INFO] Running org.appng.core.service.TemplateServiceTest 2018-01-15 16:07:39,458 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:07:39,459 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3677c508, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4518497e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5fe024a7, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7388486e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7bdf8c92, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7c0b792e] 2018-01-15 16:07:39,460 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-01-15 16:07:39,546 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2210af14: startup date [Mon Jan 15 16:07:39 CET 2018]; root of context hierarchy 2018-01-15 16:07:39,640 INFO [HSQLDB Server @7a1878d] hsqldb.db.HSQLDB60FA5C94F7.ENGINE: Checkpoint start 2018-01-15 16:07:39,640 INFO [HSQLDB Server @7a1878d] hsqldb.db.HSQLDB60FA5C94F7.ENGINE: checkpointClose start 2018-01-15 16:07:39,656 INFO [HSQLDB Server @7a1878d] hsqldb.db.HSQLDB60FA5C94F7.ENGINE: checkpointClose synched 2018-01-15 16:07:39,668 INFO [HSQLDB Server @7a1878d] hsqldb.db.HSQLDB60FA5C94F7.ENGINE: checkpointClose script done 2018-01-15 16:07:39,689 INFO [HSQLDB Server @7a1878d] hsqldb.db.HSQLDB60FA5C94F7.ENGINE: checkpointClose end 2018-01-15 16:07:39,690 INFO [HSQLDB Server @7a1878d] hsqldb.db.HSQLDB60FA5C94F7.ENGINE: Checkpoint end - txts: 1 2018-01-15 16:07:39,715 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:39,733 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:07:39,760 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:07:39,760 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9010/hsql-testdb] 2018-01-15 16:07:39,761 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:07:39,761 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:07:39,761 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:07:39,863 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:07:39,871 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:07:40,024 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@742aa00a] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:07:40,029 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2be208db] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:07:40,050 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:40,109 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:07:40,628 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#223198004 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:40,659 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2018-01-15 16:07:40,660 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2018-01-15 16:07:40,660 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2018-01-15 16:07:40,662 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2018-01-15 16:07:40,662 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2018-01-15 16:07:40,662 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl 2018-01-15 16:07:40,665 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1846406183 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:40,670 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1149529206 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:40,678 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2018-01-15 16:07:40,678 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2018-01-15 16:07:40,678 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2018-01-15 16:07:40,679 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2018-01-15 16:07:40,679 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2018-01-15 16:07:40,680 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl 2018-01-15 16:07:40,771 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2210af14: startup date [Mon Jan 15 16:07:39 CET 2018]; root of context hierarchy 2018-01-15 16:07:40,777 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:40,778 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9010/hsql-testdb] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.324 s - in org.appng.core.service.TemplateServiceTest [INFO] Running org.appng.core.service.ApplicationArchiveProcessorTest 2018-01-15 16:07:40,792 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-null' 2018-01-15 16:07:40,792 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-null' 2018-01-15 16:07:40,794 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-null' 2018-01-15 16:07:40,794 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-null' 2018-01-15 16:07:40,795 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-null' 2018-01-15 16:07:40,795 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-null' 2018-01-15 16:07:40,795 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-null' 2018-01-15 16:07:40,795 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-null' 2018-01-15 16:07:40,796 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-null' 2018-01-15 16:07:40,796 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-null' application.xml beans.xml datasources.xml events.xml master.xml page.xml plugin.xml messages-demo.properties mssql/V1.0_script.sql mysql/V1.0_script.sql [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.appng.core.service.ApplicationArchiveProcessorTest [INFO] Running org.appng.core.service.DatabaseServiceTest 2018-01-15 16:07:40,805 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:07:40,805 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5d50e7f6, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@54fbaa65, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@48e3017a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4a937d43, org.springframework.test.context.transaction.TransactionalTestExecutionListener@10264cb0, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@19877453] 2018-01-15 16:07:40,807 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-01-15 16:07:40,897 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3af6d7a7: startup date [Mon Jan 15 16:07:40 CET 2018]; root of context hierarchy 2018-01-15 16:07:40,967 INFO [HSQLDB Server @334ac669] hsqldb.db.HSQLDB60FA5C9A24.ENGINE: Checkpoint start 2018-01-15 16:07:40,967 INFO [HSQLDB Server @334ac669] hsqldb.db.HSQLDB60FA5C9A24.ENGINE: checkpointClose start 2018-01-15 16:07:40,975 INFO [HSQLDB Server @334ac669] hsqldb.db.HSQLDB60FA5C9A24.ENGINE: checkpointClose synched 2018-01-15 16:07:40,985 INFO [HSQLDB Server @334ac669] hsqldb.db.HSQLDB60FA5C9A24.ENGINE: checkpointClose script done 2018-01-15 16:07:41,003 INFO [HSQLDB Server @334ac669] hsqldb.db.HSQLDB60FA5C9A24.ENGINE: checkpointClose end 2018-01-15 16:07:41,004 INFO [HSQLDB Server @334ac669] hsqldb.db.HSQLDB60FA5C9A24.ENGINE: Checkpoint end - txts: 1 2018-01-15 16:07:41,040 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:41,050 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:07:41,069 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:07:41,069 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:07:41,069 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:07:41,070 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:07:41,070 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:07:41,172 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:07:41,180 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:07:41,313 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:41,361 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:07:41,616 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2018-01-15 16:07:41,634 INFO [main] org.flywaydb.core.internal.util.VersionPrinter: Flyway 4.2.0 by Boxfuse 2018-01-15 16:07:41,756 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2018-01-15 16:07:41,827 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Repair of failed migration in metadata table "PUBLIC"."schema_version" not necessary. No failed migration detected. 2018-01-15 16:07:41,844 INFO [main] org.flywaydb.core.internal.command.DbRepair: Successfully repaired metadata table "PUBLIC"."schema_version" (execution time 00:00.019s). 2018-01-15 16:07:41,845 INFO [main] org.flywaydb.core.internal.command.DbRepair: Manual cleanup of the remaining effects the failed migration may still be required. 2018-01-15 16:07:41,977 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.008s) 2018-01-15 16:07:41,999 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-01-15 16:07:42,024 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-01-15 16:07:42,034 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-01-15 16:07:42,073 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-01-15 16:07:42,088 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-01-15 16:07:42,096 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-01-15 16:07:42,110 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-01-15 16:07:42,119 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-01-15 16:07:42,127 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-01-15 16:07:42,135 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-01-15 16:07:42,144 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-01-15 16:07:42,152 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.154s). 2018-01-15 16:07:42,386 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) is active. 2018-01-15 16:07:42,659 WARN [main] org.appng.core.domain.DatabaseConnection: error while connecting to jdbc:mysql://localhost:3306/appNG MYSQL (java.sql.SQLException:Access denied for user 'user'@'localhost' (using password: NO)) 2018-01-15 16:07:42,659 INFO [main] org.appng.core.service.DatabaseService: MYSQL jdbc:mysql://localhost:3306/appNG MYSQL is not working and will be deactivated. 2018-01-15 16:07:42,680 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3af6d7a7: startup date [Mon Jan 15 16:07:40 CET 2018]; root of context hierarchy 2018-01-15 16:07:42,681 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:42,681 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 1.884 s - in org.appng.core.service.DatabaseServiceTest [INFO] Running org.appng.core.service.InitializerServiceTest 2018-01-15 16:07:42,689 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:07:42,689 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@52539624, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1001b435, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1dd4c691, org.springframework.test.context.support.DirtiesContextTestExecutionListener@54972f9a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1abb719a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@706dee4] 2018-01-15 16:07:42,692 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-01-15 16:07:42,792 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3c5d60db: startup date [Mon Jan 15 16:07:42 CET 2018]; root of context hierarchy 2018-01-15 16:07:42,939 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:42,957 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:07:42,983 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:07:42,984 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9010/hsql-testdb] 2018-01-15 16:07:42,984 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:07:42,984 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:07:42,984 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:07:43,089 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:07:43,096 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:07:43,217 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7ab17cf] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:07:43,225 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@26f0ab88] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:07:43,244 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:43,300 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:07:43,480 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@547aa7f4 testClass = InitializerServiceTest, testInstance = org.appng.core.service.InitializerServiceTest@2e94655a, testMethod = testInitPlatform@InitializerServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5b784f16 testClass = InitializerServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.InitializerServiceTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@be56353]; rollback [false] 2018-01-15 16:07:43,482 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#604571698 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:43,684 INFO [main] org.appng.api.messaging.Messaging: system property appng.node.id is not set, using local host name de-f2-p-appngdev0 as fallback 2018-01-15 16:07:43,684 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-01-15 16:07:43,684 INFO [main] org.appng.core.service.InitializerService: applications are located at /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/applications or in the database 2018-01-15 16:07:43,772 INFO [main] org.appng.core.service.InitializerService: ========================================================================================== 2018-01-15 16:07:43,780 INFO [main] org.appng.core.service.InitializerService: loading site site-1 (host-1) 2018-01-15 16:07:43,780 INFO [main] org.appng.core.service.InitializerService: loading applications for site site-1 2018-01-15 16:07:43,783 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/root/WEB-INF/cache/platform/site-1 2018-01-15 16:07:43,783 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/root/WEB-INF/cache/application/site-1 2018-01-15 16:07:43,792 INFO [main] net.sf.ehcache.pool.sizeof.filter.AnnotationSizeOfFilter: Using regular expression provided through VM argument net.sf.ehcache.pool.sizeof.ignore.pattern for IgnoreSizeOf annotation : ^.*cache\..*IgnoreSizeOf$ 2018-01-15 16:07:43,798 INFO [main] net.sf.ehcache.pool.sizeof.AgentLoader: Located valid 'tools.jar' at '/usr/lib/jvm/jdk-8-oracle-x64/jre/../lib/tools.jar' 2018-01-15 16:07:43,849 INFO [main] net.sf.ehcache.pool.sizeof.JvmInformation: Detected JVM data model settings of: 64-Bit HotSpot JVM with Compressed OOPs 2018-01-15 16:07:44,093 INFO [main] net.sf.ehcache.pool.sizeof.AgentLoader: Extracted agent jar to temporary file /tmp/ehcache-sizeof-agent5590803509019246273.jar 2018-01-15 16:07:44,093 INFO [main] net.sf.ehcache.pool.sizeof.AgentLoader: Trying to load agent @ /tmp/ehcache-sizeof-agent5590803509019246273.jar 2018-01-15 16:07:44,102 INFO [main] net.sf.ehcache.pool.impl.DefaultSizeOfEngine: using Agent sizeof engine 2018-01-15 16:07:44,184 INFO [main] org.appng.core.service.TemplateService: copying template from /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/test/resources/template/appng to /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/repository/site-1/www/template 2018-01-15 16:07:44,185 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#791217259 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:44,185 INFO [main] org.appng.core.service.InitializerService: SiteClassLoader#791217259 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 2018-01-15 16:07:44,188 INFO [main] org.appng.core.service.InitializerService: started site thread [appng-indexthread-site-1] with runnable of type org.appng.search.indexer.DocumentIndexer 2018-01-15 16:07:44,188 INFO [main] org.appng.core.service.InitializerService: loading site site-1 completed 2018-01-15 16:07:44,188 INFO [main] org.appng.core.service.InitializerService: ========================================================================================== 2018-01-15 16:07:44,200 INFO [main] org.appng.core.service.InitializerService: Current Ehcache configuration: 2018-01-15 16:07:44,275 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@547aa7f4 testClass = InitializerServiceTest, testInstance = org.appng.core.service.InitializerServiceTest@2e94655a, testMethod = testInitPlatform@InitializerServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5b784f16 testClass = InitializerServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.InitializerServiceTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:44,276 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3c5d60db: startup date [Mon Jan 15 16:07:42 CET 2018]; root of context hierarchy 2018-01-15 16:07:44,278 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:44,278 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9010/hsql-testdb] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.572 s - in org.appng.core.service.InitializerServiceTest [INFO] Running org.appng.core.service.PropertySupportTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.core.service.PropertySupportTest [INFO] Running org.appng.core.service.CoreServiceTest 2018-01-15 16:07:44,293 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:07:44,293 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7a98f106, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@633328d3, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@45382749, org.springframework.test.context.support.DirtiesContextTestExecutionListener@406cf37f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7d412ab5, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@74ee07e] 2018-01-15 16:07:44,295 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-01-15 16:07:44,393 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3c88db1: startup date [Mon Jan 15 16:07:44 CET 2018]; root of context hierarchy 2018-01-15 16:07:44,465 INFO [HSQLDB Server @2c3f47ba] hsqldb.db.HSQLDB60FA5CA7D0.ENGINE: Checkpoint start 2018-01-15 16:07:44,466 INFO [HSQLDB Server @2c3f47ba] hsqldb.db.HSQLDB60FA5CA7D0.ENGINE: checkpointClose start 2018-01-15 16:07:44,473 INFO [HSQLDB Server @2c3f47ba] hsqldb.db.HSQLDB60FA5CA7D0.ENGINE: checkpointClose synched 2018-01-15 16:07:44,484 INFO [HSQLDB Server @2c3f47ba] hsqldb.db.HSQLDB60FA5CA7D0.ENGINE: checkpointClose script done 2018-01-15 16:07:44,504 INFO [HSQLDB Server @2c3f47ba] hsqldb.db.HSQLDB60FA5CA7D0.ENGINE: checkpointClose end 2018-01-15 16:07:44,504 INFO [HSQLDB Server @2c3f47ba] hsqldb.db.HSQLDB60FA5CA7D0.ENGINE: Checkpoint end - txts: 1 2018-01-15 16:07:44,553 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:44,573 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:07:44,605 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:07:44,605 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:07:44,605 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:07:44,605 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:07:44,606 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:07:44,708 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:07:44,722 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:07:44,844 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@589dac96] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:07:44,849 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@792bf78a] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:07:44,888 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:44,960 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:07:45,165 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@349e166, testMethod = testAddApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:45,359 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2097092912 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:45,432 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2111798903 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:45,523 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1140359504 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:45,611 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@349e166, testMethod = testAddApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:45,614 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@23138317, testMethod = testAddGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:45,663 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#754730101 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:45,684 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1914168853 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:45,704 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#292777660 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:45,729 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@23138317, testMethod = testAddGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:45,731 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@56f3f9da, testMethod = testAssignApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:45,756 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1589709489 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:45,772 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#831001107 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:45,789 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1369878328 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:45,807 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@56f3f9da, testMethod = testAssignApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:45,809 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6fb9dab6, testMethod = testAssignApplicationToSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:45,828 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2039642748 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:45,841 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#590237213 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:45,854 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1915864099 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:45,880 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/ROOT/WEB-INF/cache/platform/site-1/foobar 2018-01-15 16:07:45,880 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/ROOT/WEB-INF/cache/application/site-1/foobar 2018-01-15 16:07:45,893 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6fb9dab6, testMethod = testAssignApplicationToSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:45,894 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6231bb88, testMethod = testAssignGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:45,918 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1057152052 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:45,930 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#394798811 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:45,941 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#38983312 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:45,951 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6231bb88, testMethod = testAssignGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:45,954 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@62c41ad, testMethod = testCreateApplicationProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:45,972 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1007307915 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:45,985 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1014564638 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:45,995 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1486249495 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:45,999 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@62c41ad, testMethod = testCreateApplicationProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:46,001 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4c902a72, testMethod = testCreateApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:46,025 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#208963026 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,036 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1565911930 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,046 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#967707647 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,050 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4c902a72, testMethod = testCreateApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:46,052 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@52418721, testMethod = testCreateDatabaseConnection@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:46,069 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#506587104 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,080 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#270956301 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,090 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#142278581 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,094 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@52418721, testMethod = testCreateDatabaseConnection@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:46,095 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@33b3e47, testMethod = testCreateGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:46,114 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1626410858 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,124 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2146399713 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,133 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1061265907 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,137 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@33b3e47, testMethod = testCreateGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:46,139 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@431782fe, testMethod = testCreatePropertyForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:46,155 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#578594560 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,165 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#561436980 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,174 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1908502375 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,178 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@431782fe, testMethod = testCreatePropertyForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:46,179 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3aa2646f, testMethod = testCreatePropertyForSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:46,196 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#376852728 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,207 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#57960265 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,216 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2033307298 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,220 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3aa2646f, testMethod = testCreatePropertyForSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:46,221 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7a6ef10b, testMethod = testCreatePropertyForSiteAndApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:46,238 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#356477543 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,247 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#170503405 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,256 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#64584458 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,260 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7a6ef10b, testMethod = testCreatePropertyForSiteAndApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:46,262 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7f2a5d5f, testMethod = testCreateSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:46,278 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#572857286 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,287 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#709811979 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,296 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#628023028 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,348 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7f2a5d5f, testMethod = testCreateSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:46,350 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@59f4df4e, testMethod = testCreateSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:46,367 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#571640691 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,376 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#911905844 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,385 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#742855516 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,392 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#837898751 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,396 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@59f4df4e, testMethod = testCreateSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:46,398 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4d78dd9d, testMethod = testDeleteApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:46,414 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#97661911 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,423 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2132065745 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,431 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#441957172 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,438 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1857927480 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,446 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4d78dd9d, testMethod = testDeleteApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:46,448 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1000fbae, testMethod = testDeleteApplicationRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:46,473 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1098385231 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,482 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1459619135 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,491 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#459885056 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,498 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1722240186 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,516 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1000fbae, testMethod = testDeleteApplicationRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:46,517 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1afd9827, testMethod = testDeleteApplicationRoleInvalid@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:46,534 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1953442705 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,543 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#645118495 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,551 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#893441507 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,559 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1614094579 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,561 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1afd9827, testMethod = testDeleteApplicationRoleInvalid@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:46,563 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1d7201cb, testMethod = testDeleteApplicationSiteActive@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [true] 2018-01-15 16:07:46,577 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1136750103 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,586 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#857564250 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,594 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#816755379 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,601 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#33257432 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,608 ERROR [main] org.appng.core.service.CoreService: Cannot delete application with ID 2: bugtracker 2018-01-15 16:07:46,609 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1d7201cb, testMethod = testDeleteApplicationSiteActive@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:46,611 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@8aa77a4, testMethod = testDeleteSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:46,625 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1066493943 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,634 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#544769691 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,642 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1980933707 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,649 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1884170233 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,653 INFO [main] org.appng.core.service.CoreService: starting deletion of site site-3 2018-01-15 16:07:46,661 INFO [main] org.appng.core.service.CoreService: unlinking application foobar from site site-3, status of database-connection is NO_DB_SUPPORTED 2018-01-15 16:07:46,668 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2018-01-15 16:07:46,691 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/ROOT/WEB-INF/cache/platform/site-3 2018-01-15 16:07:46,692 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/ROOT/WEB-INF/cache/application/site-3 2018-01-15 16:07:46,692 INFO [main] org.appng.core.service.CoreService: done deleting site site-3 2018-01-15 16:07:46,693 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@8aa77a4, testMethod = testDeleteSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:46,695 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7e78953e, testMethod = testDeleteSiteWithEnvironment@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:46,714 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1854750019 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,723 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1710995238 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,736 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#685033452 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,743 INFO [main] org.appng.core.service.CoreService: starting deletion of site site-2 2018-01-15 16:07:46,745 INFO [main] org.appng.core.service.CoreService: unlinking application bugtracker from site site-2, status of database-connection is NO_DB_SUPPORTED 2018-01-15 16:07:46,754 INFO [main] org.appng.core.service.CoreService: destroying site site-2 [STOPPING] (#750597618) 2018-01-15 16:07:46,754 INFO [main] org.appng.core.domain.SiteImpl: closing context for site site-2 [STOPPING] (#750597618) 2018-01-15 16:07:46,755 INFO [main] org.appng.core.service.CoreService: destroying site site-2 [STOPPING] (#750597618) complete 2018-01-15 16:07:46,764 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2018-01-15 16:07:46,767 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/ROOT/WEB-INF/cache/platform/site-2 2018-01-15 16:07:46,767 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/ROOT/WEB-INF/cache/application/site-2 2018-01-15 16:07:46,767 INFO [main] org.appng.core.service.CoreService: done deleting site site-2 2018-01-15 16:07:46,797 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7e78953e, testMethod = testDeleteSiteWithEnvironment@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:46,799 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@79360eff, testMethod = testDeleteSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:46,819 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1986798172 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,826 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1469022856 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,831 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@79360eff, testMethod = testDeleteSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:46,832 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@787345aa, testMethod = testFindApplicationByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:46,849 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#290540663 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,856 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2000887570 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,859 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@787345aa, testMethod = testFindApplicationByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:46,861 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4a4a1973, testMethod = testGetApplicationFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:46,876 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#639950124 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,882 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1360867750 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,884 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4a4a1973, testMethod = testGetApplicationFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:46,885 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7aa5de8c, testMethod = testGetApplicationProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:46,901 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2035431929 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,907 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1529293019 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,911 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7aa5de8c, testMethod = testGetApplicationProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:46,912 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@79c01d37, testMethod = testGetApplicationRepositories@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:46,928 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1477228136 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,936 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1855363279 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,940 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@79c01d37, testMethod = testGetApplicationRepositories@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:46,942 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3def5336, testMethod = testGetApplicationRolesForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:46,959 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1844267460 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,966 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#664467996 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:46,971 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3def5336, testMethod = testGetApplicationRolesForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:46,972 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@646c565a, testMethod = testGetApplicationRootFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:46,992 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#174296901 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,003 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1399678303 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,004 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@646c565a, testMethod = testGetApplicationRootFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:47,006 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2956985b, testMethod = testGetGroupByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:47,028 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1365529092 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,037 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2103879220 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,041 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2956985b, testMethod = testGetGroupByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:47,042 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@53365a58, testMethod = testGetGroups@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:47,062 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#724334993 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,070 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#299377572 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,074 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@53365a58, testMethod = testGetGroups@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:47,076 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@480a5088, testMethod = testGetPropertiesIntegerInteger@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:47,096 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1837897092 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,103 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#976882491 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,107 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@480a5088, testMethod = testGetPropertiesIntegerInteger@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:47,108 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3f471e59, testMethod = testGetPropertiesStringString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:47,127 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2070700037 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,134 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#192359979 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,141 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3f471e59, testMethod = testGetPropertiesStringString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:47,144 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6984d41a, testMethod = testGetSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:47,167 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1101629239 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,175 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1463727736 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,186 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6984d41a, testMethod = testGetSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:47,188 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@b95e63a, testMethod = testGetSiteByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:47,215 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#370402731 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,222 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#87791529 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,236 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@b95e63a, testMethod = testGetSiteByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:47,238 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@c359413, testMethod = testGetSiteIds@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:47,262 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#256789682 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,270 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#313946224 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,272 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@c359413, testMethod = testGetSiteIds@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:47,274 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5eb11bb7, testMethod = testGetSites@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:47,290 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#988309230 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,298 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1444459115 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,301 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5eb11bb7, testMethod = testGetSites@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:47,302 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1bee92f9, testMethod = testGetSubjectByEmail@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:47,319 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#952879527 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,325 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#760715059 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,333 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1bee92f9, testMethod = testGetSubjectByEmail@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:47,334 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4a094674, testMethod = testGetSubjectById@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:47,348 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2090288558 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,354 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1905926287 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,356 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4a094674, testMethod = testGetSubjectById@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:47,358 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4a25da63, testMethod = testGetSubjectByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:47,383 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#217290569 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,394 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1762088210 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,406 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4a25da63, testMethod = testGetSubjectByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:47,408 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@35590f53, testMethod = testGetSubjects@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:47,424 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#453428216 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,431 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1054064587 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,435 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@35590f53, testMethod = testGetSubjects@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:47,437 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@74d41fcf, testMethod = testInitSitePropertiesSiteImpl@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:47,451 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1403264958 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,459 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1323378630 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,469 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@74d41fcf, testMethod = testInitSitePropertiesSiteImpl@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:47,471 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3a4dea70, testMethod = testLdapLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:47,486 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1233926876 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,494 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1910175190 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,504 INFO [main] org.appng.core.service.LdapService: LDAP Configuration of site 'site-1' neither uses LDAP over SSL ('ldaps://') nor STARTTLS. Credentials will be transmitted as cleartext. 2018-01-15 16:07:47,509 INFO [main] org.appng.core.service.LdapService: LDAP operation failed on host 'ldap(s)::' with principal 'EXAMPLE\subject-2' (javax.naming.NamingException: Cannot parse url: ldap(s)::) 2018-01-15 16:07:47,510 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3a4dea70, testMethod = testLdapLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:47,511 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5fdd9b96, testMethod = testLdapLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:47,527 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1676048520 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,534 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2007077734 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,544 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5fdd9b96, testMethod = testLdapLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:47,545 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7499553f, testMethod = testLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:47,565 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#360623143 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:47,577 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1215929222 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:48,483 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-3' 2018-01-15 16:07:48,486 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2018-01-15 16:07:48,488 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7499553f, testMethod = testLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:48,491 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@36db5318, testMethod = testLoginDigest@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:48,518 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1581847861 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:48,525 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1415306443 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:48,532 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2018-01-15 16:07:48,532 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-3' 2018-01-15 16:07:48,532 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2018-01-15 16:07:48,533 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@36db5318, testMethod = testLoginDigest@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:48,535 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6390f89c, testMethod = testLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:48,557 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1744704284 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:48,564 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#578451941 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:49,526 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'johndoe' 2018-01-15 16:07:49,528 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2018-01-15 16:07:49,529 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6390f89c, testMethod = testLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:49,531 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@18723aac, testMethod = testLoginPrincipal@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:49,551 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1000554520 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:49,559 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1593284115 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:49,570 INFO [main] org.appng.core.service.CoreService: user subject-2 found 2018-01-15 16:07:49,570 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-2' 2018-01-15 16:07:49,570 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2018-01-15 16:07:49,571 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@18723aac, testMethod = testLoginPrincipal@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:49,573 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@65820758, testMethod = testLoginPrincipalWithGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:49,588 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#47026941 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:49,599 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1184851239 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:49,603 INFO [main] org.appng.core.service.CoreService: Subject authentication failed. Trying to authenticate based on LDAP group membership. 2018-01-15 16:07:49,605 INFO [main] org.appng.core.service.CoreService: user 'null' belongs to group 'subject-1' 2018-01-15 16:07:49,611 INFO [main] org.appng.core.service.CoreService: User "null" successfully authenticated. 2018-01-15 16:07:49,611 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'null' 2018-01-15 16:07:49,612 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2018-01-15 16:07:49,615 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@65820758, testMethod = testLoginPrincipalWithGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:49,617 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2229079d, testMethod = testMigratePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:49,633 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#323841942 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:49,639 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1237856312 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:50,571 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2229079d, testMethod = testMigratePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:50,572 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@39cdbc4e, testMethod = testProvideApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:50,587 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1355478616 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:50,593 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#122433244 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:50,596 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.2' from repository file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/zip 2018-01-15 16:07:50,619 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.2 2018-01-15 16:07:50,637 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-01-15 16:07:50,639 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-01-15 16:07:50,640 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-01-15 16:07:50,649 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-01-15 16:07:50,651 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-01-15 16:07:50,652 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-01-15 16:07:50,652 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-01-15 16:07:50,655 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-01-15 16:07:50,655 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-01-15 16:07:50,677 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.2' 2018-01-15 16:07:50,677 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.2' 2018-01-15 16:07:50,677 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.2' 2018-01-15 16:07:50,677 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.2' 2018-01-15 16:07:50,678 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.2' 2018-01-15 16:07:50,678 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.2' 2018-01-15 16:07:50,678 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.2' 2018-01-15 16:07:50,678 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.2' 2018-01-15 16:07:50,678 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.2' 2018-01-15 16:07:50,678 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.2' 2018-01-15 16:07:50,678 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.2 to target/ROOT/applications/demo-application 2018-01-15 16:07:50,687 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-01-15 16:07:50,688 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-01-15 16:07:50,690 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-01-15 16:07:50,692 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-01-15 16:07:50,713 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@39cdbc4e, testMethod = testProvideApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:50,715 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@24bbe3c6, testMethod = testProvideApplicationUpdate@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:50,734 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#436225037 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:50,743 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#867222659 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:50,779 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/ROOT/WEB-INF/cache/platform/site-1/demo-application 2018-01-15 16:07:50,780 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/ROOT/WEB-INF/cache/application/site-1/demo-application 2018-01-15 16:07:50,785 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/zip 2018-01-15 16:07:50,806 INFO [main] org.appng.core.service.CoreService: updating application demo-application-1.5.3 2018-01-15 16:07:50,808 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-01-15 16:07:50,809 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-01-15 16:07:50,809 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-01-15 16:07:50,809 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-01-15 16:07:50,809 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-01-15 16:07:50,809 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-01-15 16:07:50,810 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-01-15 16:07:50,810 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-01-15 16:07:50,810 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-01-15 16:07:50,810 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-01-15 16:07:50,810 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/ROOT/applications/demo-application 2018-01-15 16:07:50,828 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-01-15 16:07:50,831 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-01-15 16:07:50,832 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-01-15 16:07:50,833 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-01-15 16:07:50,836 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-01-15 16:07:50,837 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-01-15 16:07:50,841 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-01-15 16:07:50,841 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-01-15 16:07:50,871 INFO [main] org.appng.core.service.CoreService: loading properties for application 'demo-application' of site 'site-1' 2018-01-15 16:07:50,873 INFO [main] org.appng.core.service.CoreService: loading properties for application demo-application 2018-01-15 16:07:50,878 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@24bbe3c6, testMethod = testProvideApplicationUpdate@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:50,880 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3e1ff1cf, testMethod = testProvideApplicationUpdateDelete@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:50,900 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#580235360 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:50,907 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#998800939 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:51,020 INFO [main] org.appng.core.service.CoreService: unlinking application demo-application from site site-1, status of database-connection is NO_DB_SUPPORTED 2018-01-15 16:07:51,045 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3e1ff1cf, testMethod = testProvideApplicationUpdateDelete@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:51,047 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7c0fd22d, testMethod = testProvideApplicationWithAdminRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:51,062 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#174540357 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:51,069 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1468651037 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:51,072 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.4' from repository file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/zip 2018-01-15 16:07:51,092 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.4 2018-01-15 16:07:51,104 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-01-15 16:07:51,105 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-01-15 16:07:51,114 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-01-15 16:07:51,114 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-01-15 16:07:51,117 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-01-15 16:07:51,118 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-01-15 16:07:51,119 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-01-15 16:07:51,120 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-01-15 16:07:51,121 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-01-15 16:07:51,122 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-01-15 16:07:51,122 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-01-15 16:07:51,124 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-01-15 16:07:51,124 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-01-15 16:07:51,145 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.4' 2018-01-15 16:07:51,145 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.4' 2018-01-15 16:07:51,145 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.4' 2018-01-15 16:07:51,145 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.4' 2018-01-15 16:07:51,145 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.4' 2018-01-15 16:07:51,145 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.4' 2018-01-15 16:07:51,145 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.4' 2018-01-15 16:07:51,145 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.4' 2018-01-15 16:07:51,146 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.4' 2018-01-15 16:07:51,146 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.4' 2018-01-15 16:07:51,146 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.4 to target/ROOT/applications/demo-application 2018-01-15 16:07:51,153 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-01-15 16:07:51,153 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-01-15 16:07:51,154 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-01-15 16:07:51,156 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-01-15 16:07:51,157 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-01-15 16:07:51,159 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-01-15 16:07:51,164 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7c0fd22d, testMethod = testProvideApplicationWithAdminRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:51,165 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@ebf11cd, testMethod = testReloadRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:51,177 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1786849745 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:51,182 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1372496798 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:51,184 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@ebf11cd, testMethod = testReloadRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:51,186 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@25452a5d, testMethod = testResetPassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:51,197 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#59794522 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:51,202 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#627722054 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:52,051 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@25452a5d, testMethod = testResetPassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:52,052 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6e526c5c, testMethod = testRestoreSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:52,066 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1991470488 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:52,071 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1512866201 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:52,075 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6e526c5c, testMethod = testRestoreSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:52,076 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@e6f7638, testMethod = testSaveProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:52,085 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1721107397 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:52,088 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1702119188 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:52,090 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@e6f7638, testMethod = testSaveProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:52,092 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6384a8, testMethod = testSaveProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:52,113 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1705364626 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:52,119 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1903564941 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:52,120 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6384a8, testMethod = testSaveProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:52,122 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@14295dca, testMethod = testUnlinkApplicationFromSiteIntegerString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:52,130 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1476955274 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:52,134 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1749735452 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:52,138 INFO [main] org.appng.core.service.CoreService: unlinking application manager from site site-1, status of database-connection is NO_DB_SUPPORTED 2018-01-15 16:07:52,141 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@14295dca, testMethod = testUnlinkApplicationFromSiteIntegerString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:52,142 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@268f1aeb, testMethod = testUpdatePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@25000d3d]; rollback [false] 2018-01-15 16:07:52,156 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#486512764 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:52,163 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1508953958 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:52,878 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6c07666f testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@268f1aeb, testMethod = testUpdatePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b87c881 testClass = CoreServiceTest, locations = '{classpath:platformContext.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.core.service.TestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:07:52,879 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3c88db1: startup date [Mon Jan 15 16:07:44 CET 2018]; root of context hierarchy 2018-01-15 16:07:52,880 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:07:52,880 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [WARNING] Tests run: 79, Failures: 0, Errors: 0, Skipped: 20, Time elapsed: 8.599 s - in org.appng.core.service.CoreServiceTest [INFO] Running org.appng.core.service.LdapServiceTest 2018-01-15 16:07:52,913 INFO [main] org.appng.core.service.LdapService: Unknown keyword 'bogus' in site property 'testLoginUserSucces.ldapPrincipalScheme'. Falling back to plain username 'aziz' as principal. 2018-01-15 16:07:52,917 INFO [main] org.appng.core.service.LdapService: LDAP operation failed on host 'ldaps://testLoginUserFailure:129' with principal 'egypt\aziz' (javax.naming.NamingException: Sorry kiddo. You got the gift, but it looks like you're waiting for something.) 2018-01-15 16:07:52,918 INFO [main] org.appng.core.service.LdapService: LDAP operation failed on host 'ldaps://testLoginUserFailure:139' with principal 'egypt\aziz' (javax.naming.NamingException: Ah ah ah, you didn't say the magic word!) [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.appng.core.service.LdapServiceTest [INFO] Running org.appng.core.controller.RequestUtilTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.appng.core.controller.RequestUtilTest [INFO] Running org.appng.core.controller.PlatformProcessorTest 2018-01-15 16:07:52,940 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1905580773 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:52,953 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1134659766 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:53,306 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#692613741 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:07:53,311 ERROR [main] org.appng.core.model.PlatformProcessor: error while processing java.lang.NullPointerException at org.appng.core.model.PlatformProcessor.getPlatform(PlatformProcessor.java:72) at org.appng.core.model.AbstractRequestProcessor.processPlatform(AbstractRequestProcessor.java:114) at org.appng.core.model.PlatformProcessor.processWithTemplate(PlatformProcessor.java:87) at org.appng.core.controller.PlatformProcessorTest.testTransformError(PlatformProcessorTest.java:136) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143) 2018-01-15 16:07:53,313 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#223661067 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.404 s - in org.appng.core.controller.PlatformProcessorTest [INFO] Running org.appng.core.controller.RepositoryWatcherTest 2018-01-15 16:07:53,397 INFO [main] org.appng.core.controller.RepositoryWatcher: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/conf/urlrewrite.xml has been read, 9 forward rules have been processes 2018-01-15 16:07:53,397 INFO [main] org.appng.core.controller.RepositoryWatcher: watching /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/repository/manager/www/de 2018-01-15 16:07:53,401 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: start watching... 2018-01-15 16:07:53,408 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/fehler (cache size: 4) 2018-01-15 16:07:53,409 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/error (cache size: 3) 2018-01-15 16:07:53,409 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/fault (cache size: 2) 2018-01-15 16:07:53,409 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/test (cache size: 1) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.27 s - in org.appng.core.controller.RepositoryWatcherTest [INFO] Running org.appng.core.controller.messaging.MessagingTest 2018-01-15 16:07:53,614 INFO [main] org.appng.core.controller.messaging.MulticastReceiver: received message from localhost: org.appng.core.controller.messaging.MessagingTest - Origin: appng.node2 - Site: example.com 2018-01-15 16:07:53,615 INFO [main] org.appng.core.controller.messaging.MulticastReceiver: about to execute org.appng.core.controller.messaging.MessagingTest - Origin: appng.node2 - Site: example.com received from localhost 2018-01-15 16:07:53,615 INFO [main] org.appng.core.controller.messaging.MulticastReceiver: received message from localhost: org.appng.core.controller.messaging.MessagingTest - Origin: appng.node2 - Site: localhost 2018-01-15 16:07:53,616 INFO [main] org.appng.core.controller.messaging.MulticastReceiver: about to execute org.appng.core.controller.messaging.MessagingTest - Origin: appng.node2 - Site: localhost received from localhost [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.appng.core.controller.messaging.MessagingTest [INFO] Running org.appng.core.controller.filter.RedirectFilterTest 2018-01-15 16:07:53,630 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: conf reload check set to 5000s 2018-01-15 16:07:53,651 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: loaded (conf ok) 2018-01-15 16:07:53,662 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: loaded (conf ok) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.appng.core.controller.filter.RedirectFilterTest [INFO] Running org.appng.core.controller.filter.JspExtensionFilterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.appng.core.controller.filter.JspExtensionFilterTest [INFO] Running org.appng.core.controller.PlatformStartupTest 2018-01-15 16:07:53,722 INFO [main] org.appng.core.controller.PlatformStartup: 2018-01-15 16:07:53,722 INFO [main] org.appng.core.controller.PlatformStartup: Launching appNG, the Next Generation Application Platform ... 2018-01-15 16:07:53,722 INFO [main] org.appng.core.controller.PlatformStartup: 2018-01-15 16:07:53,722 INFO [main] org.appng.core.controller.PlatformStartup: - - ---- ----------------------------------------- -------- - - 2018-01-15 16:07:53,722 INFO [main] org.appng.core.controller.PlatformStartup: ____ _______ _____ .---,,--,-^²²^-,. 2018-01-15 16:07:53,722 INFO [main] org.appng.core.controller.PlatformStartup: .,--^^²´´ `^^²´´ `²^-.-²´´ ``²---´ dSb. db ,dS$P² < 2018-01-15 16:07:53,723 INFO [main] org.appng.core.controller.PlatformStartup: ,-´_.dSS$§§§§$Sb. .dS$§§§§§$Sb. : .dS$§§§§$SSb. : $§4b.$$ l$´ ss ; 2018-01-15 16:07:53,723 INFO [main] org.appng.core.controller.PlatformStartup: ,/ .dS$SP²^^^²4$§§$ $§§$P²^^^²4S$$b.`4$$P²^^^²4S§$b. 4$`4b$P `4S$SP | 2018-01-15 16:07:53,723 INFO [main] org.appng.core.controller.PlatformStartup: ! .$§SP° $§§$ $§§$´ `4S§$.`4$´ `4S§$. .-----^²------´ 2018-01-15 16:07:53,723 INFO [main] org.appng.core.controller.PlatformStartup: ; [$§$l $§§$ $§§$ l$§$] l$ l$§$] ! 2018-01-15 16:07:53,723 INFO [main] org.appng.core.controller.PlatformStartup: l.`S$Sb. $§§$ $§§$ ,dS$S´ d$ ,dS$S´ ; 2018-01-15 16:07:53,723 INFO [main] org.appng.core.controller.PlatformStartup: \ `4S$Sbsaaasd$§§$ $§§$ssaaasdS$SP´,d$$ssaaasdS$SP´ l 2018-01-15 16:07:53,723 INFO [main] org.appng.core.controller.PlatformStartup: \_ ``4SS$§§§§§§§$ $§§§§§§§$SSP´´ $§§§§§§§$SSP´´_.^ 2018-01-15 16:07:53,723 INFO [main] org.appng.core.controller.PlatformStartup: `----,_,.____,. $$$$ ___.___,^ $$$$ ___.,--^ 2018-01-15 16:07:53,723 INFO [main] org.appng.core.controller.PlatformStartup: _ _ ______ ____ ! $§§$ ! ____ _ ! $$$$ | ________ _______ ____ _ _ 2018-01-15 16:07:53,723 INFO [main] org.appng.core.controller.PlatformStartup: | $$$$ ; l $$$$ ; 2018-01-15 16:07:53,723 INFO [main] org.appng.core.controller.PlatformStartup: `--,.-^´ `--,.-^´ 2018-01-15 16:07:53,723 INFO [main] org.appng.core.controller.PlatformStartup: 2018-01-15 16:07:53,725 INFO [main] org.appng.core.service.HsqlStarter: starting HSQL Server 2.4.0 at /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/WEB-INF/database/appng on port 9050 2018-01-15 16:07:53,741 INFO [HSQLDB Server @124e5ce1] hsqldb.db.HSQLDB60FA5CCC0C.ENGINE: Checkpoint start 2018-01-15 16:07:53,742 INFO [HSQLDB Server @124e5ce1] hsqldb.db.HSQLDB60FA5CCC0C.ENGINE: checkpointClose start 2018-01-15 16:07:53,750 INFO [HSQLDB Server @124e5ce1] hsqldb.db.HSQLDB60FA5CCC0C.ENGINE: checkpointClose synched 2018-01-15 16:07:53,764 INFO [HSQLDB Server @124e5ce1] hsqldb.db.HSQLDB60FA5CCC0C.ENGINE: checkpointClose script done 2018-01-15 16:07:53,794 INFO [HSQLDB Server @124e5ce1] hsqldb.db.HSQLDB60FA5CCC0C.ENGINE: checkpointClose end 2018-01-15 16:07:53,795 INFO [HSQLDB Server @124e5ce1] hsqldb.db.HSQLDB60FA5CCC0C.ENGINE: Checkpoint end - txts: 1 2018-01-15 16:07:53,930 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.4.0) 2018-01-15 16:07:54,033 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.4) 2018-01-15 16:07:54,040 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Repair of failed migration in metadata table "PUBLIC"."schema_version" not necessary. No failed migration detected. 2018-01-15 16:07:54,046 INFO [main] org.flywaydb.core.internal.command.DbRepair: Successfully repaired metadata table "PUBLIC"."schema_version" (execution time 00:00.007s). 2018-01-15 16:07:54,046 INFO [main] org.flywaydb.core.internal.command.DbRepair: Manual cleanup of the remaining effects the failed migration may still be required. 2018-01-15 16:07:54,162 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.006s) 2018-01-15 16:07:54,170 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-01-15 16:07:54,183 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-01-15 16:07:54,192 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-01-15 16:07:54,227 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-01-15 16:07:54,241 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-01-15 16:07:54,247 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-01-15 16:07:54,253 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-01-15 16:07:54,258 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-01-15 16:07:54,263 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-01-15 16:07:54,269 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-01-15 16:07:54,274 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-01-15 16:07:54,279 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.109s). 2018-01-15 16:07:54,280 INFO [main] org.appng.core.controller.PlatformStartup: Platform connection: HSQL jdbc:hsqldb:hsql://localhost:9050/appng 2018-01-15 16:07:54,280 INFO [main] org.appng.core.controller.PlatformStartup: appNG null started in 558 ms. 2018-01-15 16:07:54,280 INFO [main] org.appng.core.controller.PlatformStartup: ==================================================================================================== 2018-01-15 16:07:59,282 INFO [main] org.appng.core.controller.PlatformStartup: appNG stopped. 2018-01-15 16:07:59,282 INFO [main] org.appng.core.controller.PlatformStartup: ==================================================================================================== [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.58 s - in org.appng.core.controller.PlatformStartupTest [INFO] Running org.appng.core.controller.SessionListenerTest 2018-01-15 16:07:59,354 INFO [main] org.appng.core.controller.SessionListener: Session created: ZUS383883OTOTOLSKKL (created: 2018-01-15 16:07:59) 2018-01-15 16:07:59,356 INFO [main] org.appng.core.controller.SessionListener: Session created: ERTERTZGFHFGHGFH234 (created: 2018-01-15 16:07:59) 2018-01-15 16:07:59,357 INFO [main] org.appng.core.controller.SessionListener: Session destroyed: ZUS383883OTOTOLSKKL (created: 2018-01-15 16:07:59, accessed: 2018-01-15 16:07:59, requests: 1, domain: http://localhost:8080, user-agent: null) 2018-01-15 16:07:59,358 INFO [main] org.appng.core.controller.SessionListener: Session created: ZUS383883OTOTOLSKKL (created: 2018-01-15 16:07:59) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.appng.core.controller.SessionListenerTest [INFO] Running org.appng.core.controller.ApplicationContextTest 2018-01-15 16:07:59,367 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:07:59,367 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@56cb0ced, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2bbcb801, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@44fcf2b2, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3c52060, org.springframework.test.context.transaction.TransactionalTestExecutionListener@d67e891, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@43d5258c] 2018-01-15 16:07:59,369 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [applications/application1/beans.xml] 2018-01-15 16:07:59,394 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2018-01-15 16:07:59,402 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2018-01-15 16:07:59,411 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@609f3626: startup date [Mon Jan 15 16:07:59 CET 2018]; root of context hierarchy 2018-01-15 16:07:59,508 INFO [HSQLDB Server @3205ea73] hsqldb.db.HSQLDB60FA5CE293.ENGINE: Checkpoint start 2018-01-15 16:07:59,508 INFO [HSQLDB Server @3205ea73] hsqldb.db.HSQLDB60FA5CE293.ENGINE: checkpointClose start 2018-01-15 16:07:59,519 INFO [HSQLDB Server @3205ea73] hsqldb.db.HSQLDB60FA5CE293.ENGINE: checkpointClose synched 2018-01-15 16:07:59,530 INFO [HSQLDB Server @3205ea73] hsqldb.db.HSQLDB60FA5CE293.ENGINE: checkpointClose script done 2018-01-15 16:07:59,549 INFO [HSQLDB Server @3205ea73] hsqldb.db.HSQLDB60FA5CE293.ENGINE: checkpointClose end 2018-01-15 16:07:59,549 INFO [HSQLDB Server @3205ea73] hsqldb.db.HSQLDB60FA5CE293.ENGINE: Checkpoint end - txts: 1 2018-01-15 16:07:59,621 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2018-01-15 16:07:59,623 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2018-01-15 16:07:59,756 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:07:59,764 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:08:00,023 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2018-01-15 16:08:00,419 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@609f3626: startup date [Mon Jan 15 16:07:59 CET 2018]; root of context hierarchy 2018-01-15 16:08:00,420 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.167 s - in org.appng.core.controller.ApplicationContextTest [INFO] Running org.appng.core.controller.handler.GuiHandlerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.appng.core.controller.handler.GuiHandlerTest [INFO] Running org.appng.core.controller.handler.ServiceRequestHandlerTest 2018-01-15 16:08:00,553 ERROR [main] org.appng.core.controller.handler.ServiceRequestHandler: error while processing service-request /services/foo/bar?jin=fizz java.io.IOException: no such site: foo at org.appng.core.controller.handler.ServiceRequestHandler.handle(ServiceRequestHandler.java:166) at org.appng.core.controller.handler.ServiceRequestHandlerTest.testError(ServiceRequestHandlerTest.java:264) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143) 2018-01-15 16:08:00,563 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@56a70784: startup date [Mon Jan 15 16:08:00 CET 2018]; root of context hierarchy 2018-01-15 16:08:00,783 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/add/{a}/{b}],methods=[GET],produces=[application/json;charset=UTF-8]}" onto public org.springframework.http.ResponseEntity org.appng.core.controller.handler.ServiceRequestHandlerTest$FoobarRest.add(java.lang.Integer,java.lang.Integer) 2018-01-15 16:08:00,812 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@56a70784: startup date [Mon Jan 15 16:08:00 CET 2018]; root of context hierarchy [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 s - in org.appng.core.controller.handler.ServiceRequestHandlerTest [INFO] Running org.appng.core.controller.ControllerTest 2018-01-15 16:08:01,049 INFO [main] org.appng.core.controller.Controller: Controller created 2018-01-15 16:08:01,050 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#985364771 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:08:01,077 INFO [main] org.appng.core.controller.Controller: Controller created 2018-01-15 16:08:01,078 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1215304854 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:08:01,081 INFO [main] org.appng.core.controller.Controller: Controller created 2018-01-15 16:08:01,082 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#593214494 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:08:01,083 INFO [main] org.appng.core.controller.Controller: Controller created 2018-01-15 16:08:01,085 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#490086379 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:08:01,092 INFO [main] org.appng.core.controller.Controller: Controller created 2018-01-15 16:08:01,093 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#399859897 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:08:01,095 INFO [main] org.appng.core.controller.Controller: Controller created 2018-01-15 16:08:01,096 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#326654469 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:08:01,098 INFO [main] org.appng.core.controller.Controller: Controller created 2018-01-15 16:08:01,099 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#915791536 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:08:01,101 INFO [main] org.appng.core.controller.Controller: Controller created 2018-01-15 16:08:01,102 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2052390989 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:08:01,103 INFO [main] org.appng.core.Redirect : Redirecting request to /de/index (301) 2018-01-15 16:08:01,103 INFO [main] org.appng.core.controller.Controller: Controller created 2018-01-15 16:08:01,104 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#375008700 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:08:01,109 INFO [main] org.appng.core.controller.Controller: Controller created 2018-01-15 16:08:01,110 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1958366636 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:08:01,112 INFO [main] org.appng.core.controller.Controller: Controller created 2018-01-15 16:08:01,113 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#965301993 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:08:01,114 INFO [main] org.appng.core.controller.Controller: Controller created 2018-01-15 16:08:01,115 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#971887900 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:08:01,116 INFO [main] org.appng.core.controller.Controller: Controller created 2018-01-15 16:08:01,117 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2129929045 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:08:01,118 INFO [main] org.appng.core.controller.Controller: Controller created 2018-01-15 16:08:01,119 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1898986796 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:08:01,121 INFO [main] org.appng.core.controller.Controller: Controller created 2018-01-15 16:08:01,122 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1518958124 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:08:01,124 INFO [main] org.appng.core.controller.Controller: Controller created 2018-01-15 16:08:01,125 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#568090123 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:08:01,127 INFO [main] org.appng.core.controller.Controller: Controller created 2018-01-15 16:08:01,128 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#813144885 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:08:01,129 INFO [main] org.appng.core.controller.Controller: Controller created 2018-01-15 16:08:01,129 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2041879325 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:08:01,131 INFO [main] org.appng.core.Redirect : Redirecting request /de to /de/index (301) 2018-01-15 16:08:01,131 INFO [main] org.appng.core.controller.Controller: Controller created 2018-01-15 16:08:01,132 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2142554300 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:08:01,133 INFO [main] org.appng.core.controller.Controller: Controller created 2018-01-15 16:08:01,135 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1387234150 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:08:01,138 INFO [main] org.appng.core.controller.Controller: Controller created 2018-01-15 16:08:01,139 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#547147618 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:08:01,141 INFO [main] org.appng.core.controller.Controller: Controller created 2018-01-15 16:08:01,142 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#328068234 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:08:01,143 INFO [main] org.appng.core.controller.Controller: Controller created 2018-01-15 16:08:01,144 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1258767262 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:08:01,145 INFO [main] org.appng.core.controller.Controller: Controller created 2018-01-15 16:08:01,146 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#39552840 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:08:01,147 INFO [main] org.appng.core.controller.Controller: Controller created 2018-01-15 16:08:01,148 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1385636965 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-01-15 16:08:01,149 INFO [main] org.appng.core.controller.Controller: Controller created 2018-01-15 16:08:01,150 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#662311301 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.appng.core.controller.ControllerTest [INFO] Running org.appng.core.controller.RedirectTest 2018-01-15 16:08:01,153 INFO [main] org.appng.core.Redirect : Redirecting request to /targeturl (301) 2018-01-15 16:08:01,154 INFO [main] org.appng.core.Redirect : Redirecting request to targeturl (302) 2018-01-15 16:08:01,154 INFO [main] org.appng.core.Redirect : Redirecting request to http://www.example.com (301) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.appng.core.controller.RedirectTest [INFO] Running org.appng.core.model.PlatformTransformerTest 2018-01-15 16:08:01,159 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:08:01,159 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@21a1b47c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@18bbcce8, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@36bc1a23, org.springframework.test.context.support.DirtiesContextTestExecutionListener@22644f14, org.springframework.test.context.transaction.TransactionalTestExecutionListener@eca0d70, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@48505ccd] 2018-01-15 16:08:01,160 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-01-15 16:08:01,282 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1eeb3ae6: startup date [Mon Jan 15 16:08:01 CET 2018]; root of context hierarchy 2018-01-15 16:08:01,439 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:08:01,456 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-01-15 16:08:01,486 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:08:01,487 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:08:01,488 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:08:01,488 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:08:01,488 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:08:01,590 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:08:01,597 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:08:01,739 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3ecba23a] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:08:01,746 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4d40fe37] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:08:01,764 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:08:01,853 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:08:02,129 ERROR [main] org.appng.core.model.PlatformTransformer: An empty sequence is not allowed as the value of variable $foo ; SystemID: ; Line#: 6; Column#: -1 net.sf.saxon.trans.XPathException: An empty sequence is not allowed as the value of variable $foo at net.sf.saxon.expr.Expression.typeError(Expression.java:1123) at net.sf.saxon.expr.CardinalityChecker.evaluateItem(CardinalityChecker.java:282) at net.sf.saxon.expr.AtomicSequenceConverter.evaluateItem(AtomicSequenceConverter.java:275) at net.sf.saxon.expr.AtomicSequenceConverter.evaluateItem(AtomicSequenceConverter.java:30) at net.sf.saxon.expr.Expression.evaluateAsString(Expression.java:524) at net.sf.saxon.expr.instruct.SimpleNodeConstructor.processLeavingTail(SimpleNodeConstructor.java:216) at net.sf.saxon.expr.instruct.ValueOf.processLeavingTail(ValueOf.java:280) at net.sf.saxon.expr.instruct.Template.applyLeavingTail(Template.java:336) at net.sf.saxon.trans.Mode.applyTemplates(Mode.java:1124) at net.sf.saxon.Controller.transformDocument(Controller.java:2106) at net.sf.saxon.Controller.transform(Controller.java:1705) at net.sf.saxon.s9api.XsltTransformer.transform(XsltTransformer.java:547) at net.sf.saxon.jaxp.TransformerImpl.transform(TransformerImpl.java:177) at org.appng.core.model.PlatformTransformer.transform(PlatformTransformer.java:323) at org.appng.core.model.PlatformTransformer.transform(PlatformTransformer.java:212) at org.appng.core.model.PlatformTransformerTest.runErrornousTest(PlatformTransformerTest.java:154) at org.appng.core.model.PlatformTransformerTest.testRuntimeError(PlatformTransformerTest.java:129) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75) at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86) at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143) 2018-01-15 16:08:02,129 INFO [main] org.appng.core.model.PlatformTransformer: writing debug files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug with prefix 1810398005- 2018-01-15 16:08:02,143 WARN [main] org.appng.xml.transformation.StyleSheetProvider: [platform.xsl] stylesheet 'src/test/resources/template/appng:utils.xsl' is already defined, contents will be overridden! 2018-01-15 16:08:02,151 ERROR [main] org.appng.core.model.PlatformTransformer: Element xsl:tmplate must not appear directly within xsl:stylesheet ; SystemID: ; Line#: 5; Column#: 25 net.sf.saxon.trans.XPathException: Element xsl:tmplate must not appear directly within xsl:stylesheet at net.sf.saxon.style.StyleElement.compileError(StyleElement.java:2165) at net.sf.saxon.style.XSLPackage.validate(XSLPackage.java:182) at net.sf.saxon.style.StylesheetPackage.preprocess(StylesheetPackage.java:441) at net.sf.saxon.style.Compilation.compilePackage(Compilation.java:180) at net.sf.saxon.style.Compilation.compileSingletonPackage(Compilation.java:94) at net.sf.saxon.s9api.XsltCompiler.compile(XsltCompiler.java:543) at net.sf.saxon.jaxp.SaxonTransformerFactory.newTemplates(SaxonTransformerFactory.java:152) at org.appng.core.model.PlatformTransformer.transform(PlatformTransformer.java:190) at org.appng.core.model.PlatformTransformerTest.runErrornousTest(PlatformTransformerTest.java:154) at org.appng.core.model.PlatformTransformerTest.testCompileError(PlatformTransformerTest.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75) at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86) at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143) 2018-01-15 16:08:02,151 ERROR [main] org.appng.core.model.PlatformTransformer: Element xsl:tmplate must not appear directly within xsl:stylesheet ; SystemID: ; Line#: 5; Column#: 25 net.sf.saxon.trans.XPathException: Element xsl:tmplate must not appear directly within xsl:stylesheet at net.sf.saxon.style.StyleElement.compileError(StyleElement.java:2165) at net.sf.saxon.style.XSLPackage.validate(XSLPackage.java:182) at net.sf.saxon.style.StylesheetPackage.preprocess(StylesheetPackage.java:442) at net.sf.saxon.style.Compilation.compilePackage(Compilation.java:180) at net.sf.saxon.style.Compilation.compileSingletonPackage(Compilation.java:94) at net.sf.saxon.s9api.XsltCompiler.compile(XsltCompiler.java:543) at net.sf.saxon.jaxp.SaxonTransformerFactory.newTemplates(SaxonTransformerFactory.java:152) at org.appng.core.model.PlatformTransformer.transform(PlatformTransformer.java:190) at org.appng.core.model.PlatformTransformerTest.runErrornousTest(PlatformTransformerTest.java:154) at org.appng.core.model.PlatformTransformerTest.testCompileError(PlatformTransformerTest.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75) at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86) at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143) 2018-01-15 16:08:02,152 ERROR [main] org.appng.core.model.PlatformTransformer: Unknown XSLT element: tmplate ; SystemID: ; Line#: 5; Column#: 25 net.sf.saxon.trans.XPathException: Unknown XSLT element: tmplate at net.sf.saxon.style.StyleNodeFactory.makeElementNode(StyleNodeFactory.java:283) at net.sf.saxon.tree.linked.LinkedTreeBuilder.startContent(LinkedTreeBuilder.java:251) at net.sf.saxon.style.UseWhenFilter.startContent(UseWhenFilter.java:449) at net.sf.saxon.event.StartTagBuffer.startContent(StartTagBuffer.java:233) at net.sf.saxon.event.ProxyReceiver.startContent(ProxyReceiver.java:178) at net.sf.saxon.event.ProxyReceiver.startContent(ProxyReceiver.java:178) at net.sf.saxon.event.ReceivingContentHandler.startElement(ReceivingContentHandler.java:356) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:509) at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784) at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602) at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:841) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:770) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213) at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643) at net.sf.saxon.event.Sender.sendSAXSource(Sender.java:440) at net.sf.saxon.event.Sender.send(Sender.java:171) at net.sf.saxon.style.StylesheetModule.loadStylesheetModule(StylesheetModule.java:128) at net.sf.saxon.style.Compilation.compilePackage(Compilation.java:131) at net.sf.saxon.style.Compilation.compileSingletonPackage(Compilation.java:94) at net.sf.saxon.s9api.XsltCompiler.compile(XsltCompiler.java:543) at net.sf.saxon.jaxp.SaxonTransformerFactory.newTemplates(SaxonTransformerFactory.java:152) at org.appng.core.model.PlatformTransformer.transform(PlatformTransformer.java:190) at org.appng.core.model.PlatformTransformerTest.runErrornousTest(PlatformTransformerTest.java:154) at org.appng.core.model.PlatformTransformerTest.testCompileError(PlatformTransformerTest.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75) at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86) at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143) 2018-01-15 16:08:02,152 INFO [main] org.appng.core.model.PlatformTransformer: writing debug files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug with prefix 1008590499- 2018-01-15 16:08:02,158 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1eeb3ae6: startup date [Mon Jan 15 16:08:01 CET 2018]; root of context hierarchy 2018-01-15 16:08:02,159 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-01-15 16:08:02,159 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.005 s - in org.appng.core.model.PlatformTransformerTest [INFO] Running org.appng.core.model.ApplicationProviderTest 2018-01-15 16:08:02,165 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:08:02,166 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2ebaa3e8, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1722bd4e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3e2a2f7a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@53a3132f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@287d5f50, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2ab75fdc] 2018-01-15 16:08:02,166 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [applications/application1/beans.xml] 2018-01-15 16:08:02,187 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2018-01-15 16:08:02,193 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2018-01-15 16:08:02,200 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4509f40f: startup date [Mon Jan 15 16:08:02 CET 2018]; root of context hierarchy 2018-01-15 16:08:02,349 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2018-01-15 16:08:02,349 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2018-01-15 16:08:02,480 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:08:02,487 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:08:02,528 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2018-01-15 16:08:02,762 ERROR [main] org.appng.core.model.ApplicationProvider: [localhost:demo-application] error while building structure for page 'entity' org.appng.api.ProcessingException: error performing action 'update' of event 'events', ID: 1653335286 at org.appng.api.support.CallableAction.execute(CallableAction.java:438) at org.appng.api.support.CallableAction.perform(CallableAction.java:319) at org.appng.core.model.ActionElement.perform(ActionElement.java:72) at org.appng.core.model.ApplicationProvider.getActionSectionElement(ApplicationProvider.java:533) at org.appng.core.model.ApplicationProvider.access$000(ApplicationProvider.java:126) at org.appng.core.model.ApplicationProvider$2.perform(ApplicationProvider.java:424) at org.appng.core.model.ApplicationProvider.doMonitored(ApplicationProvider.java:468) at org.appng.core.model.ApplicationProvider.addElements(ApplicationProvider.java:432) at org.appng.core.model.ApplicationProvider.buildStructure(ApplicationProvider.java:351) at org.appng.core.model.ApplicationProvider.process(ApplicationProvider.java:280) at org.appng.core.model.ApplicationProviderTest.runTest(ApplicationProviderTest.java:282) at org.appng.core.model.ApplicationProviderTest.testUpdateException(ApplicationProviderTest.java:183) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75) at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86) at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143) Caused by: org.appng.api.ApplicationException: adfsf at org.appng.testapplication.TestEntities.perform(TestEntities.java:71) at org.appng.testapplication.TestEntities.perform(TestEntities.java:35) at org.appng.api.support.CallableAction.execute(CallableAction.java:420) ... 42 more 2018-01-15 16:08:02,849 ERROR [main] org.appng.core.model.ApplicationProvider: [localhost:demo-application] error while building structure for page 'entity' org.appng.api.ProcessingException: error retrieving datasource 'entity', ID: 1546842815 at org.appng.api.support.CallableDataSource.perform(CallableDataSource.java:238) at org.appng.api.support.CallableAction.retrieveData(CallableAction.java:225) at org.appng.api.support.CallableAction.perform(CallableAction.java:317) at org.appng.core.model.ActionElement.perform(ActionElement.java:72) at org.appng.core.model.ApplicationProvider.getActionSectionElement(ApplicationProvider.java:533) at org.appng.core.model.ApplicationProvider.access$000(ApplicationProvider.java:126) at org.appng.core.model.ApplicationProvider$2.perform(ApplicationProvider.java:424) at org.appng.core.model.ApplicationProvider.doMonitored(ApplicationProvider.java:468) at org.appng.core.model.ApplicationProvider.addElements(ApplicationProvider.java:432) at org.appng.core.model.ApplicationProvider.buildStructure(ApplicationProvider.java:351) at org.appng.core.model.ApplicationProvider.process(ApplicationProvider.java:280) at org.appng.core.model.ApplicationProviderTest.runTest(ApplicationProviderTest.java:282) at org.appng.core.model.ApplicationProviderTest.testUpdateExceptionDataSource(ApplicationProviderTest.java:173) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75) at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86) at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143) Caused by: org.appng.api.ApplicationException: adfsf at org.appng.testapplication.TestEntities.getData(TestEntities.java:45) at org.appng.api.support.CallableDataSource.perform(CallableDataSource.java:199) ... 43 more 2018-01-15 16:08:02,967 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@4509f40f: startup date [Mon Jan 15 16:08:02 CET 2018]; root of context hierarchy 2018-01-15 16:08:02,968 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.807 s - in org.appng.core.model.ApplicationProviderTest [INFO] Running org.appng.core.model.JarInfoBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.appng.core.model.JarInfoBuilderTest [INFO] Running org.appng.core.model.PageParameterProcessorTest 2018-01-15 16:08:02,986 INFO [main] org.appng.core.model.PageParameterProcessor: retrieved new value for url-param 'hash' from session: 'hashFromSession' [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.appng.core.model.PageParameterProcessorTest [INFO] Running org.appng.core.model.ThymeleafProcessorTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.appng.core.model.ThymeleafProcessorTest [INFO] Running org.appng.core.model.OutputFormatAndTypeTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.appng.core.model.OutputFormatAndTypeTest [INFO] Running org.appng.core.model.CacheProviderTest 2018-01-15 16:08:03,030 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/WEB-INF/cache/platform/appNG 2018-01-15 16:08:03,031 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/WEB-INF/cache/application/appNG 2018-01-15 16:08:03,032 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/WEB-INF/cache/platform/appNG/foobar 2018-01-15 16:08:03,033 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/WEB-INF/cache/application/appNG/foobar [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.appng.core.model.CacheProviderTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 272, Failures: 0, Errors: 0, Skipped: 23 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-core --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.16.2.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-core --- [WARNING] Error fetching link: https://appng.org/appng-forms/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-mail/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.tuckey.org/urlrewrite/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://projects.spring.io/spring-ws/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-api/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-persistence/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-xmlapi/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-search/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://freemarker.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.saxonica.com/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.slf4j.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.quartz-scheduler.org/quartz/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://flywaydb.org/flyway-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hsqldb.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://jsp.dev.java.net/jsp-api/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.mockito.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://dev.mysql.com/doc/connector-j/en/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-testsupport/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hibernate.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hibernate.org/validator/hibernate-validator/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://hibernate.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/brettwooldridge/HikariCP/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/Microsoft/mssql-jdbc/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://ehcache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://ehcache.org/ehcache-web-parent/ehcache-web/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.rabbitmq.com/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://spring.io/spring-security/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://spring.io/spring-security/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/xetorthio/jedis/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.thymeleaf.org/apidocs/package-list. Ignored it. [INFO] Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/Redirect.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/PermissionRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/RoleRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/SiteRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/RepoRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/TemplateResourceRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/ApplicationRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/DatabaseConnectionRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/ResourceRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/TemplateRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/SiteApplicationRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/GroupRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/config/HikariCPConfigurer.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/config/DataSourceFactory.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/config/ApplicationPostProcessor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/config/TomcatJdbcConfigurer.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/config/DatasourceConfigurer.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/config/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/SubjectRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/repository/PropertyRepository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/JMXUtils.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/signing/CertTools.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/signing/SigningException.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/signing/SignerConfig.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/signing/Signer.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/signing/SignatureWrapper.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/signing/CertChainValidator.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/signing/ValidatorConfig.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/signing/BaseConfig.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/signing/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/BCryptPasswordHandler.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/Sha1PasswordHandler.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/DefaultPasswordPolicy.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/SaltedDigest.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/PasswordHandler.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/DigestValidator.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/DigestUtil.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/SaltedDigestSha1.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/security/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/ObjectUtils.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/DatabaseConnection.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/SiteImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/PropertyImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/ResourceImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/Template.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/SiteApplication.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/PermissionImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/SiteApplicationPK.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/GroupImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/ValidationPatterns.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/PersistentPropertyHolder.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/PackageArchiveImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/ApplicationImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/SubjectImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/TemplateResource.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/RoleImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/domain/RepositoryImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/LdapService.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/HsqlStarter.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/ApplicationProperties.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/CoreService.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/DatabaseService.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/PropertySupport.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/TemplateService.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/MigrationService.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/CacheService.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/ApplicationArchiveProcessor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/service/InitializerService.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/RepositoryWatcher.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/PlatformStartup.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/Session.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/AppngCache.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/ReloadSiteEvent.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/RabbitMQBase.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/TribesSender.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/MulticastReceiver.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/NodeEvent.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/RabbitMQReceiver.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/MessageHandler.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/MulticastSender.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/SiteStateEvent.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/JedisSender.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/RabbitMQSender.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/JedisBase.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/TribesReceiver.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/JedisReceiver.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/messaging/RequestNodeState.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/Controller.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/filter/JspExtensionFilter.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/filter/PageCacheFilter.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/filter/ResponseWrapper.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/filter/XSSFilter.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/filter/CsrfSetupFilter.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/filter/RedirectFilter.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/filter/MSOfficeUserAgentFilter.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/filter/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/CacheElementBase.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/handler/ProxyHandler.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/handler/StaticContentHandler.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/handler/SoapService.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/handler/ErrorPageHandler.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/handler/JspHandler.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/handler/RequestHandler.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/handler/ServiceRequestHandler.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/handler/RestService.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/handler/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/handler/GuiHandler.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/SessionListener.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/HttpHeaders.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/controller/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/CacheProvider.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/PageParameterProcessor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/PackageVersion.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/RepositoryMode.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/NavigationBuilder.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/RepositoryCacheSoap.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/ApplicationSubjectImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/FeatureProviderImpl.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/RequestProcessor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/PlatformProcessor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/RepositoryCacheFactory.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/ZipFileProcessor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/Repository.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/RepositoryScheme.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/JarInfo.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/RepositoryType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/InstallablePackage.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/ThymeleafProcessor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/AbstractRequestProcessor.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/ActionElement.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/ApplicationProvider.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/ApplicationContext.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/PackageArchive.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/RepositoryCacheBase.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/PlatformTransformer.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/PackageWrapper.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/AccessibleApplication.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/DataSourceElement.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/RepositoryCache.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/package-info.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/RepositoryUtils.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/ResponseType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/src/main/java/org/appng/core/model/RepositoryCacheFilesystem.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/GetPackagesResponse.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/Packages.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/ObjectFactory.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/GetPackageResponse.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/GetCertificationResponse.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/PackageType.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/GetPackagesRequest.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/GetPackageVersionsResponse.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/Certification.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/PackageVersions.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/Package.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/GetPackageRequest.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/GetPackageVersionsRequest.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/GetCertificationRequest.java... Loading source file /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb/org/appng/core/xml/repository/package-info.java... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/CsrfSetupFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/JspExtensionFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/MSOfficeUserAgentFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/PageCacheFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/RedirectFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/RedirectFilter.UrlRewriteConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/XSSFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/BCryptPasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/DefaultPasswordPolicy.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/DigestUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/DigestValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/PasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/SaltedDigest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/SaltedDigestSha1.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/Sha1PasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/ApplicationImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/DatabaseConnection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/DatabaseConnection.DatabaseType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/GroupImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/ObjectUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/PackageArchiveImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/PermissionImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/PersistentPropertyHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/PropertyImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/RepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/ResourceImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/RoleImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/SiteApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/SiteApplicationPK.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/SiteImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/SubjectImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/TemplateResource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/ValidationPatterns.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/ApplicationRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/DatabaseConnectionRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/GroupRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/PermissionRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/PropertyRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/RepoRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/ResourceRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/RoleRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/SiteApplicationRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/SiteRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/SubjectRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/TemplateRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/TemplateResourceRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/Certification.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/GetCertificationRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/GetCertificationResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/GetPackageRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/GetPackageResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/GetPackagesRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/GetPackagesResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/GetPackageVersionsRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/GetPackageVersionsResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/PackageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/PackageVersions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/BaseConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/BaseConfig.PrivateKeyFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/BaseConfig.SigningAlgorithm.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/CertChainValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/CertTools.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/SignatureWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/Signer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/SignerConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/SigningException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/SigningException.ErrorType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/ValidatorConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/ApplicationArchiveProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/ApplicationProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/CacheService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/CoreService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/DatabaseService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/HsqlStarter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/InitializerService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/LdapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/MigrationService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/MigrationService.MigrationStatus.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/PropertySupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/TemplateService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/JedisBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/JedisReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/JedisSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/MulticastReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/MulticastSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/NodeEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/NodeEvent.MemoryUsage.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/NodeEvent.NodeState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/RabbitMQBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/RabbitMQReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/RabbitMQSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/ReloadSiteEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/RequestNodeState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/SiteStateEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/TribesReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/TribesSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/ErrorPageHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/GuiHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/JspHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/ProxyHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/RequestHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/RestService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/ServiceRequestHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/SoapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/StaticContentHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/AbstractRequestProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/AccessibleApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/ApplicationContext.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/ApplicationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/ApplicationSubjectImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/CacheProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/FeatureProviderImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/InstallablePackage.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/JarInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/JarInfo.JarInfoBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/PackageArchive.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/PackageVersion.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/PackageWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/PlatformProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/PlatformTransformer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/RepositoryCache.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/RepositoryCacheFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/RepositoryCacheFilesystem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/RepositoryCacheSoap.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/RepositoryMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/RepositoryScheme.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/RepositoryType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/RepositoryUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/RequestProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/ResponseType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/ThymeleafProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/ThymeleafProcessor.AppNG.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/ZipFileProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/JMXUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/Redirect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/AppngCache.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/CacheElementBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/Controller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/HttpHeaders.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/PlatformStartup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/RepositoryWatcher.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/SessionListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/ApplicationPostProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/DatasourceConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/DataSourceFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/HikariCPConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/TomcatJdbcConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/class-use/Redirect.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/PermissionRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/RoleRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/SiteRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/RepoRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/TemplateResourceRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/ApplicationRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/DatabaseConnectionRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/ResourceRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/TemplateRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/SiteApplicationRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/GroupRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/class-use/HikariCPConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/class-use/DataSourceFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/class-use/ApplicationPostProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/class-use/TomcatJdbcConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/class-use/DatasourceConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/SubjectRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/class-use/PropertyRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/class-use/JMXUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/CertTools.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/SigningException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/SigningException.ErrorType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/SignerConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/Signer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/SignatureWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/CertChainValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/ValidatorConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/BaseConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/BaseConfig.PrivateKeyFormat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/class-use/BaseConfig.SigningAlgorithm.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/class-use/BCryptPasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/class-use/Sha1PasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/class-use/DefaultPasswordPolicy.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/class-use/SaltedDigest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/class-use/PasswordHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/class-use/DigestValidator.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/class-use/DigestUtil.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/class-use/SaltedDigestSha1.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/ObjectUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/DatabaseConnection.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/DatabaseConnection.DatabaseType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/SiteImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/PropertyImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/ResourceImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/Template.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/SiteApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/PermissionImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/SiteApplicationPK.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/GroupImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/ValidationPatterns.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/PersistentPropertyHolder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/PackageArchiveImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/ApplicationImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/SubjectImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/TemplateResource.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/RoleImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/class-use/RepositoryImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/LdapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/HsqlStarter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/ApplicationProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/CoreService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/DatabaseService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/PropertySupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/TemplateService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/MigrationService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/MigrationService.MigrationStatus.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/CacheService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/ApplicationArchiveProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/class-use/InitializerService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/class-use/RepositoryWatcher.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/class-use/PlatformStartup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/class-use/Session.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/class-use/AppngCache.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/ReloadSiteEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/RabbitMQBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/TribesSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/MulticastReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/NodeEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/NodeEvent.MemoryUsage.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/NodeEvent.NodeState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/RabbitMQReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/MulticastSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/SiteStateEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/JedisSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/RabbitMQSender.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/JedisBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/TribesReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/JedisReceiver.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/class-use/RequestNodeState.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/class-use/Controller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/class-use/JspExtensionFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/class-use/PageCacheFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/class-use/XSSFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/class-use/CsrfSetupFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/class-use/RedirectFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/class-use/RedirectFilter.UrlRewriteConfig.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/class-use/MSOfficeUserAgentFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/class-use/CacheElementBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/class-use/ProxyHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/class-use/StaticContentHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/class-use/SoapService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/class-use/ErrorPageHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/class-use/JspHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/class-use/RequestHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/class-use/ServiceRequestHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/class-use/RestService.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/class-use/GuiHandler.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/class-use/SessionListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/class-use/HttpHeaders.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/CacheProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/PackageVersion.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/RepositoryMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/RepositoryCacheSoap.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/ApplicationSubjectImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/FeatureProviderImpl.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/RequestProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/PlatformProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/RepositoryCacheFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/ZipFileProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/RepositoryScheme.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/JarInfo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/JarInfo.JarInfoBuilder.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/RepositoryType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/InstallablePackage.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/ThymeleafProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/ThymeleafProcessor.AppNG.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/AbstractRequestProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/ApplicationProvider.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/ApplicationContext.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/PackageArchive.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/PlatformTransformer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/PackageWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/AccessibleApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/RepositoryCache.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/RepositoryUtils.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/ResponseType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/class-use/RepositoryCacheFilesystem.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/GetPackagesResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/GetPackageResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/GetCertificationResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/PackageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/GetPackagesRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/GetPackageVersionsResponse.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/Certification.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/PackageVersions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/GetPackageRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/GetPackageVersionsRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/class-use/GetCertificationRequest.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/filter/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/handler/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/controller/messaging/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/domain/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/model/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/repository/config/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/security/signing/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/service/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/org/appng/core/xml/repository/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.16.2-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-core >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-core <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-core --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-core --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.16.2-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-core --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-core --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.16.2/appng-core-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.16.2/appng-core-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.16.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.16.2/appng-core-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.16.2/appng-core-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.16.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.16.2/appng-core-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.16.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.16.2/appng-core-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.16.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.16.2/appng-core-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.16.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.16.2/appng-core-1.16.2-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-core --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.5-02 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.16.2/appng-core-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.16.2/appng-core-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.16.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.16.2/appng-core-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.16.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.16.2/appng-core-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.16.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.16.2/appng-core-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.16.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.16.2/appng-core-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.16.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.16.2/appng-core-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.16.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-core/1.16.2/appng-core-1.16.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tomcat 7 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-tomcat7 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-tomcat7 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-tomcat7 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-tomcat7 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-tomcat7 --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-tomcat7 --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-tomcat7 --- [WARNING] Error fetching link: https://appng.org/appng-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://tomcat.apache.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.core.controller... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/apidocs/org/appng/core/controller/Tomcat7Support.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/apidocs/org/appng/core/controller/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/apidocs/org/appng/core/controller/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/apidocs/org/appng/core/controller/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/apidocs/org/appng/core/controller/class-use/Tomcat7Support.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/apidocs/org/appng/core/controller/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.16.2-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-tomcat7 >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-tomcat7 <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-tomcat7 --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-tomcat7 --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.16.2-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-tomcat7 --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-tomcat7 --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.16.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.16.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.16.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.16.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.16.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-tomcat7 --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.5-02 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.16.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.16.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.16.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.16.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.16.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.16.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tomcat 8 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-tomcat8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-tomcat8 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-tomcat8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-tomcat8 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-tomcat8 --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-tomcat8 --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-tomcat8 --- [WARNING] Error fetching link: https://appng.org/appng-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://tomcat.apache.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.core.controller... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/apidocs/org/appng/core/controller/Tomcat8Support.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/apidocs/org/appng/core/controller/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/apidocs/org/appng/core/controller/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/apidocs/org/appng/core/controller/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/apidocs/org/appng/core/controller/class-use/Tomcat8Support.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/apidocs/org/appng/core/controller/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.16.2-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-tomcat8 >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-tomcat8 <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-tomcat8 --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-tomcat8 --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.16.2-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-tomcat8 --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-tomcat8 --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.16.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.16.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.16.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.16.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.16.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-tomcat8 --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.5-02 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.16.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.16.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.16.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.16.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.16.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.16.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Command Line Interface 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 67 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/src/main/java/org/appng/cli/commands/site/CheckSiteRunning.java: Some input files use or override a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/src/main/java/org/appng/cli/commands/site/CheckSiteRunning.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 10 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 34 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-cli --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.cli.commands.application.CommandListApplicationsTest 2018-01-15 16:09:08,964 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:09:08,979 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@71248c21, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@442675e1, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6166e06f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@49e202ad, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1c72da34, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6b0c2d26] 2018-01-15 16:09:09,044 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-01-15 16:09:09,507 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@448ff1a8: startup date [Mon Jan 15 16:09:09 CET 2018]; root of context hierarchy 2018-01-15 16:09:10,221 INFO [HSQLDB Server @134d26af] hsqldb.db.HSQLDB60FA5DF6B6.ENGINE: Checkpoint start 2018-01-15 16:09:10,221 INFO [HSQLDB Server @134d26af] hsqldb.db.HSQLDB60FA5DF6B6.ENGINE: checkpointClose start 2018-01-15 16:09:10,233 INFO [HSQLDB Server @134d26af] hsqldb.db.HSQLDB60FA5DF6B6.ENGINE: checkpointClose synched 2018-01-15 16:09:10,246 INFO [HSQLDB Server @134d26af] hsqldb.db.HSQLDB60FA5DF6B6.ENGINE: checkpointClose script done 2018-01-15 16:09:10,270 INFO [HSQLDB Server @134d26af] hsqldb.db.HSQLDB60FA5DF6B6.ENGINE: checkpointClose end 2018-01-15 16:09:10,271 INFO [HSQLDB Server @134d26af] hsqldb.db.HSQLDB60FA5DF6B6.ENGINE: Checkpoint end - txts: 1 2018-01-15 16:09:10,413 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:10,491 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:09:10,717 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.12.Final} 2018-01-15 16:09:10,719 INFO [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2018-01-15 16:09:10,790 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-01-15 16:09:11,011 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:09:11,012 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:09:11,012 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:09:11,012 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:09:11,015 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:09:11,164 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:09:11,246 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:09:11,856 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final 2018-01-15 16:09:12,671 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@28f9fedd] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:12,684 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@788ba63e] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:12,750 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:13,245 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:09:14,086 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@53a50b0a testClass = CommandListApplicationsTest, testInstance = org.appng.cli.commands.application.CommandListApplicationsTest@74ba6ff5, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@8840c98 testClass = CommandListApplicationsTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@79e7188e]; rollback [false] 2018-01-15 16:09:14,375 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@53a50b0a testClass = CommandListApplicationsTest, testInstance = org.appng.cli.commands.application.CommandListApplicationsTest@74ba6ff5, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@8840c98 testClass = CommandListApplicationsTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:14,378 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@448ff1a8: startup date [Mon Jan 15 16:09:09 CET 2018]; root of context hierarchy 2018-01-15 16:09:14,382 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:14,382 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.622 s - in org.appng.cli.commands.application.CommandListApplicationsTest [INFO] Running org.appng.cli.commands.application.CommandListApplicationsForSiteTest 2018-01-15 16:09:14,390 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:09:14,390 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@55a0f011, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7ea42c82, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@39133244, org.springframework.test.context.support.DirtiesContextTestExecutionListener@ceb7701, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5e193ef5, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@106c988] 2018-01-15 16:09:14,391 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-01-15 16:09:14,523 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@21274afe: startup date [Mon Jan 15 16:09:14 CET 2018]; root of context hierarchy 2018-01-15 16:09:14,686 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:14,704 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:09:14,728 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:09:14,728 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:09:14,728 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:09:14,728 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:09:14,728 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:09:14,831 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:09:14,843 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:09:15,047 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7493d937] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:15,065 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5dc7841c] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:15,099 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:15,173 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:09:15,351 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@49e479da testClass = CommandListApplicationsForSiteTest, testInstance = org.appng.cli.commands.application.CommandListApplicationsForSiteTest@2d24cdd9, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@58739e5e testClass = CommandListApplicationsForSiteTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@1d944fc0]; rollback [false] 2018-01-15 16:09:15,579 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@49e479da testClass = CommandListApplicationsForSiteTest, testInstance = org.appng.cli.commands.application.CommandListApplicationsForSiteTest@2d24cdd9, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@58739e5e testClass = CommandListApplicationsForSiteTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:15,580 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@21274afe: startup date [Mon Jan 15 16:09:14 CET 2018]; root of context hierarchy 2018-01-15 16:09:15,581 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:15,582 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.198 s - in org.appng.cli.commands.application.CommandListApplicationsForSiteTest [INFO] Running org.appng.cli.commands.application.CommandInstallApplicationTest 2018-01-15 16:09:15,587 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:09:15,588 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7bc2bb58, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7e2c6fd6, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7ff6804a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@12aa519b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7c5c20ed, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6113a26f] 2018-01-15 16:09:15,588 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-01-15 16:09:15,695 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2aac8ad7: startup date [Mon Jan 15 16:09:15 CET 2018]; root of context hierarchy 2018-01-15 16:09:15,857 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:15,876 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:09:15,902 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:09:15,902 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:09:15,902 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:09:15,902 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:09:15,903 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:09:16,005 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:09:16,015 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:09:16,181 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6b0325d0] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:16,194 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@70439c3] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:16,223 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:16,307 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:09:16,517 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@44e08a7a testClass = CommandInstallApplicationTest, testInstance = org.appng.cli.commands.application.CommandInstallApplicationTest@78bd02c8, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5dd23809 testClass = CommandInstallApplicationTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@1f4d38f9]; rollback [false] 2018-01-15 16:09:16,622 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.4' from repository file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/test-classes/localrepo/ 2018-01-15 16:09:16,700 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.4 2018-01-15 16:09:16,717 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-01-15 16:09:16,720 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-01-15 16:09:16,721 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-01-15 16:09:16,722 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-01-15 16:09:16,731 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-01-15 16:09:16,736 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-01-15 16:09:16,739 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-01-15 16:09:16,739 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-01-15 16:09:16,747 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-01-15 16:09:16,751 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-01-15 16:09:16,751 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-01-15 16:09:16,754 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-01-15 16:09:16,754 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-01-15 16:09:16,786 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.4' 2018-01-15 16:09:16,786 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.4' 2018-01-15 16:09:16,788 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.4' 2018-01-15 16:09:16,788 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.4' 2018-01-15 16:09:16,789 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.4' 2018-01-15 16:09:16,790 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.4' 2018-01-15 16:09:16,790 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.4' 2018-01-15 16:09:16,790 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.4' 2018-01-15 16:09:16,790 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.4' 2018-01-15 16:09:16,791 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.4' 2018-01-15 16:09:16,791 INFO [main] org.appng.core.service.CoreService: creating resource(s) for database-based application demo-application - 1.5.4 2018-01-15 16:09:16,791 INFO [main] org.appng.core.service.CoreService: saving applicationresource application.xml 2018-01-15 16:09:16,806 INFO [main] org.appng.core.service.CoreService: saving applicationresource beans.xml 2018-01-15 16:09:16,818 INFO [main] org.appng.core.service.CoreService: saving applicationresource datasources.xml 2018-01-15 16:09:16,828 INFO [main] org.appng.core.service.CoreService: saving applicationresource events.xml 2018-01-15 16:09:16,840 INFO [main] org.appng.core.service.CoreService: saving applicationresource master.xml 2018-01-15 16:09:16,852 INFO [main] org.appng.core.service.CoreService: saving applicationresource page.xml 2018-01-15 16:09:16,861 INFO [main] org.appng.core.service.CoreService: saving applicationresource plugin.xml 2018-01-15 16:09:16,872 INFO [main] org.appng.core.service.CoreService: saving applicationresource messages-demo.properties 2018-01-15 16:09:16,875 INFO [main] org.appng.core.service.CoreService: saving applicationresource mssql/V1.0_script.sql 2018-01-15 16:09:16,886 INFO [main] org.appng.core.service.CoreService: saving applicationresource mysql/V1.0_script.sql 2018-01-15 16:09:16,932 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-01-15 16:09:16,937 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-01-15 16:09:16,941 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-01-15 16:09:16,948 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-01-15 16:09:16,952 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-01-15 16:09:16,958 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-01-15 16:09:16,975 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@44e08a7a testClass = CommandInstallApplicationTest, testInstance = org.appng.cli.commands.application.CommandInstallApplicationTest@78bd02c8, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5dd23809 testClass = CommandInstallApplicationTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:16,976 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2aac8ad7: startup date [Mon Jan 15 16:09:15 CET 2018]; root of context hierarchy 2018-01-15 16:09:16,978 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:16,978 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.403 s - in org.appng.cli.commands.application.CommandInstallApplicationTest [INFO] Running org.appng.cli.commands.property.CommandUpdatePropertyTest 2018-01-15 16:09:16,993 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:09:16,993 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7b8cb283, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@38b54694, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7619fbe7, org.springframework.test.context.support.DirtiesContextTestExecutionListener@39ead1b7, org.springframework.test.context.transaction.TransactionalTestExecutionListener@27ec74a3, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@35ff072c] 2018-01-15 16:09:16,994 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-01-15 16:09:17,102 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@c0004b7: startup date [Mon Jan 15 16:09:17 CET 2018]; root of context hierarchy 2018-01-15 16:09:17,252 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:17,271 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:09:17,298 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:09:17,298 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:09:17,298 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:09:17,298 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:09:17,298 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:09:17,401 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:09:17,411 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:09:17,593 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@17dbca0a] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:17,610 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@33765d22] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:17,635 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:17,685 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:09:17,830 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@2befb16f testClass = CommandUpdatePropertyTest, testInstance = org.appng.cli.commands.property.CommandUpdatePropertyTest@3151277f, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3051e476 testClass = CommandUpdatePropertyTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20518250]; rollback [false] 2018-01-15 16:09:17,876 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@2befb16f testClass = CommandUpdatePropertyTest, testInstance = org.appng.cli.commands.property.CommandUpdatePropertyTest@3151277f, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3051e476 testClass = CommandUpdatePropertyTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:17,878 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@c0004b7: startup date [Mon Jan 15 16:09:17 CET 2018]; root of context hierarchy 2018-01-15 16:09:17,879 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:17,879 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.893 s - in org.appng.cli.commands.property.CommandUpdatePropertyTest [INFO] Running org.appng.cli.commands.property.CommandListPropertiesTest 2018-01-15 16:09:17,885 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:09:17,886 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@566cc6af, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@d70dbeb, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7f8f5d37, org.springframework.test.context.support.DirtiesContextTestExecutionListener@f9cd1e6, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3ff53704, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@34d11c92] 2018-01-15 16:09:17,887 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-01-15 16:09:17,977 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@31b289da: startup date [Mon Jan 15 16:09:17 CET 2018]; root of context hierarchy 2018-01-15 16:09:18,129 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:18,149 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:09:18,175 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:09:18,176 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:09:18,176 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:09:18,176 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:09:18,176 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:09:18,278 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:09:18,287 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:09:18,456 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@705d72f0] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:18,467 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3c4e23be] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:18,497 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:18,573 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:09:18,742 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@e0d9e3f testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@516155b5, testMethod = testChangedValuesFilter@CommandListPropertiesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3bbdf835 testClass = CommandListPropertiesTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@7efba9b9]; rollback [false] 2018-01-15 16:09:18,801 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@e0d9e3f testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@516155b5, testMethod = testChangedValuesFilter@CommandListPropertiesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3bbdf835 testClass = CommandListPropertiesTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:18,803 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@e0d9e3f testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@62525dd3, testMethod = testChangedValues@CommandListPropertiesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3bbdf835 testClass = CommandListPropertiesTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@7efba9b9]; rollback [false] 2018-01-15 16:09:18,825 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@e0d9e3f testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@62525dd3, testMethod = testChangedValues@CommandListPropertiesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3bbdf835 testClass = CommandListPropertiesTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:18,827 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@e0d9e3f testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@69fe8c75, testMethod = testFilter@CommandListPropertiesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3bbdf835 testClass = CommandListPropertiesTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@7efba9b9]; rollback [false] 2018-01-15 16:09:18,837 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@e0d9e3f testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@69fe8c75, testMethod = testFilter@CommandListPropertiesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3bbdf835 testClass = CommandListPropertiesTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:18,839 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@e0d9e3f testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@7c07023, testMethod = testValues@CommandListPropertiesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3bbdf835 testClass = CommandListPropertiesTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@7efba9b9]; rollback [false] 2018-01-15 16:09:18,848 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@e0d9e3f testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@7c07023, testMethod = testValues@CommandListPropertiesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3bbdf835 testClass = CommandListPropertiesTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:18,850 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@e0d9e3f testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@421d7900, testMethod = testSiteProperties@CommandListPropertiesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3bbdf835 testClass = CommandListPropertiesTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@7efba9b9]; rollback [false] 2018-01-15 16:09:18,935 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@e0d9e3f testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@421d7900, testMethod = testSiteProperties@CommandListPropertiesTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3bbdf835 testClass = CommandListPropertiesTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:18,937 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@e0d9e3f testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@17d45cfb, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3bbdf835 testClass = CommandListPropertiesTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@7efba9b9]; rollback [false] 2018-01-15 16:09:18,950 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@e0d9e3f testClass = CommandListPropertiesTest, testInstance = org.appng.cli.commands.property.CommandListPropertiesTest@17d45cfb, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3bbdf835 testClass = CommandListPropertiesTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:18,951 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@31b289da: startup date [Mon Jan 15 16:09:17 CET 2018]; root of context hierarchy 2018-01-15 16:09:18,952 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:18,952 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.072 s - in org.appng.cli.commands.property.CommandListPropertiesTest [INFO] Running org.appng.cli.commands.property.CommandCreateClobPropertyTest 2018-01-15 16:09:18,960 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:09:18,960 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7668f8fd, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@75566f4, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6785786d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5c261c74, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6d38a81d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@41f61188] 2018-01-15 16:09:18,961 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-01-15 16:09:19,075 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@d7c4fcb: startup date [Mon Jan 15 16:09:19 CET 2018]; root of context hierarchy 2018-01-15 16:09:19,236 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:19,255 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:09:19,284 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:09:19,284 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:09:19,285 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:09:19,285 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:09:19,285 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:09:19,388 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:09:19,396 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:09:19,556 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@610d0067] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:19,567 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5ef48b08] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:19,591 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:19,707 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:09:19,849 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@3b39bee2 testClass = CommandCreateClobPropertyTest, testInstance = org.appng.cli.commands.property.CommandCreateClobPropertyTest@20ddc780, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5f6ba085 testClass = CommandCreateClobPropertyTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@21fa19e4]; rollback [false] 2018-01-15 16:09:19,951 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@3b39bee2 testClass = CommandCreateClobPropertyTest, testInstance = org.appng.cli.commands.property.CommandCreateClobPropertyTest@20ddc780, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5f6ba085 testClass = CommandCreateClobPropertyTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:19,952 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@d7c4fcb: startup date [Mon Jan 15 16:09:19 CET 2018]; root of context hierarchy 2018-01-15 16:09:19,952 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:19,953 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1 s - in org.appng.cli.commands.property.CommandCreateClobPropertyTest [INFO] Running org.appng.cli.commands.property.CommandUpdateClobPropertyTest 2018-01-15 16:09:19,959 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:09:19,959 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@796a7c9, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@44cab872, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@452a32f2, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2db75e32, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1f2d0ca2, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@e353e1d] 2018-01-15 16:09:19,960 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-01-15 16:09:20,046 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1a1c308b: startup date [Mon Jan 15 16:09:20 CET 2018]; root of context hierarchy 2018-01-15 16:09:20,189 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:20,202 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:09:20,219 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:09:20,219 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:09:20,219 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:09:20,219 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:09:20,219 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:09:20,322 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:09:20,329 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:09:20,465 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@403b7be3] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:20,473 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2a5d9ede] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:20,493 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:20,540 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:09:20,670 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@18bab95b testClass = CommandUpdateClobPropertyTest, testInstance = org.appng.cli.commands.property.CommandUpdateClobPropertyTest@70e07ef8, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@183e64a8 testClass = CommandUpdateClobPropertyTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@6b61a4b0]; rollback [false] 2018-01-15 16:09:20,796 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@18bab95b testClass = CommandUpdateClobPropertyTest, testInstance = org.appng.cli.commands.property.CommandUpdateClobPropertyTest@70e07ef8, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@183e64a8 testClass = CommandUpdateClobPropertyTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:20,796 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1a1c308b: startup date [Mon Jan 15 16:09:20 CET 2018]; root of context hierarchy 2018-01-15 16:09:20,798 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:20,798 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.851 s - in org.appng.cli.commands.property.CommandUpdateClobPropertyTest [INFO] Running org.appng.cli.commands.property.CommandCreatePropertyTest 2018-01-15 16:09:20,813 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:09:20,813 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@49467fc6, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6f28a07e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@44e19b99, org.springframework.test.context.support.DirtiesContextTestExecutionListener@498bfeec, org.springframework.test.context.transaction.TransactionalTestExecutionListener@33490054, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@19487d13] 2018-01-15 16:09:20,814 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-01-15 16:09:20,904 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@51bd10f0: startup date [Mon Jan 15 16:09:20 CET 2018]; root of context hierarchy 2018-01-15 16:09:21,056 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:21,068 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:09:21,084 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:09:21,085 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:09:21,085 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:09:21,085 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:09:21,085 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:09:21,187 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:09:21,191 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:09:21,284 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@627f678d] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:21,291 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3fb54673] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:21,309 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:21,355 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:09:21,477 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@57629340 testClass = CommandCreatePropertyTest, testInstance = org.appng.cli.commands.property.CommandCreatePropertyTest@5292d417, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@227e4ea8 testClass = CommandCreatePropertyTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@75f67fe5]; rollback [false] 2018-01-15 16:09:21,506 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@57629340 testClass = CommandCreatePropertyTest, testInstance = org.appng.cli.commands.property.CommandCreatePropertyTest@5292d417, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@227e4ea8 testClass = CommandCreatePropertyTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:21,506 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@51bd10f0: startup date [Mon Jan 15 16:09:20 CET 2018]; root of context hierarchy 2018-01-15 16:09:21,507 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:21,507 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.702 s - in org.appng.cli.commands.property.CommandCreatePropertyTest [INFO] Running org.appng.cli.commands.permission.AddPermissionTest 2018-01-15 16:09:21,513 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:09:21,513 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@283645fa, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@70a81b4e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@48c56b42, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5c6fae3c, org.springframework.test.context.transaction.TransactionalTestExecutionListener@466c39de, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@762e3836] 2018-01-15 16:09:21,514 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-01-15 16:09:21,599 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@15d2c2ca: startup date [Mon Jan 15 16:09:21 CET 2018]; root of context hierarchy 2018-01-15 16:09:21,748 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:21,763 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:09:21,784 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:09:21,784 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:09:21,784 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:09:21,784 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:09:21,784 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:09:21,887 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:09:21,895 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:09:22,019 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@57642552] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:22,026 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@32b5b8f8] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:22,045 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:22,093 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:09:22,277 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@1f9ec3e7 testClass = AddPermissionTest, testInstance = org.appng.cli.commands.permission.AddPermissionTest@4f86cd50, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@50a2034c testClass = AddPermissionTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@7313e4fb]; rollback [false] 2018-01-15 16:09:22,323 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@1f9ec3e7 testClass = AddPermissionTest, testInstance = org.appng.cli.commands.permission.AddPermissionTest@4f86cd50, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@50a2034c testClass = AddPermissionTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:22,323 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@15d2c2ca: startup date [Mon Jan 15 16:09:21 CET 2018]; root of context hierarchy 2018-01-15 16:09:22,324 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:22,324 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.816 s - in org.appng.cli.commands.permission.AddPermissionTest [INFO] Running org.appng.cli.commands.permission.RemovePermissionTest 2018-01-15 16:09:22,329 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:09:22,330 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5b71ccf2, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3c2406dd, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@23e0ef68, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7207cb8b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@27449f65, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3b4a77be] 2018-01-15 16:09:22,330 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-01-15 16:09:22,412 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1ff55410: startup date [Mon Jan 15 16:09:22 CET 2018]; root of context hierarchy 2018-01-15 16:09:22,560 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:22,572 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:09:22,588 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:09:22,588 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:09:22,588 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:09:22,588 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:09:22,589 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:09:22,691 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:09:22,698 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:09:22,815 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4e0dec0c] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:22,822 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3dd4f91d] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:22,840 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:22,899 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:09:23,010 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7e17e827 testClass = RemovePermissionTest, testInstance = org.appng.cli.commands.permission.RemovePermissionTest@40d73518, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@48e7e2ca testClass = RemovePermissionTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@32df1a2a]; rollback [false] 2018-01-15 16:09:23,060 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7e17e827 testClass = RemovePermissionTest, testInstance = org.appng.cli.commands.permission.RemovePermissionTest@40d73518, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@48e7e2ca testClass = RemovePermissionTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:23,061 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1ff55410: startup date [Mon Jan 15 16:09:22 CET 2018]; root of context hierarchy 2018-01-15 16:09:23,062 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:23,062 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.744 s - in org.appng.cli.commands.permission.RemovePermissionTest [INFO] Running org.appng.cli.commands.permission.ListPermissionTest 2018-01-15 16:09:23,074 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:09:23,074 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1d0ac379, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@66d8a602, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@32950acc, org.springframework.test.context.support.DirtiesContextTestExecutionListener@47a22020, org.springframework.test.context.transaction.TransactionalTestExecutionListener@cf822a6, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2fb36d8d] 2018-01-15 16:09:23,074 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-01-15 16:09:23,185 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@35eac1dd: startup date [Mon Jan 15 16:09:23 CET 2018]; root of context hierarchy 2018-01-15 16:09:23,332 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:23,348 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:09:23,370 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:09:23,371 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:09:23,371 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:09:23,371 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:09:23,371 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:09:23,473 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:09:23,478 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:09:23,565 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@9c7699e] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:23,571 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1ff359b7] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:23,588 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:23,632 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:09:23,768 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@24c8b86 testClass = ListPermissionTest, testInstance = org.appng.cli.commands.permission.ListPermissionTest@c21c296, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1483ecad testClass = ListPermissionTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@9da8b97]; rollback [false] 2018-01-15 16:09:23,816 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@24c8b86 testClass = ListPermissionTest, testInstance = org.appng.cli.commands.permission.ListPermissionTest@c21c296, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1483ecad testClass = ListPermissionTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:23,817 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@35eac1dd: startup date [Mon Jan 15 16:09:23 CET 2018]; root of context hierarchy 2018-01-15 16:09:23,817 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:23,818 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.749 s - in org.appng.cli.commands.permission.ListPermissionTest [INFO] Running org.appng.cli.commands.repository.CommandListRepositoryTest 2018-01-15 16:09:23,824 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:09:23,824 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3bca62d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@67d99612, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@36f8abe2, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4349f52c, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2522bea6, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@e60c516] 2018-01-15 16:09:23,825 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-01-15 16:09:23,903 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7db4c883: startup date [Mon Jan 15 16:09:23 CET 2018]; root of context hierarchy 2018-01-15 16:09:24,054 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:24,065 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:09:24,081 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:09:24,081 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:09:24,081 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:09:24,081 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:09:24,082 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:09:24,185 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:09:24,196 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:09:24,306 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@59f4df4e] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:24,313 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@66113b7c] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:24,337 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:24,381 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:09:24,494 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@19a920d1 testClass = CommandListRepositoryTest, testInstance = org.appng.cli.commands.repository.CommandListRepositoryTest@6c861b25, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6b7a96e1 testClass = CommandListRepositoryTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@4c12e25d]; rollback [false] 2018-01-15 16:09:24,525 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@19a920d1 testClass = CommandListRepositoryTest, testInstance = org.appng.cli.commands.repository.CommandListRepositoryTest@6c861b25, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6b7a96e1 testClass = CommandListRepositoryTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:24,526 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7db4c883: startup date [Mon Jan 15 16:09:23 CET 2018]; root of context hierarchy 2018-01-15 16:09:24,527 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:24,528 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.71 s - in org.appng.cli.commands.repository.CommandListRepositoryTest [INFO] Running org.appng.cli.commands.repository.CommandDeleteRepositoryTest 2018-01-15 16:09:24,537 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:09:24,537 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7bc342f6, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@20c3be4c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@77d86aba, org.springframework.test.context.support.DirtiesContextTestExecutionListener@21975a54, org.springframework.test.context.transaction.TransactionalTestExecutionListener@40226862, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7dae9ff4] 2018-01-15 16:09:24,538 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-01-15 16:09:24,637 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4917a741: startup date [Mon Jan 15 16:09:24 CET 2018]; root of context hierarchy 2018-01-15 16:09:24,791 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:24,807 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:09:24,828 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:09:24,829 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:09:24,829 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:09:24,829 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:09:24,829 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:09:24,933 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:09:24,942 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:09:25,066 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@65a022e6] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:25,074 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3d731475] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:25,099 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:25,165 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:09:25,278 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@59250335 testClass = CommandDeleteRepositoryTest, testInstance = org.appng.cli.commands.repository.CommandDeleteRepositoryTest@109fa8e2, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@7f055e1 testClass = CommandDeleteRepositoryTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@3e15330c]; rollback [false] 2018-01-15 16:09:25,315 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@59250335 testClass = CommandDeleteRepositoryTest, testInstance = org.appng.cli.commands.repository.CommandDeleteRepositoryTest@109fa8e2, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@7f055e1 testClass = CommandDeleteRepositoryTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:25,316 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@4917a741: startup date [Mon Jan 15 16:09:24 CET 2018]; root of context hierarchy 2018-01-15 16:09:25,317 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:25,317 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.792 s - in org.appng.cli.commands.repository.CommandDeleteRepositoryTest [INFO] Running org.appng.cli.commands.repository.CommandCreateRepositoryTest 2018-01-15 16:09:25,327 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:09:25,328 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@45e6b8fa, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3a9a1adf, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@28d4c7ec, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2b7b2967, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5baa759a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@310cd0d2] 2018-01-15 16:09:25,328 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-01-15 16:09:25,417 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3f698ab8: startup date [Mon Jan 15 16:09:25 CET 2018]; root of context hierarchy 2018-01-15 16:09:25,574 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:25,592 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:09:25,618 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:09:25,618 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:09:25,618 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:09:25,618 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:09:25,619 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:09:25,722 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:09:25,793 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:09:25,878 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@330e37b2] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:25,884 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@51959e46] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:25,902 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:25,951 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:09:26,065 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@60291e59 testClass = CommandCreateRepositoryTest, testInstance = org.appng.cli.commands.repository.CommandCreateRepositoryTest@13aed9e0, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@34abfd7f testClass = CommandCreateRepositoryTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@7ef9ce2b]; rollback [false] 2018-01-15 16:09:26,091 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@60291e59 testClass = CommandCreateRepositoryTest, testInstance = org.appng.cli.commands.repository.CommandCreateRepositoryTest@13aed9e0, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@34abfd7f testClass = CommandCreateRepositoryTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:26,092 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3f698ab8: startup date [Mon Jan 15 16:09:25 CET 2018]; root of context hierarchy 2018-01-15 16:09:26,093 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:26,093 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.777 s - in org.appng.cli.commands.repository.CommandCreateRepositoryTest [INFO] Running org.appng.cli.commands.template.CommandInstallTemplateTest 2018-01-15 16:09:26,105 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:09:26,105 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@15f8b713, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6e79cc31, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@10101a10, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6f78d086, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3fe8a255, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1fd0f9dd] 2018-01-15 16:09:26,105 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-01-15 16:09:26,175 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@f80a0ad: startup date [Mon Jan 15 16:09:26 CET 2018]; root of context hierarchy 2018-01-15 16:09:26,315 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:26,330 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:09:26,351 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:09:26,351 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:09:26,351 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:09:26,352 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:09:26,352 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:09:26,454 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:09:26,464 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:09:26,549 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@448ec893] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:26,555 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@add99a4] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:26,573 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:26,613 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:09:26,706 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@6222ee67 testClass = CommandInstallTemplateTest, testInstance = org.appng.cli.commands.template.CommandInstallTemplateTest@5fca8642, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3614cd03 testClass = CommandInstallTemplateTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@6b3decaa]; rollback [false] 2018-01-15 16:09:26,732 INFO [main] org.appng.core.service.CoreService: retrieving 'appng-template-0.8.0' from repository file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/test-classes/localrepo/ 2018-01-15 16:09:26,756 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2018-01-15 16:09:26,756 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2018-01-15 16:09:26,756 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2018-01-15 16:09:26,758 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2018-01-15 16:09:26,758 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2018-01-15 16:09:26,758 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl 2018-01-15 16:09:26,844 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@6222ee67 testClass = CommandInstallTemplateTest, testInstance = org.appng.cli.commands.template.CommandInstallTemplateTest@5fca8642, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3614cd03 testClass = CommandInstallTemplateTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:26,845 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@f80a0ad: startup date [Mon Jan 15 16:09:26 CET 2018]; root of context hierarchy 2018-01-15 16:09:26,846 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:26,847 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.747 s - in org.appng.cli.commands.template.CommandInstallTemplateTest [INFO] Running org.appng.cli.commands.subject.CommandDeleteSubjectTest 2018-01-15 16:09:26,859 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:09:26,861 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@17b17fa8, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@74cc8c55, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@64b05928, org.springframework.test.context.support.DirtiesContextTestExecutionListener@ba59da9, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1775ff4a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7cb77d5] 2018-01-15 16:09:26,862 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-01-15 16:09:26,952 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@61d4171d: startup date [Mon Jan 15 16:09:26 CET 2018]; root of context hierarchy 2018-01-15 16:09:27,103 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:27,119 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:09:27,141 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:09:27,141 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:09:27,142 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:09:27,142 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:09:27,142 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:09:27,245 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:09:27,254 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:09:27,364 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4d0ad526] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:27,370 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2c792d36] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:27,387 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:27,438 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:09:27,544 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5dbcaae7 testClass = CommandDeleteSubjectTest, testInstance = org.appng.cli.commands.subject.CommandDeleteSubjectTest@e6e203b, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@37d4b676 testClass = CommandDeleteSubjectTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@2300d6fd]; rollback [false] 2018-01-15 16:09:27,572 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5dbcaae7 testClass = CommandDeleteSubjectTest, testInstance = org.appng.cli.commands.subject.CommandDeleteSubjectTest@e6e203b, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@37d4b676 testClass = CommandDeleteSubjectTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:27,573 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@61d4171d: startup date [Mon Jan 15 16:09:26 CET 2018]; root of context hierarchy 2018-01-15 16:09:27,574 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:27,574 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.726 s - in org.appng.cli.commands.subject.CommandDeleteSubjectTest [INFO] Running org.appng.cli.commands.subject.CommandListSubjectTest 2018-01-15 16:09:27,580 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:09:27,580 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3823d3d1, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6f3b07ed, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@49f35dcc, org.springframework.test.context.support.DirtiesContextTestExecutionListener@79849cab, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5f9f6511, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@682c0560] 2018-01-15 16:09:27,581 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-01-15 16:09:27,656 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3be23894: startup date [Mon Jan 15 16:09:27 CET 2018]; root of context hierarchy 2018-01-15 16:09:27,799 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:27,808 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:09:27,823 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:09:27,823 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:09:27,823 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:09:27,823 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:09:27,823 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:09:27,925 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:09:27,932 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:09:28,031 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@ebf11cd] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:28,038 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1d6f8bad] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:28,056 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:28,105 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:09:28,214 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@15db982e testClass = CommandListSubjectTest, testInstance = org.appng.cli.commands.subject.CommandListSubjectTest@3a235f21, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1f8c7cd7 testClass = CommandListSubjectTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@e02f48e]; rollback [false] 2018-01-15 16:09:28,240 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@15db982e testClass = CommandListSubjectTest, testInstance = org.appng.cli.commands.subject.CommandListSubjectTest@3a235f21, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1f8c7cd7 testClass = CommandListSubjectTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:28,240 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3be23894: startup date [Mon Jan 15 16:09:27 CET 2018]; root of context hierarchy 2018-01-15 16:09:28,241 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:28,242 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.666 s - in org.appng.cli.commands.subject.CommandListSubjectTest [INFO] Running org.appng.cli.commands.subject.CommandCreateSubjectTest 2018-01-15 16:09:28,247 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:09:28,248 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3c31169f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@628cd698, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7b6bf8c1, org.springframework.test.context.support.DirtiesContextTestExecutionListener@65ff5e07, org.springframework.test.context.transaction.TransactionalTestExecutionListener@51ce29c9, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@55f20d7e] 2018-01-15 16:09:28,248 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-01-15 16:09:28,324 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@717b5af1: startup date [Mon Jan 15 16:09:28 CET 2018]; root of context hierarchy 2018-01-15 16:09:28,472 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:28,487 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:09:28,508 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:09:28,508 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:09:28,508 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:09:28,508 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:09:28,509 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:09:28,612 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:09:28,625 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:09:28,739 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@11982867] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:28,745 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6363292b] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:28,767 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:28,823 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:09:29,015 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@48c7549e testClass = CommandCreateSubjectTest, testInstance = org.appng.cli.commands.subject.CommandCreateSubjectTest@5125f46e, testMethod = testException@CommandCreateSubjectTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@71529154 testClass = CommandCreateSubjectTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@77544896]; rollback [false] 2018-01-15 16:09:29,041 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@48c7549e testClass = CommandCreateSubjectTest, testInstance = org.appng.cli.commands.subject.CommandCreateSubjectTest@5125f46e, testMethod = testException@CommandCreateSubjectTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@71529154 testClass = CommandCreateSubjectTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:29,043 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@48c7549e testClass = CommandCreateSubjectTest, testInstance = org.appng.cli.commands.subject.CommandCreateSubjectTest@6bda9fd9, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@71529154 testClass = CommandCreateSubjectTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@77544896]; rollback [false] 2018-01-15 16:09:29,917 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@48c7549e testClass = CommandCreateSubjectTest, testInstance = org.appng.cli.commands.subject.CommandCreateSubjectTest@6bda9fd9, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@71529154 testClass = CommandCreateSubjectTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:29,918 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@717b5af1: startup date [Mon Jan 15 16:09:28 CET 2018]; root of context hierarchy 2018-01-15 16:09:29,919 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:29,919 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.677 s - in org.appng.cli.commands.subject.CommandCreateSubjectTest [INFO] Running org.appng.cli.commands.CommandBatchTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.appng.cli.commands.CommandBatchTest [INFO] Running org.appng.cli.commands.group.CommandAddGroupTest 2018-01-15 16:09:29,976 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:09:29,977 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@64c9a84b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@74703266, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@703ecfa3, org.springframework.test.context.support.DirtiesContextTestExecutionListener@33a800bf, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1a0a6d71, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6f1c9f54] 2018-01-15 16:09:29,978 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-01-15 16:09:30,089 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@69d906c3: startup date [Mon Jan 15 16:09:30 CET 2018]; root of context hierarchy 2018-01-15 16:09:30,238 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:30,254 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:09:30,276 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:09:30,276 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:09:30,276 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:09:30,276 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:09:30,276 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:09:30,379 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:09:30,385 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:09:30,488 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2afdfcc3] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:30,495 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1d6c5590] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:30,513 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:30,561 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:09:30,669 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@51b8d7f1 testClass = CommandAddGroupTest, testInstance = org.appng.cli.commands.group.CommandAddGroupTest@2f7cbd63, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1bd7762f testClass = CommandAddGroupTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@20d9f6b8]; rollback [false] 2018-01-15 16:09:30,706 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@51b8d7f1 testClass = CommandAddGroupTest, testInstance = org.appng.cli.commands.group.CommandAddGroupTest@2f7cbd63, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1bd7762f testClass = CommandAddGroupTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:30,706 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@69d906c3: startup date [Mon Jan 15 16:09:30 CET 2018]; root of context hierarchy 2018-01-15 16:09:30,707 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:30,708 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.743 s - in org.appng.cli.commands.group.CommandAddGroupTest [INFO] Running org.appng.cli.commands.group.CommandListGroupsTest 2018-01-15 16:09:30,718 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:09:30,718 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@12a9cd43, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@221577de, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@37aca44a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3de08050, org.springframework.test.context.transaction.TransactionalTestExecutionListener@617f817a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@68ddb10c] 2018-01-15 16:09:30,719 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-01-15 16:09:30,794 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3a81d6a9: startup date [Mon Jan 15 16:09:30 CET 2018]; root of context hierarchy 2018-01-15 16:09:30,940 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:30,954 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:09:30,975 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:09:30,976 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:09:30,976 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:09:30,976 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:09:30,976 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:09:31,079 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:09:31,088 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:09:31,193 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2a91c30c] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:31,200 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6cc57f26] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:31,221 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:31,264 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:09:31,376 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@224361de testClass = CommandListGroupsTest, testInstance = org.appng.cli.commands.group.CommandListGroupsTest@6c1b015c, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74b99b0e testClass = CommandListGroupsTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@507bb74a]; rollback [false] 2018-01-15 16:09:31,402 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@224361de testClass = CommandListGroupsTest, testInstance = org.appng.cli.commands.group.CommandListGroupsTest@6c1b015c, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@74b99b0e testClass = CommandListGroupsTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:31,402 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3a81d6a9: startup date [Mon Jan 15 16:09:30 CET 2018]; root of context hierarchy 2018-01-15 16:09:31,403 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:31,403 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.691 s - in org.appng.cli.commands.group.CommandListGroupsTest [INFO] Running org.appng.cli.commands.group.CommandCreateGroupTest 2018-01-15 16:09:31,409 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:09:31,410 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3d425217, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6c5be07c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3f5673d0, org.springframework.test.context.support.DirtiesContextTestExecutionListener@58c7073f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@77ba34da, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@44517251] 2018-01-15 16:09:31,410 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-01-15 16:09:31,485 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@489541f8: startup date [Mon Jan 15 16:09:31 CET 2018]; root of context hierarchy 2018-01-15 16:09:31,633 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:31,650 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:09:31,674 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:09:31,674 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:09:31,674 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:09:31,675 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:09:31,675 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:09:31,777 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:09:31,791 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:09:31,875 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@54366cf2] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:31,881 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7d1e75f7] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:31,903 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:31,963 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:09:32,063 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@770bdd86 testClass = CommandCreateGroupTest, testInstance = org.appng.cli.commands.group.CommandCreateGroupTest@5371083b, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6a99a045 testClass = CommandCreateGroupTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@4c14a432]; rollback [false] 2018-01-15 16:09:32,090 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@770bdd86 testClass = CommandCreateGroupTest, testInstance = org.appng.cli.commands.group.CommandCreateGroupTest@5371083b, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6a99a045 testClass = CommandCreateGroupTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:32,091 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@489541f8: startup date [Mon Jan 15 16:09:31 CET 2018]; root of context hierarchy 2018-01-15 16:09:32,092 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:32,092 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.688 s - in org.appng.cli.commands.group.CommandCreateGroupTest [INFO] Running org.appng.cli.commands.group.CommandDeleteGroupTest 2018-01-15 16:09:32,103 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:09:32,103 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@1847e32d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1dbd1049, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@62057a7b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@77e7e759, org.springframework.test.context.transaction.TransactionalTestExecutionListener@509e3c03, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@25d45101] 2018-01-15 16:09:32,104 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-01-15 16:09:32,178 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@6ccb2162: startup date [Mon Jan 15 16:09:32 CET 2018]; root of context hierarchy 2018-01-15 16:09:32,335 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:32,350 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:09:32,371 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:09:32,371 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:09:32,372 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:09:32,372 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:09:32,372 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:09:32,475 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:09:32,487 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:09:32,582 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@449f319e] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:32,587 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2af73ea] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:32,602 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:32,653 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:09:32,753 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@78ffb0ca testClass = CommandDeleteGroupTest, testInstance = org.appng.cli.commands.group.CommandDeleteGroupTest@77f8dda2, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2fbc6236 testClass = CommandDeleteGroupTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@145ff25d]; rollback [false] 2018-01-15 16:09:32,779 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@78ffb0ca testClass = CommandDeleteGroupTest, testInstance = org.appng.cli.commands.group.CommandDeleteGroupTest@77f8dda2, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2fbc6236 testClass = CommandDeleteGroupTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:32,780 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@6ccb2162: startup date [Mon Jan 15 16:09:32 CET 2018]; root of context hierarchy 2018-01-15 16:09:32,780 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:32,781 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.682 s - in org.appng.cli.commands.group.CommandDeleteGroupTest [INFO] Running org.appng.cli.commands.site.CommandDeleteSiteTest 2018-01-15 16:09:32,786 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:09:32,786 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@259af81b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@67bd3612, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7f5c74db, org.springframework.test.context.support.DirtiesContextTestExecutionListener@542a0f90, org.springframework.test.context.transaction.TransactionalTestExecutionListener@26827f2e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2881c04a] 2018-01-15 16:09:32,786 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-01-15 16:09:32,857 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@34e7832d: startup date [Mon Jan 15 16:09:32 CET 2018]; root of context hierarchy 2018-01-15 16:09:32,999 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:33,014 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:09:33,036 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:09:33,036 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:09:33,036 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:09:33,036 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:09:33,036 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:09:33,138 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:09:33,144 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:09:33,240 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5d050d00] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:33,247 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@26bddc84] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:33,272 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:33,315 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:09:33,426 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@57543d4c testClass = CommandDeleteSiteTest, testInstance = org.appng.cli.commands.site.CommandDeleteSiteTest@21af88c6, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20dd6121 testClass = CommandDeleteSiteTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@4baa45cf]; rollback [false] site 'testsite' is NOT running at http://example.com:8080/manager/testsite 2018-01-15 16:09:43,539 INFO [main] org.appng.core.service.CoreService: starting deletion of site testsite 2018-01-15 16:09:44,080 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2018-01-15 16:09:44,105 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/bootstrapRoot/WEB-INF/cache/platform/testsite 2018-01-15 16:09:44,105 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/bootstrapRoot/WEB-INF/cache/application/testsite 2018-01-15 16:09:44,105 INFO [main] org.appng.core.service.CoreService: done deleting site testsite 2018-01-15 16:09:44,109 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@57543d4c testClass = CommandDeleteSiteTest, testInstance = org.appng.cli.commands.site.CommandDeleteSiteTest@21af88c6, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20dd6121 testClass = CommandDeleteSiteTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:44,109 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@34e7832d: startup date [Mon Jan 15 16:09:32 CET 2018]; root of context hierarchy 2018-01-15 16:09:44,110 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:44,111 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.329 s - in org.appng.cli.commands.site.CommandDeleteSiteTest [INFO] Running org.appng.cli.commands.site.CommandListSitesTest 2018-01-15 16:09:44,130 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:09:44,130 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@72d59de4, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@72741c84, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5f078f1f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7cc4ba38, org.springframework.test.context.transaction.TransactionalTestExecutionListener@22a022f9, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@70629a15] 2018-01-15 16:09:44,131 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-01-15 16:09:44,215 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@137e8c71: startup date [Mon Jan 15 16:09:44 CET 2018]; root of context hierarchy 2018-01-15 16:09:44,366 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:44,383 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:09:44,405 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:09:44,405 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:09:44,406 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:09:44,406 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:09:44,406 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:09:44,508 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:09:44,514 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:09:44,613 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@17d428b0] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:44,618 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2f568a26] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:44,635 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:44,683 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:09:44,793 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7bef169a testClass = CommandListSitesTest, testInstance = org.appng.cli.commands.site.CommandListSitesTest@2827ed71, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4a1450ab testClass = CommandListSitesTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@3afbd1fd]; rollback [false] 2018-01-15 16:09:44,923 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7bef169a testClass = CommandListSitesTest, testInstance = org.appng.cli.commands.site.CommandListSitesTest@2827ed71, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4a1450ab testClass = CommandListSitesTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:44,924 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@137e8c71: startup date [Mon Jan 15 16:09:44 CET 2018]; root of context hierarchy 2018-01-15 16:09:44,925 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:44,925 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.814 s - in org.appng.cli.commands.site.CommandListSitesTest [INFO] Running org.appng.cli.commands.site.CommandCreateSiteTest 2018-01-15 16:09:44,932 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:09:44,933 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@350fc25b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1963270f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5020027c, org.springframework.test.context.support.DirtiesContextTestExecutionListener@d030dd3, org.springframework.test.context.transaction.TransactionalTestExecutionListener@46d50b32, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@460e17b8] 2018-01-15 16:09:44,933 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-01-15 16:09:45,020 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@166dcee7: startup date [Mon Jan 15 16:09:45 CET 2018]; root of context hierarchy 2018-01-15 16:09:45,165 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:45,187 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:09:45,204 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:09:45,204 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:09:45,204 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:09:45,204 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:09:45,204 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:09:45,309 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:09:45,322 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:09:45,406 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2a5ae8d4] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:45,422 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@36d685d5] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:45,451 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:45,507 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:09:45,610 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7617e8b5 testClass = CommandCreateSiteTest, testInstance = org.appng.cli.commands.site.CommandCreateSiteTest@323ab952, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@69f5a73c testClass = CommandCreateSiteTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@64aa224d]; rollback [false] 2018-01-15 16:09:45,694 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@7617e8b5 testClass = CommandCreateSiteTest, testInstance = org.appng.cli.commands.site.CommandCreateSiteTest@323ab952, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@69f5a73c testClass = CommandCreateSiteTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:45,695 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@166dcee7: startup date [Mon Jan 15 16:09:45 CET 2018]; root of context hierarchy 2018-01-15 16:09:45,695 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:45,696 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.769 s - in org.appng.cli.commands.site.CommandCreateSiteTest [INFO] Running org.appng.cli.commands.site.CommandSetSiteActiveTest 2018-01-15 16:09:45,702 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:09:45,702 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@45985fe9, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@17bc17bd, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@72b79b29, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7f475bd5, org.springframework.test.context.transaction.TransactionalTestExecutionListener@78a724c3, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@f51c595] 2018-01-15 16:09:45,703 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-01-15 16:09:45,782 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@41717985: startup date [Mon Jan 15 16:09:45 CET 2018]; root of context hierarchy 2018-01-15 16:09:45,927 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:45,943 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:09:45,970 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:09:45,971 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:09:45,971 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:09:45,971 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:09:45,971 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:09:46,073 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:09:46,080 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:09:46,177 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4f06acb7] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:46,183 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@65474a7d] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:46,207 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:46,252 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:09:46,363 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@4ecaf3cc testClass = CommandSetSiteActiveTest, testInstance = org.appng.cli.commands.site.CommandSetSiteActiveTest@36f4c790, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6d82339e testClass = CommandSetSiteActiveTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@51251be3]; rollback [false] 2018-01-15 16:09:46,441 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@4ecaf3cc testClass = CommandSetSiteActiveTest, testInstance = org.appng.cli.commands.site.CommandSetSiteActiveTest@36f4c790, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6d82339e testClass = CommandSetSiteActiveTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:46,441 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@41717985: startup date [Mon Jan 15 16:09:45 CET 2018]; root of context hierarchy 2018-01-15 16:09:46,442 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:46,442 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.746 s - in org.appng.cli.commands.site.CommandSetSiteActiveTest [INFO] Running org.appng.cli.commands.site.CommandCheckSiteRunningTest 2018-01-15 16:09:46,448 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:09:46,448 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@33b5af2b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5460c665, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@319f6039, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3adeb7d5, org.springframework.test.context.transaction.TransactionalTestExecutionListener@240c9b52, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@760d3258] 2018-01-15 16:09:46,449 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-01-15 16:09:46,521 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3c591a08: startup date [Mon Jan 15 16:09:46 CET 2018]; root of context hierarchy 2018-01-15 16:09:46,668 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:46,684 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:09:46,708 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:09:46,708 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:09:46,708 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:09:46,708 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:09:46,708 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:09:46,811 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:09:46,817 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:09:46,912 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@8ba9a69] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:46,919 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@35cc869b] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 2018-01-15 16:09:46,939 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:46,986 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:09:47,091 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@80ac698 testClass = CommandCheckSiteRunningTest, testInstance = org.appng.cli.commands.site.CommandCheckSiteRunningTest@7c550d44, testMethod = testInvalidResponse@CommandCheckSiteRunningTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5cd0b9d6 testClass = CommandCheckSiteRunningTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@372cfd86]; rollback [false] site 'test2' is NOT running at http://example.com/manager/test2 HTTP response code: 404 2018-01-15 16:09:47,443 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@80ac698 testClass = CommandCheckSiteRunningTest, testInstance = org.appng.cli.commands.site.CommandCheckSiteRunningTest@7c550d44, testMethod = testInvalidResponse@CommandCheckSiteRunningTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5cd0b9d6 testClass = CommandCheckSiteRunningTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:47,446 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@80ac698 testClass = CommandCheckSiteRunningTest, testInstance = org.appng.cli.commands.site.CommandCheckSiteRunningTest@56f5d68f, testMethod = testInvalidUri@CommandCheckSiteRunningTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5cd0b9d6 testClass = CommandCheckSiteRunningTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@372cfd86]; rollback [false] site 'test' is NOT running at http://localhorst:8080/manager/test 2018-01-15 16:09:47,560 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@80ac698 testClass = CommandCheckSiteRunningTest, testInstance = org.appng.cli.commands.site.CommandCheckSiteRunningTest@56f5d68f, testMethod = testInvalidUri@CommandCheckSiteRunningTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5cd0b9d6 testClass = CommandCheckSiteRunningTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:47,562 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@80ac698 testClass = CommandCheckSiteRunningTest, testInstance = org.appng.cli.commands.site.CommandCheckSiteRunningTest@69dd5e82, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5cd0b9d6 testClass = CommandCheckSiteRunningTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@372cfd86]; rollback [false] site 'appng' is running at http://localhost:8080/manager/appng with appNG version 1.0.0-M3 2018-01-15 16:09:47,639 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@80ac698 testClass = CommandCheckSiteRunningTest, testInstance = org.appng.cli.commands.site.CommandCheckSiteRunningTest@69dd5e82, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5cd0b9d6 testClass = CommandCheckSiteRunningTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.commands.AbstractCommandTest$CommandTestInitializer]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:47,640 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3c591a08: startup date [Mon Jan 15 16:09:46 CET 2018]; root of context hierarchy 2018-01-15 16:09:47,640 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:47,641 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.198 s - in org.appng.cli.commands.site.CommandCheckSiteRunningTest [INFO] Running org.appng.cli.CliCoreDBNotInitializedTest 2018-01-15 16:09:47,644 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.cli.CliCoreDBNotInitializedTest]: no resource found for suffixes {-context.xml}. 2018-01-15 16:09:47,646 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.cli.CliCoreDBNotInitializedTest]: CliCoreDBNotInitializedTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2018-01-15 16:09:47,652 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:09:47,652 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@b0b5e20, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@36e4f1aa, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4ce28516, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1be9e854, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4ac25f57, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5b3a9e04] 2018-01-15 16:09:47,654 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-01-15 16:09:47,745 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3a87a40: startup date [Mon Jan 15 16:09:47 CET 2018]; root of context hierarchy 2018-01-15 16:09:47,820 INFO [HSQLDB Server @1ca9bfe3] hsqldb.db.HSQLDB60FA5E89A5.ENGINE: Checkpoint start 2018-01-15 16:09:47,820 INFO [HSQLDB Server @1ca9bfe3] hsqldb.db.HSQLDB60FA5E89A5.ENGINE: checkpointClose start 2018-01-15 16:09:47,856 INFO [HSQLDB Server @1ca9bfe3] hsqldb.db.HSQLDB60FA5E89A5.ENGINE: checkpointClose synched 2018-01-15 16:09:47,870 INFO [HSQLDB Server @1ca9bfe3] hsqldb.db.HSQLDB60FA5E89A5.ENGINE: checkpointClose script done 2018-01-15 16:09:47,895 INFO [HSQLDB Server @1ca9bfe3] hsqldb.db.HSQLDB60FA5E89A5.ENGINE: checkpointClose end 2018-01-15 16:09:47,895 INFO [HSQLDB Server @1ca9bfe3] hsqldb.db.HSQLDB60FA5E89A5.ENGINE: Checkpoint end - txts: 1 2018-01-15 16:09:47,992 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:48,011 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:09:48,032 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:09:48,033 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:09:48,033 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:09:48,033 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:09:48,033 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:09:48,136 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:09:48,143 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:09:48,273 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:48,322 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:09:48,424 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@4b420028 testClass = CliCoreDBNotInitializedTest, testInstance = org.appng.cli.CliCoreDBNotInitializedTest@15f549f1, testMethod = testHelp@CliCoreDBNotInitializedTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3e968d16 testClass = CliCoreDBNotInitializedTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreDBNotInitializedTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@61bc42ca]; rollback [false] 2018-01-15 16:09:48,442 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@4b420028 testClass = CliCoreDBNotInitializedTest, testInstance = org.appng.cli.CliCoreDBNotInitializedTest@15f549f1, testMethod = testHelp@CliCoreDBNotInitializedTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3e968d16 testClass = CliCoreDBNotInitializedTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreDBNotInitializedTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:48,444 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@4b420028 testClass = CliCoreDBNotInitializedTest, testInstance = org.appng.cli.CliCoreDBNotInitializedTest@523ddffa, testMethod = testNoArgs@CliCoreDBNotInitializedTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3e968d16 testClass = CliCoreDBNotInitializedTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreDBNotInitializedTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@61bc42ca]; rollback [false] 2018-01-15 16:09:48,448 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@4b420028 testClass = CliCoreDBNotInitializedTest, testInstance = org.appng.cli.CliCoreDBNotInitializedTest@523ddffa, testMethod = testNoArgs@CliCoreDBNotInitializedTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3e968d16 testClass = CliCoreDBNotInitializedTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreDBNotInitializedTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:48,449 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@4b420028 testClass = CliCoreDBNotInitializedTest, testInstance = org.appng.cli.CliCoreDBNotInitializedTest@6a95fa85, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3e968d16 testClass = CliCoreDBNotInitializedTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreDBNotInitializedTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@61bc42ca]; rollback [false] 2018-01-15 16:09:48,563 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2018-01-15 16:09:48,584 INFO [main] org.flywaydb.core.internal.util.VersionPrinter: Flyway 4.2.0 by Boxfuse 2018-01-15 16:09:48,704 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2018-01-15 16:09:48,778 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@4b420028 testClass = CliCoreDBNotInitializedTest, testInstance = org.appng.cli.CliCoreDBNotInitializedTest@6a95fa85, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3e968d16 testClass = CliCoreDBNotInitializedTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreDBNotInitializedTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:48,779 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3a87a40: startup date [Mon Jan 15 16:09:47 CET 2018]; root of context hierarchy 2018-01-15 16:09:48,780 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:48,780 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.139 s - in org.appng.cli.CliCoreDBNotInitializedTest [INFO] Running org.appng.cli.CliBootstrapTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 s - in org.appng.cli.CliBootstrapTest [INFO] Running org.appng.cli.CliCoreTest 2018-01-15 16:09:48,973 INFO [main] org.springframework.test.context.support.AbstractContextLoader: Could not detect default resource locations for test class [org.appng.cli.CliCoreTest]: no resource found for suffixes {-context.xml}. 2018-01-15 16:09:48,973 INFO [main] org.springframework.test.context.support.AnnotationConfigContextLoaderUtils: Could not detect default configuration classes for test class [org.appng.cli.CliCoreTest]: CliCoreTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 2018-01-15 16:09:48,977 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:09:48,977 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@e9dab3c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4e11bd10, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@69c716a5, org.springframework.test.context.support.DirtiesContextTestExecutionListener@31250df9, org.springframework.test.context.transaction.TransactionalTestExecutionListener@528294aa, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@11384ad7] 2018-01-15 16:09:48,978 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-01-15 16:09:49,061 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@401b146b: startup date [Mon Jan 15 16:09:49 CET 2018]; root of context hierarchy 2018-01-15 16:09:49,126 INFO [HSQLDB Server @7da72ebe] hsqldb.db.HSQLDB60FA5E8EC5.ENGINE: Checkpoint start 2018-01-15 16:09:49,127 INFO [HSQLDB Server @7da72ebe] hsqldb.db.HSQLDB60FA5E8EC5.ENGINE: checkpointClose start 2018-01-15 16:09:49,135 INFO [HSQLDB Server @7da72ebe] hsqldb.db.HSQLDB60FA5E8EC5.ENGINE: checkpointClose synched 2018-01-15 16:09:49,146 INFO [HSQLDB Server @7da72ebe] hsqldb.db.HSQLDB60FA5E8EC5.ENGINE: checkpointClose script done 2018-01-15 16:09:49,167 INFO [HSQLDB Server @7da72ebe] hsqldb.db.HSQLDB60FA5E8EC5.ENGINE: checkpointClose end 2018-01-15 16:09:49,168 INFO [HSQLDB Server @7da72ebe] hsqldb.db.HSQLDB60FA5E8EC5.ENGINE: Checkpoint end - txts: 1 2018-01-15 16:09:49,217 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:49,233 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:09:49,258 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-01-15 16:09:49,258 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] 2018-01-15 16:09:49,258 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-01-15 16:09:49,258 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-01-15 16:09:49,259 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-01-15 16:09:49,362 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:09:49,368 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:09:49,473 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:49,568 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:09:49,676 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@3a14eb93 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@4904144d, testMethod = testBatch@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2afb3317 testClass = CliCoreTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@7d026083]; rollback [false] 2018-01-15 16:09:49,793 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2018-01-15 16:09:49,897 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2018-01-15 16:09:49,911 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Repair of failed migration in metadata table "PUBLIC"."schema_version" not necessary. No failed migration detected. 2018-01-15 16:09:49,923 INFO [main] org.flywaydb.core.internal.command.DbRepair: Successfully repaired metadata table "PUBLIC"."schema_version" (execution time 00:00.015s). 2018-01-15 16:09:49,923 INFO [main] org.flywaydb.core.internal.command.DbRepair: Manual cleanup of the remaining effects the failed migration may still be required. 2018-01-15 16:09:50,059 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.008s) 2018-01-15 16:09:50,074 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-01-15 16:09:50,096 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-01-15 16:09:50,108 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-01-15 16:09:50,139 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-01-15 16:09:50,154 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-01-15 16:09:50,161 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-01-15 16:09:50,168 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-01-15 16:09:50,184 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-01-15 16:09:50,189 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-01-15 16:09:50,195 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-01-15 16:09:50,201 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-01-15 16:09:50,206 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.136s). 2018-01-15 16:09:50,309 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2018-01-15 16:09:50,412 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2018-01-15 16:09:50,575 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) is active. 2018-01-15 16:09:50,580 WARN [main] org.appng.core.domain.DatabaseConnection: error while connecting to jdbc:mysql://localhost:3306/appNG MYSQL (java.lang.ClassNotFoundException:com.mysql.jdbc.Driver) 2018-01-15 16:09:50,580 INFO [main] org.appng.core.service.DatabaseService: MYSQL jdbc:mysql://localhost:3306/appNG MYSQL is not working and will be deactivated. 2018-01-15 16:09:50,583 WARN [main] org.appng.core.domain.DatabaseConnection: error while connecting to jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL (java.lang.ClassNotFoundException:com.microsoft.sqlserver.jdbc.SQLServerDriver) 2018-01-15 16:09:50,583 INFO [main] org.appng.core.service.DatabaseService: MSSQL jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL is not working and will be deactivated. 2018-01-15 16:09:50,584 INFO [main] org.appng.cli.CliCore : Database is at version 1.3.2, state: SUCCESS, installed on 2018-01-15 16:09:50.203 2018-01-15 16:09:50,702 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2018-01-15 16:09:50,805 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2018-01-15 16:09:50,856 INFO [main] org.appng.cli.CliCore : Database is at version 1.3.2, state: SUCCESS, installed on 2018-01-15 16:09:50.203 2018-01-15 16:09:50,891 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@3a14eb93 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@4904144d, testMethod = testBatch@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2afb3317 testClass = CliCoreTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:50,893 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@3a14eb93 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@19c2296a, testMethod = testCommand@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2afb3317 testClass = CliCoreTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@7d026083]; rollback [false] 2018-01-15 16:09:50,999 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2018-01-15 16:09:51,101 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2018-01-15 16:09:51,124 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Repair of failed migration in metadata table "PUBLIC"."schema_version" not necessary. No failed migration detected. 2018-01-15 16:09:51,133 INFO [main] org.flywaydb.core.internal.command.DbRepair: Successfully repaired metadata table "PUBLIC"."schema_version" (execution time 00:00.011s). 2018-01-15 16:09:51,133 INFO [main] org.flywaydb.core.internal.command.DbRepair: Manual cleanup of the remaining effects the failed migration may still be required. 2018-01-15 16:09:51,280 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.016s) 2018-01-15 16:09:51,292 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": 1.3.2 2018-01-15 16:09:51,293 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Schema "PUBLIC" is up to date. No migration necessary. 2018-01-15 16:09:51,397 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2018-01-15 16:09:51,499 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2018-01-15 16:09:51,630 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) is active. 2018-01-15 16:09:51,636 INFO [main] org.appng.cli.CliCore : Database is at version 1.3.2, state: SUCCESS, installed on 2018-01-15 16:09:50.203 2018-01-15 16:09:51,748 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2018-01-15 16:09:51,851 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2018-01-15 16:09:51,890 INFO [main] org.appng.cli.CliCore : Database is at version 1.3.2, state: SUCCESS, installed on 2018-01-15 16:09:50.203 2018-01-15 16:09:51,899 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@3a14eb93 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@19c2296a, testMethod = testCommand@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2afb3317 testClass = CliCoreTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:51,901 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@3a14eb93 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@6910a320, testMethod = testError@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2afb3317 testClass = CliCoreTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@7d026083]; rollback [false] 2018-01-15 16:09:52,014 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2018-01-15 16:09:52,116 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2018-01-15 16:09:52,146 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Repair of failed migration in metadata table "PUBLIC"."schema_version" not necessary. No failed migration detected. 2018-01-15 16:09:52,161 INFO [main] org.flywaydb.core.internal.command.DbRepair: Successfully repaired metadata table "PUBLIC"."schema_version" (execution time 00:00.018s). 2018-01-15 16:09:52,161 INFO [main] org.flywaydb.core.internal.command.DbRepair: Manual cleanup of the remaining effects the failed migration may still be required. 2018-01-15 16:09:52,293 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.008s) 2018-01-15 16:09:52,304 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": 1.3.2 2018-01-15 16:09:52,305 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Schema "PUBLIC" is up to date. No migration necessary. 2018-01-15 16:09:52,408 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2018-01-15 16:09:52,510 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2018-01-15 16:09:52,647 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) is active. 2018-01-15 16:09:52,653 INFO [main] org.appng.cli.CliCore : Database is at version 1.3.2, state: SUCCESS, installed on 2018-01-15 16:09:50.203 2018-01-15 16:09:52,781 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4.0) 2018-01-15 16:09:52,883 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9001/hsql-testdb (HSQL Database Engine 2.4) 2018-01-15 16:09:52,910 INFO [main] org.appng.cli.CliCore : Database is at version 1.3.2, state: SUCCESS, installed on 2018-01-15 16:09:50.203 2018-01-15 16:09:52,917 ERROR [main] org.appng.cli.CliCore : An error occured. org.appng.api.BusinessException: force error at org.appng.cli.CliCoreTest$ErrorCommand.execute(CliCoreTest.java:178) at org.appng.cli.CliCore.perform(CliCore.java:184) at org.appng.cli.CliCoreTest.testError(CliCoreTest.java:118) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75) at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86) at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143) 2018-01-15 16:09:52,922 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@3a14eb93 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@6910a320, testMethod = testError@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2afb3317 testClass = CliCoreTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:52,925 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@3a14eb93 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@4426a132, testMethod = testInvalidCommand@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2afb3317 testClass = CliCoreTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@7d026083]; rollback [false] 2018-01-15 16:09:52,931 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@3a14eb93 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@4426a132, testMethod = testInvalidCommand@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2afb3317 testClass = CliCoreTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:52,934 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@3a14eb93 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@3f59633d, testMethod = testInvalidOptions@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2afb3317 testClass = CliCoreTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@7d026083]; rollback [false] 2018-01-15 16:09:52,937 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@3a14eb93 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@3f59633d, testMethod = testInvalidOptions@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2afb3317 testClass = CliCoreTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:52,939 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@3a14eb93 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@166c9fe2, testMethod = testMissingOptions@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2afb3317 testClass = CliCoreTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@7d026083]; rollback [false] 2018-01-15 16:09:52,942 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@3a14eb93 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@166c9fe2, testMethod = testMissingOptions@CliCoreTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2afb3317 testClass = CliCoreTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:52,944 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@3a14eb93 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@63e1f196, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2afb3317 testClass = CliCoreTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@7d026083]; rollback [false] 2018-01-15 16:09:52,945 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@3a14eb93 testClass = CliCoreTest, testInstance = org.appng.cli.CliCoreTest@63e1f196, testMethod = test@AbstractCommandTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2afb3317 testClass = CliCoreTest, locations = '{classpath:cliContext-test.xml}', classes = '{}', contextInitializerClasses = '[class org.appng.cli.CliCoreTest]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. 2018-01-15 16:09:52,945 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@401b146b: startup date [Mon Jan 15 16:09:49 CET 2018]; root of context hierarchy 2018-01-15 16:09:52,946 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:09:52,946 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:hsql://localhost:9001/hsql-testdb] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.976 s - in org.appng.cli.CliCoreTest [INFO] Running org.appng.cli.prettyTable.PrettyTableTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.appng.cli.prettyTable.PrettyTableTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-cli --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.16.2.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-cli --- [WARNING] Error fetching link: https://appng.org/appng-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-testsupport/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://tomcat.apache.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.cli... Loading source files for package org.appng.cli.commands.application... Loading source files for package org.appng.cli.commands.property... Loading source files for package org.appng.cli.commands.permission... Loading source files for package org.appng.cli.commands... Loading source files for package org.appng.cli.commands.applicationrole... Loading source files for package org.appng.cli.commands.repository... Loading source files for package org.appng.cli.commands.template... Loading source files for package org.appng.cli.commands.heartbeat... Loading source files for package org.appng.cli.commands.subject... Loading source files for package org.appng.cli.commands.group... Loading source files for package org.appng.cli.commands.site... Loading source files for package org.appng.cli.prettytable... Loading source files for package org.appng.cli.validators... Loading source files for package org.appng.cli.servlet... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/CliBootstrap.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/CliCommands.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/CliCore.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/CliEnvironment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/CliShell.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/ExecutableCliCommand.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/NoSuchRepositoryException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/NoSuchSiteException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/ActivateApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/BaseApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/BaseApplication.Mode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/DeactivateApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/DeleteApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/InstallApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/ListApplications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/CreateProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/DeleteProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/ListProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/PropertyHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/UpdateProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/permission/AddPermission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/permission/ListPermissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/permission/RemovePermission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/CommandBatch.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/CommandList.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/CommandMain.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/FileOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/applicationrole/AddRole.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/applicationrole/ListRoles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/repository/CreateRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/repository/DeleteRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/repository/ListRepositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/template/DeleteTemplate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/template/InstallTemplate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/heartbeat/HeartBeat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/heartbeat/HeartBeat.HeartBeatEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/CreateSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/DeleteSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/ListSubjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/AddGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/CreateGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/DeleteGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/ListGroups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/CheckSiteRunning.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/CreateSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/DeleteSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/ListSites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/ReloadSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/SetSiteActive.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/prettytable/PrettyTable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/prettytable/TableConstants.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/prettytable/TableRow.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/validators/FileExists.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/servlet/InstallListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/applicationrole/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/applicationrole/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/applicationrole/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/heartbeat/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/heartbeat/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/heartbeat/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/permission/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/permission/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/permission/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/repository/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/repository/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/repository/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/template/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/template/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/template/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/prettytable/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/prettytable/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/prettytable/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/servlet/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/servlet/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/servlet/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/validators/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/validators/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/validators/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/class-use/CliEnvironment.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/class-use/CliShell.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/class-use/NoSuchRepositoryException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/class-use/CliBootstrap.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/class-use/NoSuchSiteException.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/class-use/ExecutableCliCommand.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/class-use/CliCore.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/class-use/CliCommands.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/class-use/DeleteApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/class-use/ListApplications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/class-use/DeactivateApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/class-use/BaseApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/class-use/BaseApplication.Mode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/class-use/InstallApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/class-use/ActivateApplication.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/class-use/PropertyHelper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/class-use/UpdateProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/class-use/ListProperties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/class-use/DeleteProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/class-use/CreateProperty.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/permission/class-use/RemovePermission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/permission/class-use/ListPermissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/permission/class-use/AddPermission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/class-use/FileOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/class-use/CommandMain.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/class-use/CommandBatch.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/class-use/CommandList.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/applicationrole/class-use/AddRole.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/applicationrole/class-use/ListRoles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/repository/class-use/ListRepositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/repository/class-use/CreateRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/repository/class-use/DeleteRepository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/template/class-use/DeleteTemplate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/template/class-use/InstallTemplate.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/heartbeat/class-use/HeartBeat.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/heartbeat/class-use/HeartBeat.HeartBeatEvent.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/class-use/ListSubjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/class-use/DeleteSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/class-use/CreateSubject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/class-use/CreateGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/class-use/ListGroups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/class-use/AddGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/class-use/DeleteGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/class-use/CheckSiteRunning.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/class-use/ReloadSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/class-use/CreateSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/class-use/ListSites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/class-use/DeleteSite.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/class-use/SetSiteActive.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/prettytable/class-use/TableConstants.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/prettytable/class-use/TableRow.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/prettytable/class-use/PrettyTable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/validators/class-use/FileExists.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/servlet/class-use/InstallListener.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/application/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/applicationrole/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/group/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/heartbeat/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/permission/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/property/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/repository/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/site/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/subject/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/commands/template/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/prettytable/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/servlet/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/org/appng/cli/validators/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.16.2-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-cli >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-cli <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-cli --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-cli --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.16.2-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-cli --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-cli --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.16.2/appng-cli-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.16.2/appng-cli-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.16.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.16.2/appng-cli-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.16.2/appng-cli-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.16.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.16.2/appng-cli-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.16.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.16.2/appng-cli-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.16.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.16.2/appng-cli-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.16.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.16.2/appng-cli-1.16.2-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-cli --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.5-02 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.16.2/appng-cli-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.16.2/appng-cli-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.16.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.16.2/appng-cli-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.16.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.16.2/appng-cli-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.16.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.16.2/appng-cli-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.16.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.16.2/appng-cli-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.16.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.16.2/appng-cli-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.16.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-cli/1.16.2/appng-cli-1.16.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tag Library 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-taglib --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-taglib --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/src/main/java/org/appng/taglib/search/Search.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/src/main/java/org/appng/taglib/search/Search.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/src/main/java/org/appng/taglib/search/Search.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-taglib --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-taglib --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-taglib --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.taglib.search.SearchTest 2018-01-15 16:10:00,653 [main] DEBUG org.appng.taglib.search.SearchPart - added part global:null to org.appng.taglib.search.SearchTest@3901d134 2018-01-15 16:10:01,374 [main] DEBUG org.appng.taglib.search.Search - term is Hitchhiker 2018-01-15 16:10:01,376 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-01-15 16:10:01,376 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-01-15 16:10:01,376 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-01-15 16:10:01,376 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-01-15 16:10:01,376 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-01-15 16:10:01,377 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-01-15 16:10:01,377 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-01-15 16:10:01,378 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-01-15 16:10:01,378 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-01-15 16:10:01,384 [main] INFO org.appng.taglib.search.Search - processing org.appng.search.searcher.StandardSearcher with term 'Hitchhiker' and parameters {excludeTypes=com.foo.Bar} 2018-01-15 16:10:01,505 [main] INFO org.appng.search.searcher.StandardSearcher - 1 results returned from query: +language:en +((title:hitchhik) (title:hitchhiker*)) -type:com.foo.Bar [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.595 s - in org.appng.taglib.search.SearchTest [INFO] Running org.appng.taglib.PermissionTest 2018-01-15 16:10:01,871 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-01-15 16:10:01,871 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-01-15 16:10:01,872 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-01-15 16:10:01,872 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-01-15 16:10:01,872 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-01-15 16:10:01,872 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-01-15 16:10:01,872 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-01-15 16:10:01,872 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-01-15 16:10:01,873 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-01-15 16:10:01,907 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-01-15 16:10:01,907 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-01-15 16:10:01,907 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-01-15 16:10:01,907 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-01-15 16:10:01,907 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-01-15 16:10:01,907 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-01-15 16:10:01,907 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-01-15 16:10:01,907 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-01-15 16:10:01,907 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-01-15 16:10:01,909 [main] DEBUG org.appng.api.support.DefaultPermissionProcessor - created PermissionProcessor for user 'null' in application 'null' of site 'null' 2018-01-15 16:10:01,909 [main] DEBUG org.appng.api.support.DummyPermissionProcessor - creating instance for subject null, site null, application null 2018-01-15 16:10:01,910 [main] DEBUG org.appng.api.support.DummyPermissionProcessor - granting permission 2018-01-15 16:10:01,910 [main] DEBUG org.appng.taglib.Permission - subject has the permission: null [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.appng.taglib.PermissionTest [INFO] Running org.appng.taglib.form.FormConfirmationTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.appng.taglib.form.FormConfirmationTest [INFO] Running org.appng.taglib.AttributeTest 2018-01-15 16:10:01,922 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-01-15 16:10:01,922 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-01-15 16:10:01,922 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-01-15 16:10:01,922 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-01-15 16:10:01,922 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-01-15 16:10:01,922 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-01-15 16:10:01,922 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-01-15 16:10:01,923 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-01-15 16:10:01,923 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-01-15 16:10:01,924 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-01-15 16:10:01,924 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-01-15 16:10:01,924 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-01-15 16:10:01,924 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-01-15 16:10:01,924 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-01-15 16:10:01,924 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-01-15 16:10:01,924 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-01-15 16:10:01,924 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-01-15 16:10:01,925 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-01-15 16:10:01,961 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromSite [(variable = fromSite)] 2018-01-15 16:10:01,963 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-01-15 16:10:01,963 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-01-15 16:10:01,963 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-01-15 16:10:01,963 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-01-15 16:10:01,963 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-01-15 16:10:01,963 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-01-15 16:10:01,963 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-01-15 16:10:01,964 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-01-15 16:10:01,964 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-01-15 16:10:01,965 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-01-15 16:10:01,965 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-01-15 16:10:01,965 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-01-15 16:10:01,965 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-01-15 16:10:01,965 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-01-15 16:10:01,965 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-01-15 16:10:01,965 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-01-15 16:10:01,966 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-01-15 16:10:01,966 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-01-15 16:10:01,967 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-01-15 16:10:01,967 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-01-15 16:10:01,967 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-01-15 16:10:01,967 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-01-15 16:10:01,967 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-01-15 16:10:01,967 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-01-15 16:10:01,967 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-01-15 16:10:01,967 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-01-15 16:10:01,967 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-01-15 16:10:01,969 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites.localhost} = Mock for Site, hashCode: 1542598424 [(sites = {localhost=Mock for Site, hashCode: 1542598424})] 2018-01-15 16:10:01,969 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-01-15 16:10:01,969 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-01-15 16:10:01,969 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-01-15 16:10:01,969 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-01-15 16:10:01,969 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-01-15 16:10:01,969 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-01-15 16:10:01,969 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-01-15 16:10:01,969 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-01-15 16:10:01,969 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-01-15 16:10:01,971 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost']} = Mock for Site, hashCode: 1542598424 [(sites = {localhost=Mock for Site, hashCode: 1542598424})] 2018-01-15 16:10:01,971 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-01-15 16:10:01,971 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-01-15 16:10:01,971 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-01-15 16:10:01,971 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-01-15 16:10:01,971 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-01-15 16:10:01,971 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-01-15 16:10:01,971 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-01-15 16:10:01,971 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-01-15 16:10:01,971 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-01-15 16:10:01,976 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost'].name} = localhost [(sites = {localhost=Mock for Site, hashCode: 1542598424})] 2018-01-15 16:10:01,976 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-01-15 16:10:01,976 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-01-15 16:10:01,976 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-01-15 16:10:01,976 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-01-15 16:10:01,976 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-01-15 16:10:01,976 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-01-15 16:10:01,976 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-01-15 16:10:01,977 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-01-15 16:10:01,977 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-01-15 16:10:01,978 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost'].getName()} = localhost [(sites = {localhost=Mock for Site, hashCode: 1542598424})] 2018-01-15 16:10:01,978 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-01-15 16:10:01,978 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-01-15 16:10:01,978 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-01-15 16:10:01,979 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-01-15 16:10:01,979 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-01-15 16:10:01,979 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-01-15 16:10:01,979 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-01-15 16:10:01,979 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-01-15 16:10:01,979 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-01-15 16:10:01,980 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites.localhost.getName()} = localhost [(sites = {localhost=Mock for Site, hashCode: 1542598424})] 2018-01-15 16:10:01,981 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-01-15 16:10:01,981 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-01-15 16:10:01,981 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-01-15 16:10:01,981 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-01-15 16:10:01,981 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-01-15 16:10:01,981 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-01-15 16:10:01,981 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-01-15 16:10:01,981 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-01-15 16:10:01,981 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-01-15 16:10:01,982 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromRequest [(variable = fromRequest)] 2018-01-15 16:10:01,983 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-01-15 16:10:01,983 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-01-15 16:10:01,983 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-01-15 16:10:01,984 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-01-15 16:10:01,984 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-01-15 16:10:01,984 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-01-15 16:10:01,984 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-01-15 16:10:01,984 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-01-15 16:10:01,984 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-01-15 16:10:01,985 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-01-15 16:10:01,985 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-01-15 16:10:01,985 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-01-15 16:10:01,985 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-01-15 16:10:01,985 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-01-15 16:10:01,985 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-01-15 16:10:01,985 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-01-15 16:10:01,985 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-01-15 16:10:01,985 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-01-15 16:10:01,986 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-01-15 16:10:01,986 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-01-15 16:10:01,986 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-01-15 16:10:01,986 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-01-15 16:10:01,986 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-01-15 16:10:01,986 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-01-15 16:10:01,986 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-01-15 16:10:01,986 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-01-15 16:10:01,986 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-01-15 16:10:01,988 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-01-15 16:10:01,988 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-01-15 16:10:01,988 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-01-15 16:10:01,988 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-01-15 16:10:01,988 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-01-15 16:10:01,988 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-01-15 16:10:01,988 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-01-15 16:10:01,988 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-01-15 16:10:01,988 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-01-15 16:10:01,988 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromPlatform [(variable = fromPlatform)] 2018-01-15 16:10:01,989 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-01-15 16:10:01,989 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-01-15 16:10:01,989 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-01-15 16:10:01,989 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-01-15 16:10:01,989 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-01-15 16:10:01,989 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-01-15 16:10:01,989 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-01-15 16:10:01,989 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-01-15 16:10:01,989 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-01-15 16:10:01,990 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromSession [(variable = fromSession)] 2018-01-15 16:10:01,991 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-01-15 16:10:01,991 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-01-15 16:10:01,991 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-01-15 16:10:01,991 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-01-15 16:10:01,991 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-01-15 16:10:01,991 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-01-15 16:10:01,991 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-01-15 16:10:01,991 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-01-15 16:10:01,991 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-01-15 16:10:01,992 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites} = {localhost=Mock for Site, hashCode: 198098993} [(sites = {localhost=Mock for Site, hashCode: 198098993})] 2018-01-15 16:10:01,993 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-01-15 16:10:01,993 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-01-15 16:10:01,993 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-01-15 16:10:01,993 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-01-15 16:10:01,993 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-01-15 16:10:01,993 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-01-15 16:10:01,993 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-01-15 16:10:01,993 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-01-15 16:10:01,993 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-01-15 16:10:01,993 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-01-15 16:10:01,993 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-01-15 16:10:01,994 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-01-15 16:10:01,994 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-01-15 16:10:01,994 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-01-15 16:10:01,994 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-01-15 16:10:01,994 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-01-15 16:10:01,994 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-01-15 16:10:01,994 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.appng.taglib.AttributeTest [INFO] Running org.appng.taglib.TagletProcessorTest 2018-01-15 16:10:02,277 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$b9a796c7' width attributes: {} 2018-01-15 16:10:02,289 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2018-01-15 16:10:02,289 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2018-01-15 16:10:02,296 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$b9a796c7' width attributes: {noXslPrefix=test prefix} 2018-01-15 16:10:02,297 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2018-01-15 16:10:02,297 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2018-01-15 16:10:02,299 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$b9a796c7' width attributes: {noXslSuffix=test suffix} 2018-01-15 16:10:02,299 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2018-01-15 16:10:02,299 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2018-01-15 16:10:02,301 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.GlobalTaglet$$EnhancerByMockitoWithCGLIB$$afa473b7' with attributes: {} 2018-01-15 16:10:02,305 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.taglib.TagletProcessorTest$MyTaglet$$EnhancerByMockitoWithCGLIB$$30374776' with attributes: {} 2018-01-15 16:10:02,316 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.GlobalXMLTaglet$$EnhancerByMockitoWithCGLIB$$5752ad7c' width attributes: {} 2018-01-15 16:10:02,317 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2018-01-15 16:10:02,317 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2018-01-15 16:10:02,318 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$b9a796c7' width attributes: {noXslPrefix=test prefix, noXslSuffix=test suffix} 2018-01-15 16:10:02,319 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix test prefix and suffix test suffix for not transformed output. 2018-01-15 16:10:02,320 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.Taglet$$EnhancerByMockitoWithCGLIB$$e4d2064c' with attributes: {} [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 s - in org.appng.taglib.TagletProcessorTest [INFO] Running org.appng.taglib.TagletAdapterTest 2018-01-15 16:10:02,322 [main] INFO org.appng.api.support.SiteClassLoader - SiteClassLoader#861522296 for site localhost with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.appng.taglib.TagletAdapterTest [INFO] Running org.appng.taglib.MultiSiteSupportTest 2018-01-15 16:10:02,336 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-01-15 16:10:02,336 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-01-15 16:10:02,336 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-01-15 16:10:02,336 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-01-15 16:10:02,336 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-01-15 16:10:02,336 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-01-15 16:10:02,336 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-01-15 16:10:02,336 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-01-15 16:10:02,336 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-01-15 16:10:02,360 [main] DEBUG org.appng.taglib.MultiSiteSupport - application 'application' not found for site 'localhost', trying in granting sites [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.appng.taglib.MultiSiteSupportTest [INFO] Running org.appng.taglib.IfTest 2018-01-15 16:10:02,363 [main] DEBUG org.appng.forms.impl.RequestBean - tempdir is /tmp 2018-01-15 16:10:02,364 [main] DEBUG org.appng.forms.impl.RequestBean - content type: null 2018-01-15 16:10:02,364 [main] DEBUG org.appng.forms.impl.RequestBean - requestURI: 2018-01-15 16:10:02,364 [main] DEBUG org.appng.forms.impl.RequestBean - contextPath: 2018-01-15 16:10:02,364 [main] DEBUG org.appng.forms.impl.RequestBean - servletPath: 2018-01-15 16:10:02,364 [main] DEBUG org.appng.forms.impl.RequestBean - pathInfo: null 2018-01-15 16:10:02,364 [main] DEBUG org.appng.forms.impl.RequestBean - request method: 2018-01-15 16:10:02,371 [main] DEBUG org.appng.el.ExpressionEvaluator - ${(a == 'bar') or (a.startsWith('b'))} = false [(a = foo)] 2018-01-15 16:10:02,372 [main] DEBUG org.appng.taglib.If - (a == 'bar') or (a.startsWith('b')) = false, skipping body 2018-01-15 16:10:02,372 [main] DEBUG org.appng.forms.impl.RequestBean - tempdir is /tmp 2018-01-15 16:10:02,372 [main] DEBUG org.appng.forms.impl.RequestBean - content type: null 2018-01-15 16:10:02,372 [main] DEBUG org.appng.forms.impl.RequestBean - requestURI: 2018-01-15 16:10:02,372 [main] DEBUG org.appng.forms.impl.RequestBean - contextPath: 2018-01-15 16:10:02,373 [main] DEBUG org.appng.forms.impl.RequestBean - servletPath: 2018-01-15 16:10:02,373 [main] DEBUG org.appng.forms.impl.RequestBean - pathInfo: null 2018-01-15 16:10:02,373 [main] DEBUG org.appng.forms.impl.RequestBean - request method: 2018-01-15 16:10:02,373 [main] DEBUG org.appng.el.ExpressionEvaluator - ${(a == 'foo') or (a.startsWith('f'))} = true [(a = foo)] 2018-01-15 16:10:02,373 [main] DEBUG org.appng.taglib.If - (a == 'foo') or (a.startsWith('f')) = true, evaluating body [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.appng.taglib.IfTest [INFO] Running org.appng.taglib.ParameterTest 2018-01-15 16:10:02,374 [main] DEBUG org.appng.taglib.Parameter - added parameter param1=value1 to parent tag org.appng.taglib.ParameterTest@edf4f36 2018-01-15 16:10:02,375 [main] DEBUG org.appng.taglib.Parameter - added parameter param2="Ä" to parent tag org.appng.taglib.ParameterTest@edf4f36 2018-01-15 16:10:02,375 [main] DEBUG org.appng.taglib.Parameter - added parameter param3=null to parent tag org.appng.taglib.ParameterTest@edf4f36 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.appng.taglib.ParameterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-taglib --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.16.2.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-taglib --- [WARNING] Error fetching link: https://appng.org/appng-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-search/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-formtags/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://tomcat.apache.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.mockito.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://tomcat.apache.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.taglib... Loading source files for package org.appng.taglib.search... Loading source files for package org.appng.taglib.form... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/ApplicationAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/Attribute.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/Attribute.Mode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/If.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/MultiSiteSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/Parameter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/ParameterOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/TagletAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/TagletProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/search/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/search/Searchable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/search/SearchPart.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/Form.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/FormConfirmation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/FormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/FormElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/FormGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/search/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/search/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/search/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/class-use/Parameter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/class-use/ParameterOwner.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/class-use/ApplicationAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/class-use/MultiSiteSupport.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/class-use/TagletAdapter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/class-use/TagletProcessor.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/class-use/If.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/class-use/Attribute.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/class-use/Attribute.Mode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/search/class-use/SearchPart.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/search/class-use/Searchable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/search/class-use/Search.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/class-use/Form.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/class-use/FormElement.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/class-use/FormConfirmation.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/class-use/FormGroup.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/class-use/FormData.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/form/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/org/appng/taglib/search/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.16.2-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-taglib >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-taglib <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-taglib --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-taglib --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.16.2-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-taglib --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-taglib --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.16.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.16.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.16.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.16.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.16.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-taglib --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.5-02 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.16.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.16.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.16.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.16.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.16.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.16.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-application --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-application --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-application --- [INFO] [INFO] --- maven-war-plugin:3.1.0:war (default-war) @ appng-application --- [INFO] Packaging webapp [INFO] Assembling webapp [appng-application] in [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.16.2] [INFO] Processing war project [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/src/main/webapp/META-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.16.2] [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/src/main/webapp/WEB-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.16.2] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/src/main/webapp] [INFO] Webapp assembled in [232 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.16.2.war [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-application --- [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-application >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-application <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-application --- [INFO] [INFO] --- maven-dependency-plugin:3.0.1:copy-dependencies (default) @ appng-application --- [INFO] Copying appng-taglib-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-taglib-1.16.2.jar [INFO] Copying appng-tools-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tools-1.16.2.jar [INFO] Copying appng-mail-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-mail-1.16.2.jar [INFO] Copying appng-persistence-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-persistence-1.16.2.jar [INFO] Copying appng-api-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-api-1.16.2.jar [INFO] Copying appng-search-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-search-1.16.2.jar [INFO] Copying appng-cli-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-cli-1.16.2.jar [INFO] Copying appng-forms-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-forms-1.16.2.jar [INFO] Copying appng-core-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-core-1.16.2.jar [INFO] Copying appng-xmlapi-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-xmlapi-1.16.2.jar [INFO] Copying appng-formtags-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-formtags-1.16.2.jar [INFO] net.jcip:jcip-annotations:jar:1.0 already exists in destination. [INFO] org.itadaki:bzip2:jar:0.9.1 already exists in destination. [INFO] com.google.protobuf:protobuf-java:jar:2.5.0 already exists in destination. [INFO] net.bytebuddy:byte-buddy:jar:1.6.14 already exists in destination. [INFO] com.googlecode.juniversalchardet:juniversalchardet:jar:1.0.3 already exists in destination. [INFO] org.apache.maven.scm:maven-scm-provider-svnexe:jar:1.4 already exists in destination. [INFO] org.thymeleaf:thymeleaf-spring4:jar:3.0.8.RELEASE already exists in destination. [INFO] xml-apis:xml-apis-ext:jar:1.3.04 already exists in destination. [INFO] org.attoparser:attoparser:jar:2.0.4.RELEASE already exists in destination. [INFO] org.apache.tika:tika-parsers:jar:1.16 already exists in destination. [INFO] org.apache.james:apache-mime4j-core:jar:0.8.1 already exists in destination. [INFO] org.apache.lucene:lucene-sandbox:jar:6.6.2 already exists in destination. [INFO] org.freemarker:freemarker:jar:2.3.23 already exists in destination. [INFO] com.mysema.commons:mysema-commons-lang:jar:0.2.4 already exists in destination. [INFO] edu.ucar:grib:jar:4.5.5 already exists in destination. [INFO] org.apache.pdfbox:fontbox:jar:2.0.6 already exists in destination. [INFO] org.jsoup:jsoup:jar:1.11.1 already exists in destination. [INFO] org.apache.commons:commons-pool2:jar:2.4.2 already exists in destination. [INFO] dom4j:dom4j:jar:1.6.1 already exists in destination. [INFO] org.apache.poi:poi:jar:3.17 already exists in destination. [INFO] org.apache.maven.scm:maven-scm-api:jar:1.4 already exists in destination. [INFO] com.tdunning:json:jar:1.8 already exists in destination. [INFO] javax.mail:mail:jar:1.4.5 already exists in destination. [INFO] com.google.guava:guava:jar:23.3-jre already exists in destination. [INFO] commons-lang:commons-lang:jar:2.6 already exists in destination. [INFO] org.apache.commons:commons-text:jar:1.1 already exists in destination. [INFO] org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final already exists in destination. [INFO] org.apache.commons:commons-vfs2:jar:2.0 already exists in destination. [INFO] com.healthmarketscience.jackcess:jackcess:jar:2.1.8 already exists in destination. [INFO] org.apache.commons:commons-exec:jar:1.3 already exists in destination. [INFO] com.google.errorprone:error_prone_annotations:jar:2.0.18 already exists in destination. [INFO] org.springframework:spring-orm:jar:4.3.12.RELEASE already exists in destination. [INFO] org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.0.1.Final already exists in destination. [INFO] org.springframework:spring-expression:jar:4.3.12.RELEASE already exists in destination. [INFO] joda-time:joda-time:jar:2.9.9 already exists in destination. [INFO] org.gagravarr:vorbis-java-core:jar:0.8 already exists in destination. [INFO] org.tuckey:urlrewritefilter:jar:4.0.4 already exists in destination. [INFO] org.springframework:spring-aop:jar:4.3.12.RELEASE already exists in destination. [INFO] net.sf.saxon:Saxon-HE:jar:9.6.0-6 already exists in destination. [INFO] org.springframework.ws:spring-ws-core:jar:2.4.0.RELEASE already exists in destination. [INFO] commons-fileupload:commons-fileupload:jar:1.3.3 already exists in destination. [INFO] log4j:log4j:jar:1.2.17 already exists in destination. [INFO] com.beust:jcommander:jar:1.72 already exists in destination. [INFO] org.bouncycastle:bcprov-jdk15on:jar:1.54 already exists in destination. [INFO] com.rometools:rome-utils:jar:1.5.1 already exists in destination. [INFO] antlr:antlr:jar:2.7.7 already exists in destination. [INFO] org.hibernate:hibernate-entitymanager:jar:5.2.12.Final already exists in destination. [INFO] org.apache.pdfbox:pdfbox-tools:jar:2.0.6 already exists in destination. [INFO] org.apache.james:apache-mime4j-dom:jar:0.8.1 already exists in destination. [INFO] edu.ucar:netcdf4:jar:4.5.5 already exists in destination. [INFO] org.ow2.asm:asm:jar:5.0.4 already exists in destination. [INFO] org.opengis:geoapi:jar:3.0.0 already exists in destination. [INFO] javax.ws.rs:javax.ws.rs-api:jar:2.0.1 already exists in destination. [INFO] edu.ucar:cdm:jar:4.5.5 already exists in destination. [INFO] org.apache.httpcomponents:httpmime:jar:4.2.6 already exists in destination. [INFO] edu.ucar:httpservices:jar:4.5.5 already exists in destination. [INFO] org.springframework:spring-context:jar:4.3.12.RELEASE already exists in destination. [INFO] commons-codec:commons-codec:jar:1.11 already exists in destination. [INFO] org.beanshell:bsh-core:jar:2.0b4 already exists in destination. [INFO] org.apache.lucene:lucene-core:jar:6.6.2 already exists in destination. [INFO] org.apache.commons:commons-compress:jar:1.15 already exists in destination. [INFO] org.springframework:spring-oxm:jar:4.3.12.RELEASE already exists in destination. [INFO] org.apache.cxf:cxf-rt-rs-client:jar:3.0.12 already exists in destination. [INFO] de.l3s.boilerpipe:boilerpipe:jar:1.1.0 already exists in destination. [INFO] commons-configuration:commons-configuration:jar:1.10 already exists in destination. [INFO] org.springframework:spring-web:jar:4.3.12.RELEASE already exists in destination. [INFO] net.sourceforge.nekohtml:nekohtml:jar:1.9.16 already exists in destination. [INFO] com.fasterxml.jackson.core:jackson-annotations:jar:2.9.2 already exists in destination. [INFO] org.thymeleaf:thymeleaf:jar:3.0.8.RELEASE already exists in destination. [INFO] org.gagravarr:vorbis-java-tika:jar:0.8 already exists in destination. [INFO] org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1 already exists in destination. [INFO] org.apache.xmlbeans:xmlbeans:jar:2.6.0 already exists in destination. [INFO] org.springframework.security:spring-security-web:jar:4.2.3.RELEASE already exists in destination. [INFO] commons-collections:commons-collections:jar:3.2.2 already exists in destination. [INFO] org.slf4j:slf4j-api:jar:1.7.25 already exists in destination. [INFO] org.springframework:spring-webmvc:jar:4.3.12.RELEASE already exists in destination. [INFO] org.hibernate:hibernate-envers:jar:5.2.12.Final already exists in destination. [INFO] org.apache.sis.core:sis-referencing:jar:0.6 already exists in destination. [INFO] commons-httpclient:commons-httpclient:jar:3.1 already exists in destination. [INFO] org.apache.lucene:lucene-queries:jar:6.6.2 already exists in destination. [INFO] org.apache.poi:poi-scratchpad:jar:3.17 already exists in destination. [INFO] org.owasp.esapi:esapi:jar:2.1.0.1 already exists in destination. [INFO] org.javassist:javassist:jar:3.20.0-GA already exists in destination. [INFO] aopalliance:aopalliance:jar:1.0 already exists in destination. [INFO] org.hibernate.common:hibernate-commons-annotations:jar:5.0.1.Final already exists in destination. [INFO] org.apache.xmlgraphics:batik-ext:jar:1.8 already exists in destination. [INFO] org.bouncycastle:bcpkix-jdk15on:jar:1.54 already exists in destination. [INFO] org.objenesis:objenesis:jar:2.6 already exists in destination. [INFO] org.codehaus.plexus:plexus-utils:jar:1.5.6 already exists in destination. [INFO] org.slf4j:jul-to-slf4j:jar:1.7.24 already exists in destination. [INFO] org.springframework:spring-tx:jar:4.3.12.RELEASE already exists in destination. [INFO] xom:xom:jar:1.2.5 already exists in destination. [INFO] com.googlecode.json-simple:json-simple:jar:1.1.1 already exists in destination. [INFO] com.drewnoakes:metadata-extractor:jar:2.9.1 already exists in destination. [INFO] com.rometools:rome:jar:1.5.1 already exists in destination. [INFO] org.apache.pdfbox:jempbox:jar:1.8.13 already exists in destination. [INFO] org.apache.opennlp:opennlp-tools:jar:1.6.0 already exists in destination. [INFO] org.tukaani:xz:jar:1.6 already exists in destination. [INFO] org.jdom:jdom2:jar:2.0.4 already exists in destination. [INFO] regexp:regexp:jar:1.3 already exists in destination. [INFO] edu.usc.ir:sentiment-analysis-parser:jar:0.1 already exists in destination. [INFO] org.apache.httpcomponents:httpclient:jar:4.5.3 already exists in destination. [INFO] org.apache.tika:tika-core:jar:1.16 already exists in destination. [INFO] org.apache.poi:poi-ooxml-schemas:jar:3.17 already exists in destination. [INFO] com.google.code.findbugs:jsr305:jar:1.3.9 already exists in destination. [INFO] org.apache.lucene:lucene-facet:jar:6.6.2 already exists in destination. [INFO] org.owasp.antisamy:antisamy:jar:1.5.3 already exists in destination. [INFO] org.slf4j:slf4j-log4j12:jar:1.7.25 already exists in destination. [INFO] org.jboss:jandex:jar:2.0.3.Final already exists in destination. [INFO] org.apache.pdfbox:pdfbox:jar:2.0.6 already exists in destination. [INFO] org.apache.sis.core:sis-metadata:jar:0.6 already exists in destination. [INFO] org.springframework:spring-core:jar:4.3.12.RELEASE already exists in destination. [INFO] org.apache.commons:commons-collections4:jar:4.1 already exists in destination. [INFO] wsdl4j:wsdl4j:jar:1.6.3 already exists in destination. [INFO] org.apache.commons:commons-csv:jar:1.0 already exists in destination. [INFO] com.adobe.xmp:xmpcore:jar:5.1.2 already exists in destination. [INFO] org.apache.httpcomponents:httpcore:jar:4.4.8 already exists in destination. [INFO] com.github.sylvainlaurent.jdbcperflogger:jdbc-perf-logger-driver:jar:0.8.2 already exists in destination. [INFO] org.hibernate.validator:hibernate-validator:jar:6.0.4.Final already exists in destination. [INFO] com.pff:java-libpst:jar:0.8.1 already exists in destination. [INFO] org.apache.lucene:lucene-queryparser:jar:6.6.2 already exists in destination. [INFO] org.apache.poi:poi-ooxml:jar:3.17 already exists in destination. [INFO] org.apache.commons:commons-lang3:jar:3.6 already exists in destination. [INFO] org.apache.xmlgraphics:batik-css:jar:1.8 already exists in destination. [INFO] org.apache.lucene:lucene-memory:jar:6.6.2 already exists in destination. [INFO] org.jboss.logging:jboss-logging:jar:3.3.0.Final already exists in destination. [INFO] org.apache.cxf:cxf-rt-frontend-jaxrs:jar:3.0.12 already exists in destination. [INFO] stax:stax-api:jar:1.0.1 already exists in destination. [INFO] org.apache.sis.core:sis-utility:jar:0.6 already exists in destination. [INFO] javax.measure:jsr-275:jar:0.9.3 already exists in destination. [INFO] org.hibernate:hibernate-core:jar:5.2.12.Final already exists in destination. [INFO] org.springframework.ws:spring-xml:jar:2.4.0.RELEASE already exists in destination. [INFO] org.unbescape:unbescape:jar:1.1.5.RELEASE already exists in destination. [INFO] org.apache.lucene:lucene-join:jar:6.6.2 already exists in destination. [INFO] org.apache.maven.scm:maven-scm-provider-svn-commons:jar:1.4 already exists in destination. [INFO] org.codehaus.mojo:animal-sniffer-annotations:jar:1.14 already exists in destination. [INFO] com.mchange:c3p0:jar:0.9.5.2 already exists in destination. [INFO] org.hsqldb:hsqldb:jar:2.4.0 already exists in destination. [INFO] com.fasterxml:classmate:jar:1.3.1 already exists in destination. [INFO] javax.validation:validation-api:jar:2.0.0.Final already exists in destination. [INFO] com.fasterxml.jackson.core:jackson-core:jar:2.9.2 already exists in destination. [INFO] org.apache.cxf:cxf-rt-transports-http:jar:3.0.12 already exists in destination. [INFO] commons-io:commons-io:jar:2.6 already exists in destination. [INFO] org.springframework:spring-beans:jar:4.3.12.RELEASE already exists in destination. [INFO] com.github.virtuald:curvesapi:jar:1.04 already exists in destination. [INFO] org.slf4j:jcl-over-slf4j:jar:1.7.25 already exists in destination. [INFO] com.querydsl:querydsl-core:jar:4.1.4 already exists in destination. [INFO] org.codelibs:jhighlight:jar:1.0.2 already exists in destination. [INFO] org.apache.cxf:cxf-core:jar:3.0.12 already exists in destination. [INFO] redis.clients:jedis:jar:2.9.0 already exists in destination. [INFO] com.healthmarketscience.jackcess:jackcess-encrypt:jar:2.1.2 already exists in destination. [INFO] edu.ucar:udunits:jar:4.5.5 already exists in destination. [INFO] org.codehaus.woodstox:woodstox-core-asl:jar:4.4.1 already exists in destination. [INFO] com.zaxxer:HikariCP:jar:2.7.2 already exists in destination. [INFO] org.springframework:spring-jdbc:jar:4.3.12.RELEASE already exists in destination. [INFO] com.google.code.gson:gson:jar:2.8.1 already exists in destination. [INFO] org.apache.sis.storage:sis-netcdf:jar:0.6 already exists in destination. [INFO] org.springframework:spring-context-support:jar:4.3.12.RELEASE already exists in destination. [INFO] org.bouncycastle:bcmail-jdk15on:jar:1.54 already exists in destination. [INFO] org.apache.sis.storage:sis-storage:jar:0.6 already exists in destination. [INFO] net.sf.jmimemagic:jmimemagic:jar:0.1.5 already exists in destination. [INFO] org.apache.lucene:lucene-analyzers-common:jar:6.6.2 already exists in destination. [INFO] net.sf.ehcache:ehcache-web:jar:2.0.4 already exists in destination. [INFO] com.rabbitmq:amqp-client:jar:5.1.1 already exists in destination. [INFO] com.querydsl:querydsl-jpa:jar:4.1.4 already exists in destination. [INFO] org.quartz-scheduler:quartz:jar:2.3.0 already exists in destination. [INFO] org.appng:appng-tomcat7:jar:1.16.2 already exists in destination. [INFO] com.fasterxml.jackson.core:jackson-databind:jar:2.9.2 already exists in destination. [INFO] com.google.j2objc:j2objc-annotations:jar:1.1 already exists in destination. [INFO] org.aspectj:aspectjrt:jar:1.8.10 already exists in destination. [INFO] org.springframework.security:spring-security-core:jar:4.2.3.RELEASE already exists in destination. [INFO] org.im4java:im4java:jar:1.4.0 already exists in destination. [INFO] com.github.junrar:junrar:jar:0.7 already exists in destination. [INFO] org.springframework.data:spring-data-commons:jar:1.13.8.RELEASE already exists in destination. [INFO] com.mchange:mchange-commons-java:jar:0.2.11 already exists in destination. [INFO] org.springframework.data:spring-data-envers:jar:1.1.8.RELEASE already exists in destination. [INFO] commons-beanutils:commons-beanutils-core:jar:1.8.3 already exists in destination. [INFO] org.apache.pdfbox:pdfbox-debugger:jar:2.0.6 already exists in destination. [INFO] org.apache.ws.xmlschema:xmlschema-core:jar:2.2.1 already exists in destination. [INFO] javax.annotation:javax.annotation-api:jar:1.2 already exists in destination. [INFO] com.infradna.tool:bridge-method-annotation:jar:1.13 already exists in destination. [INFO] org.codehaus.woodstox:stax2-api:jar:3.1.4 already exists in destination. [INFO] org.flywaydb:flyway-core:jar:4.2.0 already exists in destination. [INFO] org.springframework.data:spring-data-jpa:jar:1.11.8.RELEASE already exists in destination. [INFO] net.sf.ehcache:ehcache-core:jar:2.6.11 already exists in destination. [INFO] org.appng:appng-tomcat8:jar:1.16.2 already exists in destination. [INFO] org.tallison:jmatio:jar:1.2 already exists in destination. [INFO] org.apache.xmlgraphics:batik-util:jar:1.8 already exists in destination. [INFO] net.java.dev.jna:jna:jar:4.1.0 already exists in destination. [INFO] org.apache.lucene:lucene-highlighter:jar:6.6.2 already exists in destination. [INFO] [INFO] --- maven-assembly-plugin:3.0.0:single (default) @ appng-application --- [INFO] Reading assembly descriptor: assembly.xml [INFO] Building zip: /srv/www/appng.org/appng/builds/stable/appng-application-1.16.2-dependencies-20180115-1503.zip [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-application --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.16.2-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-application --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-application --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.16.2.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.16.2/appng-application-1.16.2.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.16.2/appng-application-1.16.2.pom [INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-application-1.16.2-dependencies-20180115-1503.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.16.2/appng-application-1.16.2.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.16.2/appng-application-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.16.2.war.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.16.2/appng-application-1.16.2.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.16.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.16.2/appng-application-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/gpg/srv/www/appng.org/appng/builds/stable/appng-application-1.16.2-dependencies-20180115-1503.zip.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.16.2/appng-application-1.16.2.zip.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.16.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.16.2/appng-application-1.16.2-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-application --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.5-02 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.16.2.war to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.16.2/appng-application-1.16.2.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.16.2/appng-application-1.16.2.pom [INFO] Installing /srv/www/appng.org/appng/builds/stable/appng-application-1.16.2-dependencies-20180115-1503.zip to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.16.2/appng-application-1.16.2.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.16.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.16.2/appng-application-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.16.2.war.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.16.2/appng-application-1.16.2.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.16.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.16.2/appng-application-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/gpg/srv/www/appng.org/appng/builds/stable/appng-application-1.16.2-dependencies-20180115-1503.zip.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.16.2/appng-application-1.16.2.zip.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.16.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application/1.16.2/appng-application-1.16.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] --- maven-antrun-plugin:1.8:run (default) @ appng-application --- [INFO] Executing tasks main: [copy] Copying 1 file to /srv/www/appng.org/appng/builds/stable [INFO] Executed tasks [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application BOM 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-application-bom --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-application-bom --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-bom/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-bom/1.16.2/appng-application-bom-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-bom/target/appng-application-bom-1.16.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-bom/1.16.2/appng-application-bom-1.16.2.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-application-bom --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.5-02 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-bom/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-bom/1.16.2/appng-application-bom-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-bom/target/appng-application-bom-1.16.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-bom/1.16.2/appng-application-bom-1.16.2.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Documentation 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-documentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-documentation --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-documentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-documentation --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-documentation --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.example.EmployeesTest 2018-01-15 16:10:27,560 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:10:27,573 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@130f889, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1188e820, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2f490758, org.springframework.test.context.support.DirtiesContextTestExecutionListener@101df177, org.springframework.test.context.transaction.TransactionalTestExecutionListener@166fa74d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@40f08448] 2018-01-15 16:10:27,651 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2018-01-15 16:10:27,839 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2018-01-15 16:10:27,869 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2018-01-15 16:10:27,918 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@6b1274d2: startup date [Mon Jan 15 16:10:27 CET 2018]; root of context hierarchy 2018-01-15 16:10:28,556 INFO [HSQLDB Server @2dfaea86] hsqldb.db.HSQLDB60FA5F28B7.ENGINE: Checkpoint start 2018-01-15 16:10:28,556 INFO [HSQLDB Server @2dfaea86] hsqldb.db.HSQLDB60FA5F28B7.ENGINE: checkpointClose start 2018-01-15 16:10:28,564 INFO [HSQLDB Server @2dfaea86] hsqldb.db.HSQLDB60FA5F28B7.ENGINE: checkpointClose synched 2018-01-15 16:10:28,581 INFO [HSQLDB Server @2dfaea86] hsqldb.db.HSQLDB60FA5F28B7.ENGINE: checkpointClose script done 2018-01-15 16:10:28,605 INFO [HSQLDB Server @2dfaea86] hsqldb.db.HSQLDB60FA5F28B7.ENGINE: checkpointClose end 2018-01-15 16:10:28,606 INFO [HSQLDB Server @2dfaea86] hsqldb.db.HSQLDB60FA5F28B7.ENGINE: Checkpoint end - txts: 1 2018-01-15 16:10:28,657 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2018-01-15 16:10:28,679 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2018-01-15 16:10:28,876 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.12.Final} 2018-01-15 16:10:28,877 INFO [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2018-01-15 16:10:28,920 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-01-15 16:10:29,192 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-01-15 16:10:29,263 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:10:29,522 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final 2018-01-15 16:10:29,750 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@3df978b9' 2018-01-15 16:10:29,757 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2018-01-15 16:10:31,410 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@6b1274d2: startup date [Mon Jan 15 16:10:27 CET 2018]; root of context hierarchy 2018-01-15 16:10:31,411 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2018-01-15 16:10:31,411 INFO [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed drop of schema as part of SessionFactory shut-down' [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.157 s - in org.example.EmployeesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-documentation --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-documentation --- [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-documentation >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-documentation <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-documentation --- [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (html) @ appng-documentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 9 resources [INFO] Copying file appng.css [INFO] Copying file images/application-processing.jpg [INFO] Copying file images/appng.png [INFO] Copying file listing/pom-archetype.xml [INFO] Copying file listing/application.xml [INFO] Copying file listing/pom.xml [INFO] Copying file listing/dependencies.txt [INFO] Copying file listing/pg-employees.xml [INFO] Copying file listing/applist.txt [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/asciidoc/developerguide.adoc [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-documentation --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-documentation --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-documentation --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.16.2/appng-documentation-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.16.2/appng-documentation-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.16.2/appng-documentation-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.16.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.16.2/appng-documentation-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.16.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.16.2/appng-documentation-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.16.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.16.2/appng-documentation-1.16.2-sources.jar.asc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (pdf) @ appng-documentation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 9 resources [INFO] Copying file appng.css [INFO] Copying file images/application-processing.jpg [INFO] Copying file images/appng.png [INFO] Copying file listing/pom-archetype.xml [INFO] Copying file listing/application.xml [INFO] Copying file listing/pom.xml [INFO] Copying file listing/dependencies.txt [INFO] Copying file listing/pg-employees.xml [INFO] Copying file listing/applist.txt [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/asciidoc/developerguide.adoc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-documentation --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.5-02 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.16.2/appng-documentation-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.16.2/appng-documentation-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.16.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.16.2/appng-documentation-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.16.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.16.2/appng-documentation-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.16.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.16.2/appng-documentation-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.16.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-documentation/1.16.2/appng-documentation-1.16.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Assembly Descriptors 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-template-assembly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-template-assembly --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-template-assembly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-template-assembly --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-template-assembly --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-template-assembly --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-template-assembly --- [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-template-assembly >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-template-assembly <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-template-assembly --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-template-assembly --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-template-assembly --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-template-assembly --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.16.2/appng-template-assembly-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.16.2/appng-template-assembly-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.16.2/appng-template-assembly-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.16.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.16.2/appng-template-assembly-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.16.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.16.2/appng-template-assembly-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.16.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.16.2/appng-template-assembly-1.16.2-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-template-assembly --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.5-02 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.16.2/appng-template-assembly-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.16.2/appng-template-assembly-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.16.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.16.2/appng-template-assembly-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.16.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.16.2/appng-template-assembly-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.16.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.16.2/appng-template-assembly-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.16.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-assembly/1.16.2/appng-template-assembly-1.16.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Parent 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-template-parent --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-template-parent --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-parent/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-template-parent/1.16.2/appng-template-parent-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-parent/target/appng-template-parent-1.16.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-template-parent/1.16.2/appng-template-parent-1.16.2.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-template-parent --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.5-02 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-parent/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-parent/1.16.2/appng-template-parent-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-parent/target/appng-template-parent-1.16.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-template-parent/1.16.2/appng-template-parent-1.16.2.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng-application-assembly 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-application-assembly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-application-assembly --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-application-assembly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-application-assembly --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-application-assembly --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-application-assembly --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-application-assembly --- [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-application-assembly >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-application-assembly <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-application-assembly --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-application-assembly --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-application-assembly --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-application-assembly --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.16.2/appng-application-assembly-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.16.2/appng-application-assembly-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.16.2/appng-application-assembly-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.16.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.16.2/appng-application-assembly-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.16.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.16.2/appng-application-assembly-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.16.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.16.2/appng-application-assembly-1.16.2-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-application-assembly --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.5-02 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.16.2/appng-application-assembly-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.16.2/appng-application-assembly-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.16.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.16.2/appng-application-assembly-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.16.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.16.2/appng-application-assembly-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.16.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.16.2/appng-application-assembly-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.16.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-assembly/1.16.2/appng-application-assembly-1.16.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application parent 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-application-parent --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ appng-application-parent --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-parent/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-parent/1.16.2/appng-application-parent-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-parent/target/appng-application-parent-1.16.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-parent/1.16.2/appng-application-parent-1.16.2.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-application-parent --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.5-02 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-parent/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-parent/1.16.2/appng-application-parent-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-parent/target/appng-application-parent-1.16.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-parent/1.16.2/appng-application-parent-1.16.2.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Archetype - appng-archetype-application 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-archetype-application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 18 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-archetype-application --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-archetype-application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-archetype-application --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-archetype-application --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-archetype-application --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-archetype-application --- [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-archetype-application >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-archetype-application <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-archetype-application --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-archetype-application --- [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-archetype-application --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-archetype-application --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.16.2/appng-archetype-application-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.16.2/appng-archetype-application-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.16.2/appng-archetype-application-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.16.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.16.2/appng-archetype-application-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.16.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.16.2/appng-archetype-application-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.16.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.16.2/appng-archetype-application-1.16.2-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-archetype-application --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.5-02 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.16.2/appng-archetype-application-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.16.2/appng-archetype-application-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.16.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.16.2/appng-archetype-application-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.16.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.16.2/appng-archetype-application-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.16.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.16.2/appng-archetype-application-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.16.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-archetype-application/1.16.2/appng-archetype-application-1.16.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer JAXB API 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-appngizer-jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-appngizer-jaxb --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-appngizer-jaxb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-appngizer-jaxb --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-appngizer-jaxb --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-appngizer-jaxb --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.16.2.jar [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-appngizer-jaxb --- [INFO] Loading source files for package org.appng.appngizer.model.xml... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Applications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Database.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Databases.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Grant.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Grants.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Groups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Linkable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Links.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Nameable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/PackageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Repositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/RepositoryMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/RepositoryType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/SchemaVersion.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Sites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Subjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/UserType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/Versions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/constant-values.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Database.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Sites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/SchemaVersion.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Grants.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Grant.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Versions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/RepositoryType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Groups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Applications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Subjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/PackageType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Databases.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/UserType.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Repositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Links.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/RepositoryMode.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Nameable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Linkable.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/ObjectFactory.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/class-use/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/org/appng/appngizer/model/xml/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.16.2-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-appngizer-jaxb >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-appngizer-jaxb <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-appngizer-jaxb --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-appngizer-jaxb --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.16.2-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-appngizer-jaxb --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-appngizer-jaxb --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.16.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.16.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.16.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.16.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.16.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-appngizer-jaxb --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.5-02 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.16.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.16.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.16.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.16.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.16.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.16.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-appngizer --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 50 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-appngizer --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-appngizer --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.appngizer.controller.SiteApplicationControllerTest log4j:ERROR setFile(null,true) call failed. java.io.FileNotFoundException: /webapps/appNGizer/WEB-INF/log/appNGizer.log (No such file or directory) at java.io.FileOutputStream.open0(Native Method) at java.io.FileOutputStream.open(FileOutputStream.java:270) at java.io.FileOutputStream.(FileOutputStream.java:213) at java.io.FileOutputStream.(FileOutputStream.java:133) at org.apache.log4j.FileAppender.setFile(FileAppender.java:294) at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:165) at org.apache.log4j.DailyRollingFileAppender.activateOptions(DailyRollingFileAppender.java:223) at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:307) at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:172) at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:104) at org.apache.log4j.PropertyConfigurator.parseAppender(PropertyConfigurator.java:842) at org.apache.log4j.PropertyConfigurator.parseCategory(PropertyConfigurator.java:768) at org.apache.log4j.PropertyConfigurator.configureRootCategory(PropertyConfigurator.java:648) at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:514) at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:580) at org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConverter.java:526) at org.apache.log4j.LogManager.(LogManager.java:127) at org.slf4j.impl.Log4jLoggerFactory.(Log4jLoggerFactory.java:66) at org.slf4j.impl.StaticLoggerBinder.(StaticLoggerBinder.java:72) at org.slf4j.impl.StaticLoggerBinder.(StaticLoggerBinder.java:45) at org.slf4j.LoggerFactory.bind(LoggerFactory.java:150) at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:124) at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:412) at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:357) at org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:155) at org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:132) at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:655) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.(SpringJUnit4ClassRunner.java:96) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.junit.internal.builders.AnnotatedBuilder.buildRunner(AnnotatedBuilder.java:104) at org.junit.internal.builders.AnnotatedBuilder.runnerForClass(AnnotatedBuilder.java:86) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59) at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:26) at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59) at org.junit.internal.requests.ClassRequest.getRunner(ClassRequest.java:33) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143) log4j:ERROR Either File or DatePattern options are not set for appender [appngizer]. 2018-01-15 16:12:15,690 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:12:15,705 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@797badd3, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@77be656f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@19dc67c2, org.springframework.test.context.support.DirtiesContextTestExecutionListener@221af3c0, org.springframework.test.context.transaction.TransactionalTestExecutionListener@62bd765, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@23a5fd2] 2018-01-15 16:12:15,781 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-01-15 16:12:16,222 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@5ea434c8: startup date [Mon Jan 15 16:12:16 CET 2018]; root of context hierarchy 2018-01-15 16:12:16,598 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-01-15 16:12:16,660 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:16,686 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:12:16,856 INFO [main] org.hibernate.Version: HHH000412: Hibernate Core {5.2.12.Final} 2018-01-15 16:12:16,858 INFO [main] org.hibernate.cfg.Environment: HHH000206: hibernate.properties not found 2018-01-15 16:12:16,923 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-01-15 16:12:17,559 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:12:17,628 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:12:18,181 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final 2018-01-15 16:12:19,246 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:19,276 INFO [main] org.flywaydb.core.internal.util.VersionPrinter: Flyway 4.2.0 by Boxfuse 2018-01-15 16:12:19,285 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-01-15 16:12:19,338 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.015s) 2018-01-15 16:12:19,348 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-01-15 16:12:19,364 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-01-15 16:12:19,379 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-01-15 16:12:19,419 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-01-15 16:12:19,442 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-01-15 16:12:19,448 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-01-15 16:12:19,455 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-01-15 16:12:19,465 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-01-15 16:12:19,470 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-01-15 16:12:19,476 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-01-15 16:12:19,482 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-01-15 16:12:19,487 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.141s). 2018-01-15 16:12:19,902 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:12:20,494 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-01-15 16:12:20,495 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-01-15 16:12:20,717 INFO [main] org.appng.api.messaging.Messaging: system property appng.node.id is not set, using local host name de-f2-p-appngdev0 as fallback 2018-01-15 16:12:20,717 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-01-15 16:12:20,887 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2018-01-15 16:12:20,887 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:20,888 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:20,888 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:20,888 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:20,888 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2018-01-15 16:12:20,889 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2018-01-15 16:12:20,889 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2018-01-15 16:12:20,889 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:20,892 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2018-01-15 16:12:20,892 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2018-01-15 16:12:20,892 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:20,892 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2018-01-15 16:12:20,892 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2018-01-15 16:12:20,893 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2018-01-15 16:12:20,893 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize() throws java.lang.Exception 2018-01-15 16:12:20,894 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2018-01-15 16:12:20,894 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2018-01-15 16:12:20,894 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2018-01-15 16:12:20,895 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2018-01-15 16:12:20,895 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2018-01-15 16:12:20,896 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2018-01-15 16:12:20,896 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2018-01-15 16:12:20,897 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2018-01-15 16:12:20,897 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2018-01-15 16:12:20,898 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2018-01-15 16:12:20,898 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2018-01-15 16:12:20,898 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2018-01-15 16:12:20,899 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2018-01-15 16:12:20,899 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2018-01-15 16:12:20,899 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2018-01-15 16:12:20,900 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2018-01-15 16:12:20,901 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2018-01-15 16:12:20,901 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:20,901 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:20,901 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2018-01-15 16:12:20,902 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2018-01-15 16:12:20,903 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:20,903 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2018-01-15 16:12:20,904 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:20,904 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:20,904 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2018-01-15 16:12:20,904 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2018-01-15 16:12:20,905 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2018-01-15 16:12:20,905 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2018-01-15 16:12:20,905 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile) throws org.appng.api.BusinessException 2018-01-15 16:12:20,905 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2018-01-15 16:12:20,906 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2018-01-15 16:12:20,907 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2018-01-15 16:12:20,907 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2018-01-15 16:12:20,907 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2018-01-15 16:12:20,907 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:20,908 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:20,909 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2018-01-15 16:12:20,909 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2018-01-15 16:12:20,909 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:20,909 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:20,910 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:20,911 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2018-01-15 16:12:20,911 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:20,911 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:20,911 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:20,912 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:20,913 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2018-01-15 16:12:20,913 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2018-01-15 16:12:20,913 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:20,913 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2018-01-15 16:12:20,914 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2018-01-15 16:12:20,914 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:20,915 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2018-01-15 16:12:20,915 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:20,916 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:20,916 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:20,916 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:20,917 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2018-01-15 16:12:20,917 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2018-01-15 16:12:20,918 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2018-01-15 16:12:20,918 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2018-01-15 16:12:20,918 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2018-01-15 16:12:21,454 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-01-15 16:12:21,738 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@5ea434c8: startup date [Mon Jan 15 16:12:16 CET 2018]; root of context hierarchy 2018-01-15 16:12:21,795 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@5ea434c8: startup date [Mon Jan 15 16:12:16 CET 2018]; root of context hierarchy 2018-01-15 16:12:22,133 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-01-15 16:12:22,133 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-01-15 16:12:22,160 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 27 ms 2018-01-15 16:12:22,675 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:///var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/repo 2018-01-15 16:12:22,693 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-01-15 16:12:22,700 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-01-15 16:12:22,702 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-01-15 16:12:22,703 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-01-15 16:12:22,704 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-01-15 16:12:22,727 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-01-15 16:12:22,731 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-01-15 16:12:22,735 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-01-15 16:12:22,735 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-01-15 16:12:22,739 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-01-15 16:12:22,741 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-01-15 16:12:22,742 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-01-15 16:12:22,745 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-01-15 16:12:22,745 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-01-15 16:12:22,766 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:22,766 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:22,768 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:22,768 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:22,768 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:22,769 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:22,769 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:22,769 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-01-15 16:12:22,769 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-01-15 16:12:22,769 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-01-15 16:12:22,769 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-01-15 16:12:22,782 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-01-15 16:12:22,784 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-01-15 16:12:22,786 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-01-15 16:12:22,788 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-01-15 16:12:22,789 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-01-15 16:12:22,791 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-01-15 16:12:23,505 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/webapps/ROOT/WEB-INF/cache/platform/localhost/demo-application 2018-01-15 16:12:23,506 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/webapps/ROOT/WEB-INF/cache/application/localhost/demo-application 2018-01-15 16:12:23,855 INFO [main] org.appng.core.service.CoreService: unlinking application demo-application from site localhost, status of database-connection is NO_DB_SUPPORTED 2018-01-15 16:12:23,870 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@5ea434c8: startup date [Mon Jan 15 16:12:16 CET 2018]; root of context hierarchy 2018-01-15 16:12:23,877 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:23,877 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.431 s - in org.appng.appngizer.controller.SiteApplicationControllerTest [INFO] Running org.appng.appngizer.controller.DatabaseControllerTest 2018-01-15 16:12:23,888 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:12:23,889 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@47b494ce, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@50dd1e3a, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3b764e66, org.springframework.test.context.support.DirtiesContextTestExecutionListener@38834000, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5b72b13a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@63e648a0] 2018-01-15 16:12:23,889 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-01-15 16:12:23,981 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@6a6a3fc4: startup date [Mon Jan 15 16:12:23 CET 2018]; root of context hierarchy 2018-01-15 16:12:24,045 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-01-15 16:12:24,061 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:24,061 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:12:24,112 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:12:24,117 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:12:24,278 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:24,280 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-01-15 16:12:24,286 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.003s) 2018-01-15 16:12:24,288 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-01-15 16:12:24,292 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-01-15 16:12:24,296 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-01-15 16:12:24,310 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-01-15 16:12:24,317 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-01-15 16:12:24,320 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-01-15 16:12:24,323 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-01-15 16:12:24,326 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-01-15 16:12:24,329 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-01-15 16:12:24,332 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-01-15 16:12:24,336 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-01-15 16:12:24,338 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.050s). 2018-01-15 16:12:24,398 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:12:24,528 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-01-15 16:12:24,528 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-01-15 16:12:24,573 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-01-15 16:12:24,601 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2018-01-15 16:12:24,601 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:24,601 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:24,602 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:24,602 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:24,602 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2018-01-15 16:12:24,602 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2018-01-15 16:12:24,603 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2018-01-15 16:12:24,603 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:24,604 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2018-01-15 16:12:24,604 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2018-01-15 16:12:24,604 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:24,604 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2018-01-15 16:12:24,604 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2018-01-15 16:12:24,605 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2018-01-15 16:12:24,605 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize() throws java.lang.Exception 2018-01-15 16:12:24,606 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2018-01-15 16:12:24,606 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2018-01-15 16:12:24,606 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2018-01-15 16:12:24,606 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2018-01-15 16:12:24,606 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2018-01-15 16:12:24,607 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2018-01-15 16:12:24,607 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2018-01-15 16:12:24,607 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2018-01-15 16:12:24,608 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2018-01-15 16:12:24,608 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2018-01-15 16:12:24,608 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2018-01-15 16:12:24,608 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2018-01-15 16:12:24,609 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2018-01-15 16:12:24,609 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2018-01-15 16:12:24,609 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2018-01-15 16:12:24,609 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2018-01-15 16:12:24,610 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2018-01-15 16:12:24,610 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:24,610 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:24,610 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2018-01-15 16:12:24,611 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2018-01-15 16:12:24,611 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:24,612 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2018-01-15 16:12:24,612 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:24,612 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:24,612 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2018-01-15 16:12:24,612 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2018-01-15 16:12:24,612 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2018-01-15 16:12:24,613 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2018-01-15 16:12:24,613 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile) throws org.appng.api.BusinessException 2018-01-15 16:12:24,613 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2018-01-15 16:12:24,614 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2018-01-15 16:12:24,614 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2018-01-15 16:12:24,614 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2018-01-15 16:12:24,614 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2018-01-15 16:12:24,614 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:24,615 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:24,615 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2018-01-15 16:12:24,615 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2018-01-15 16:12:24,616 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:24,616 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:24,616 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:24,617 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2018-01-15 16:12:24,617 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:24,617 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:24,617 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:24,617 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:24,618 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2018-01-15 16:12:24,618 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2018-01-15 16:12:24,619 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:24,619 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2018-01-15 16:12:24,619 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2018-01-15 16:12:24,619 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:24,620 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2018-01-15 16:12:24,620 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:24,620 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:24,620 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:24,621 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:24,621 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2018-01-15 16:12:24,621 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2018-01-15 16:12:24,622 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2018-01-15 16:12:24,622 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2018-01-15 16:12:24,622 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2018-01-15 16:12:24,648 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-01-15 16:12:24,717 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6a6a3fc4: startup date [Mon Jan 15 16:12:23 CET 2018]; root of context hierarchy 2018-01-15 16:12:24,733 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6a6a3fc4: startup date [Mon Jan 15 16:12:23 CET 2018]; root of context hierarchy 2018-01-15 16:12:24,787 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-01-15 16:12:24,787 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-01-15 16:12:24,793 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2018-01-15 16:12:24,801 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-01-15 16:12:24,801 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-01-15 16:12:25,829 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-01-15 16:12:25,829 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-01-15 16:12:25,831 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 2 ms 2018-01-15 16:12:25,833 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-01-15 16:12:25,834 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-01-15 16:12:25,858 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Repair of failed migration in metadata table "PUBLIC"."schema_version" not necessary. No failed migration detected. 2018-01-15 16:12:25,864 INFO [main] org.flywaydb.core.internal.command.DbRepair: Successfully repaired metadata table "PUBLIC"."schema_version" (execution time 00:00.007s). 2018-01-15 16:12:25,864 INFO [main] org.flywaydb.core.internal.command.DbRepair: Manual cleanup of the remaining effects the failed migration may still be required. 2018-01-15 16:12:25,888 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.005s) 2018-01-15 16:12:25,891 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": 1.3.2 2018-01-15 16:12:25,891 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Schema "PUBLIC" is up to date. No migration necessary. 2018-01-15 16:12:25,892 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-01-15 16:12:25,892 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-01-15 16:12:26,920 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@6a6a3fc4: startup date [Mon Jan 15 16:12:23 CET 2018]; root of context hierarchy 2018-01-15 16:12:26,925 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:26,926 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.042 s - in org.appng.appngizer.controller.DatabaseControllerTest [INFO] Running org.appng.appngizer.controller.RepositoryControllerTest 2018-01-15 16:12:26,934 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:12:26,934 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@17d25e1d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@359fd0a2, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@30b075b9, org.springframework.test.context.support.DirtiesContextTestExecutionListener@510e0dd2, org.springframework.test.context.transaction.TransactionalTestExecutionListener@54a98358, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1f7853af] 2018-01-15 16:12:26,935 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-01-15 16:12:27,023 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@2c56e044: startup date [Mon Jan 15 16:12:27 CET 2018]; root of context hierarchy 2018-01-15 16:12:27,077 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-01-15 16:12:27,091 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:27,091 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:12:27,138 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:12:27,142 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:12:27,303 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:27,306 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-01-15 16:12:27,312 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.003s) 2018-01-15 16:12:27,314 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-01-15 16:12:27,318 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-01-15 16:12:27,323 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-01-15 16:12:27,338 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-01-15 16:12:27,346 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-01-15 16:12:27,350 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-01-15 16:12:27,353 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-01-15 16:12:27,357 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-01-15 16:12:27,360 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-01-15 16:12:27,364 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-01-15 16:12:27,367 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-01-15 16:12:27,371 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.056s). 2018-01-15 16:12:27,443 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:12:27,629 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-01-15 16:12:27,629 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-01-15 16:12:27,679 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-01-15 16:12:27,711 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2018-01-15 16:12:27,712 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:27,712 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:27,712 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:27,712 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:27,713 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2018-01-15 16:12:27,713 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2018-01-15 16:12:27,713 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2018-01-15 16:12:27,714 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:27,714 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2018-01-15 16:12:27,715 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2018-01-15 16:12:27,715 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:27,715 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2018-01-15 16:12:27,715 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2018-01-15 16:12:27,716 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2018-01-15 16:12:27,716 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize() throws java.lang.Exception 2018-01-15 16:12:27,717 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2018-01-15 16:12:27,717 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2018-01-15 16:12:27,717 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2018-01-15 16:12:27,717 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2018-01-15 16:12:27,717 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2018-01-15 16:12:27,718 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2018-01-15 16:12:27,718 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2018-01-15 16:12:27,719 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2018-01-15 16:12:27,719 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2018-01-15 16:12:27,720 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2018-01-15 16:12:27,720 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2018-01-15 16:12:27,720 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2018-01-15 16:12:27,721 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2018-01-15 16:12:27,721 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2018-01-15 16:12:27,721 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2018-01-15 16:12:27,721 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2018-01-15 16:12:27,722 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2018-01-15 16:12:27,723 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:27,723 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:27,723 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2018-01-15 16:12:27,723 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2018-01-15 16:12:27,724 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:27,725 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2018-01-15 16:12:27,725 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:27,725 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:27,725 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2018-01-15 16:12:27,726 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2018-01-15 16:12:27,726 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2018-01-15 16:12:27,726 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2018-01-15 16:12:27,726 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile) throws org.appng.api.BusinessException 2018-01-15 16:12:27,727 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2018-01-15 16:12:27,727 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2018-01-15 16:12:27,728 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2018-01-15 16:12:27,728 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2018-01-15 16:12:27,728 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2018-01-15 16:12:27,728 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:27,729 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:27,729 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2018-01-15 16:12:27,730 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2018-01-15 16:12:27,730 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:27,730 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:27,730 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:27,731 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2018-01-15 16:12:27,731 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:27,731 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:27,732 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:27,732 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:27,733 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2018-01-15 16:12:27,733 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2018-01-15 16:12:27,733 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:27,733 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2018-01-15 16:12:27,734 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2018-01-15 16:12:27,734 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:27,735 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2018-01-15 16:12:27,735 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:27,735 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:27,735 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:27,736 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:27,736 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2018-01-15 16:12:27,737 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2018-01-15 16:12:27,737 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2018-01-15 16:12:27,737 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2018-01-15 16:12:27,737 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2018-01-15 16:12:27,770 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-01-15 16:12:27,849 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2c56e044: startup date [Mon Jan 15 16:12:27 CET 2018]; root of context hierarchy 2018-01-15 16:12:27,870 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2c56e044: startup date [Mon Jan 15 16:12:27 CET 2018]; root of context hierarchy 2018-01-15 16:12:27,941 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-01-15 16:12:27,941 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-01-15 16:12:27,949 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 8 ms 2018-01-15 16:12:28,048 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:///var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/repo 2018-01-15 16:12:28,053 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-01-15 16:12:28,059 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-01-15 16:12:28,060 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-01-15 16:12:28,061 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-01-15 16:12:28,061 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-01-15 16:12:28,068 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-01-15 16:12:28,069 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-01-15 16:12:28,070 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-01-15 16:12:28,070 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-01-15 16:12:28,071 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-01-15 16:12:28,072 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-01-15 16:12:28,072 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-01-15 16:12:28,074 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-01-15 16:12:28,074 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-01-15 16:12:28,082 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:28,082 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:28,083 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:28,083 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:28,083 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:28,083 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:28,083 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:28,084 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-01-15 16:12:28,084 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-01-15 16:12:28,084 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-01-15 16:12:28,084 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-01-15 16:12:28,093 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-01-15 16:12:28,094 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-01-15 16:12:28,095 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-01-15 16:12:28,096 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-01-15 16:12:28,097 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-01-15 16:12:28,099 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-01-15 16:12:28,171 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-01-15 16:12:28,171 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-01-15 16:12:28,172 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-01-15 16:12:28,203 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-01-15 16:12:28,203 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-01-15 16:12:28,204 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-01-15 16:12:28,219 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-01-15 16:12:28,219 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-01-15 16:12:28,220 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-01-15 16:12:28,249 WARN [main] org.springframework.web.servlet.PageNotFound: No mapping found for HTTP request with URI [/repository/dummy%20repo/demo-application/1.2.3] in DispatcherServlet with name '' 2018-01-15 16:12:28,250 WARN [main] org.springframework.web.servlet.PageNotFound: No mapping found for HTTP request with URI [/repository/doesNotExist/demo-application/1.2.3] in DispatcherServlet with name '' 2018-01-15 16:12:28,257 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-01-15 16:12:28,257 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-01-15 16:12:28,258 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-01-15 16:12:28,295 INFO [main] org.appng.core.model.RepositoryCacheFilesystem: deleted demo-application, Version: 1.5.3, Timestamp: 2013-01-13-1303 from repository /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/repo 2018-01-15 16:12:28,310 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@2c56e044: startup date [Mon Jan 15 16:12:27 CET 2018]; root of context hierarchy 2018-01-15 16:12:28,313 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:28,313 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.387 s - in org.appng.appngizer.controller.RepositoryControllerTest [INFO] Running org.appng.appngizer.controller.PlatformPropertyControllerTest 2018-01-15 16:12:28,318 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:12:28,319 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@cbf9cc1, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4ae93e38, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6ddeeb78, org.springframework.test.context.support.DirtiesContextTestExecutionListener@71549247, org.springframework.test.context.transaction.TransactionalTestExecutionListener@17d5138, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@266b7d1] 2018-01-15 16:12:28,319 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-01-15 16:12:28,388 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@18f919ce: startup date [Mon Jan 15 16:12:28 CET 2018]; root of context hierarchy 2018-01-15 16:12:28,445 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-01-15 16:12:28,491 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:28,492 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:12:28,534 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:12:28,538 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:12:28,653 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:28,655 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-01-15 16:12:28,660 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.002s) 2018-01-15 16:12:28,661 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-01-15 16:12:28,664 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-01-15 16:12:28,666 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-01-15 16:12:28,676 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-01-15 16:12:28,681 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-01-15 16:12:28,683 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-01-15 16:12:28,686 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-01-15 16:12:28,688 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-01-15 16:12:28,690 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-01-15 16:12:28,692 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-01-15 16:12:28,695 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-01-15 16:12:28,697 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.035s). 2018-01-15 16:12:28,748 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:12:28,911 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-01-15 16:12:28,912 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-01-15 16:12:28,950 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-01-15 16:12:28,971 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2018-01-15 16:12:28,972 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:28,972 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:28,972 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:28,972 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:28,972 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2018-01-15 16:12:28,973 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2018-01-15 16:12:28,973 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2018-01-15 16:12:28,973 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:28,974 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2018-01-15 16:12:28,974 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2018-01-15 16:12:28,974 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:28,974 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2018-01-15 16:12:28,974 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2018-01-15 16:12:28,975 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2018-01-15 16:12:28,975 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize() throws java.lang.Exception 2018-01-15 16:12:28,975 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2018-01-15 16:12:28,976 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2018-01-15 16:12:28,976 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2018-01-15 16:12:28,976 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2018-01-15 16:12:28,976 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2018-01-15 16:12:28,977 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2018-01-15 16:12:28,977 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2018-01-15 16:12:28,977 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2018-01-15 16:12:28,978 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2018-01-15 16:12:28,978 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2018-01-15 16:12:28,978 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2018-01-15 16:12:28,978 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2018-01-15 16:12:28,979 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2018-01-15 16:12:28,979 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2018-01-15 16:12:28,979 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2018-01-15 16:12:28,979 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2018-01-15 16:12:28,980 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2018-01-15 16:12:28,980 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:28,980 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:28,980 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2018-01-15 16:12:28,981 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2018-01-15 16:12:28,981 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:28,982 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2018-01-15 16:12:28,982 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:28,982 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:28,982 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2018-01-15 16:12:28,982 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2018-01-15 16:12:28,983 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2018-01-15 16:12:28,983 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2018-01-15 16:12:28,983 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile) throws org.appng.api.BusinessException 2018-01-15 16:12:28,983 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2018-01-15 16:12:28,984 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2018-01-15 16:12:28,984 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2018-01-15 16:12:28,984 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2018-01-15 16:12:28,984 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2018-01-15 16:12:28,984 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:28,985 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:28,985 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2018-01-15 16:12:28,985 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2018-01-15 16:12:28,985 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:28,986 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:28,986 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:28,986 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2018-01-15 16:12:28,987 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:28,987 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:28,987 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:28,987 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:28,988 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2018-01-15 16:12:28,988 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2018-01-15 16:12:28,988 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:28,988 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2018-01-15 16:12:28,988 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2018-01-15 16:12:28,989 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:28,989 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2018-01-15 16:12:28,990 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:28,990 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:28,990 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:28,990 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:28,991 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2018-01-15 16:12:28,991 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2018-01-15 16:12:28,991 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2018-01-15 16:12:28,991 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2018-01-15 16:12:28,991 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2018-01-15 16:12:29,015 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-01-15 16:12:29,072 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@18f919ce: startup date [Mon Jan 15 16:12:28 CET 2018]; root of context hierarchy 2018-01-15 16:12:29,087 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@18f919ce: startup date [Mon Jan 15 16:12:28 CET 2018]; root of context hierarchy 2018-01-15 16:12:29,133 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-01-15 16:12:29,133 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-01-15 16:12:29,138 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms 2018-01-15 16:12:29,205 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@18f919ce: startup date [Mon Jan 15 16:12:28 CET 2018]; root of context hierarchy 2018-01-15 16:12:29,207 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:29,207 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.892 s - in org.appng.appngizer.controller.PlatformPropertyControllerTest [INFO] Running org.appng.appngizer.controller.RoleControllerTest 2018-01-15 16:12:29,212 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:12:29,212 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@409a164d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6a7eef27, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1ab6a093, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6d95b51d, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7d2dfe9c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@60b721c9] 2018-01-15 16:12:29,213 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-01-15 16:12:29,264 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@4f2ab774: startup date [Mon Jan 15 16:12:29 CET 2018]; root of context hierarchy 2018-01-15 16:12:29,308 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-01-15 16:12:29,319 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:29,319 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:12:29,354 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:12:29,357 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:12:29,462 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:29,464 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-01-15 16:12:29,468 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.002s) 2018-01-15 16:12:29,469 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-01-15 16:12:29,472 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-01-15 16:12:29,474 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-01-15 16:12:29,484 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-01-15 16:12:29,488 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-01-15 16:12:29,490 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-01-15 16:12:29,492 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-01-15 16:12:29,495 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-01-15 16:12:29,497 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-01-15 16:12:29,499 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-01-15 16:12:29,501 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-01-15 16:12:29,503 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.033s). 2018-01-15 16:12:29,552 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:12:29,664 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-01-15 16:12:29,664 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-01-15 16:12:29,701 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-01-15 16:12:29,723 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2018-01-15 16:12:29,723 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:29,723 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:29,724 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:29,724 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:29,724 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2018-01-15 16:12:29,724 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2018-01-15 16:12:29,724 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2018-01-15 16:12:29,725 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:29,725 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2018-01-15 16:12:29,725 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2018-01-15 16:12:29,726 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:29,726 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2018-01-15 16:12:29,726 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2018-01-15 16:12:29,726 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2018-01-15 16:12:29,726 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize() throws java.lang.Exception 2018-01-15 16:12:29,727 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2018-01-15 16:12:29,727 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2018-01-15 16:12:29,727 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2018-01-15 16:12:29,727 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2018-01-15 16:12:29,728 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2018-01-15 16:12:29,728 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2018-01-15 16:12:29,728 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2018-01-15 16:12:29,729 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2018-01-15 16:12:29,729 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2018-01-15 16:12:29,729 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2018-01-15 16:12:29,729 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2018-01-15 16:12:29,729 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2018-01-15 16:12:29,730 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2018-01-15 16:12:29,730 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2018-01-15 16:12:29,730 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2018-01-15 16:12:29,730 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2018-01-15 16:12:29,731 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2018-01-15 16:12:29,731 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:29,731 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:29,732 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2018-01-15 16:12:29,732 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2018-01-15 16:12:29,732 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:29,733 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2018-01-15 16:12:29,733 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:29,733 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:29,733 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2018-01-15 16:12:29,733 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2018-01-15 16:12:29,734 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2018-01-15 16:12:29,734 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2018-01-15 16:12:29,734 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile) throws org.appng.api.BusinessException 2018-01-15 16:12:29,734 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2018-01-15 16:12:29,735 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2018-01-15 16:12:29,735 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2018-01-15 16:12:29,735 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2018-01-15 16:12:29,736 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2018-01-15 16:12:29,736 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:29,736 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:29,736 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2018-01-15 16:12:29,737 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2018-01-15 16:12:29,737 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:29,737 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:29,737 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:29,738 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2018-01-15 16:12:29,738 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:29,738 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:29,738 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:29,738 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:29,739 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2018-01-15 16:12:29,739 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2018-01-15 16:12:29,739 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:29,739 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2018-01-15 16:12:29,740 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2018-01-15 16:12:29,740 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:29,741 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2018-01-15 16:12:29,741 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:29,741 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:29,741 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:29,741 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:29,742 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2018-01-15 16:12:29,742 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2018-01-15 16:12:29,742 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2018-01-15 16:12:29,742 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2018-01-15 16:12:29,743 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2018-01-15 16:12:29,765 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-01-15 16:12:29,821 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@4f2ab774: startup date [Mon Jan 15 16:12:29 CET 2018]; root of context hierarchy 2018-01-15 16:12:29,835 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@4f2ab774: startup date [Mon Jan 15 16:12:29 CET 2018]; root of context hierarchy 2018-01-15 16:12:29,883 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-01-15 16:12:29,883 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-01-15 16:12:29,888 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms 2018-01-15 16:12:29,922 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:///var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/repo 2018-01-15 16:12:29,926 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-01-15 16:12:29,929 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-01-15 16:12:29,930 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-01-15 16:12:29,931 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-01-15 16:12:29,931 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-01-15 16:12:29,936 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-01-15 16:12:29,937 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-01-15 16:12:29,938 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-01-15 16:12:29,938 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-01-15 16:12:29,939 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-01-15 16:12:29,940 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-01-15 16:12:29,940 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-01-15 16:12:29,941 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-01-15 16:12:29,941 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-01-15 16:12:29,947 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:29,947 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:29,947 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:29,947 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:29,947 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:29,948 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:29,948 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:29,948 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-01-15 16:12:29,948 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-01-15 16:12:29,948 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-01-15 16:12:29,948 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-01-15 16:12:29,955 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-01-15 16:12:29,955 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-01-15 16:12:29,956 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-01-15 16:12:29,957 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-01-15 16:12:29,958 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-01-15 16:12:29,959 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-01-15 16:12:30,032 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@4f2ab774: startup date [Mon Jan 15 16:12:29 CET 2018]; root of context hierarchy 2018-01-15 16:12:30,034 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:30,034 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.827 s - in org.appng.appngizer.controller.RoleControllerTest [INFO] Running org.appng.appngizer.controller.ApplicationPropertyControllerTest 2018-01-15 16:12:30,040 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:12:30,040 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3cfd9459, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@18bc2d32, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4cb25b53, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4e9a4142, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1e954b94, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@67b920c9] 2018-01-15 16:12:30,040 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-01-15 16:12:30,094 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@398f97ae: startup date [Mon Jan 15 16:12:30 CET 2018]; root of context hierarchy 2018-01-15 16:12:30,138 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-01-15 16:12:30,150 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:30,150 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:12:30,185 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:12:30,188 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:12:30,291 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:30,294 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-01-15 16:12:30,298 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.002s) 2018-01-15 16:12:30,299 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-01-15 16:12:30,301 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-01-15 16:12:30,304 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-01-15 16:12:30,313 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-01-15 16:12:30,318 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-01-15 16:12:30,320 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-01-15 16:12:30,322 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-01-15 16:12:30,324 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-01-15 16:12:30,327 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-01-15 16:12:30,329 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-01-15 16:12:30,331 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-01-15 16:12:30,333 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.034s). 2018-01-15 16:12:30,381 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:12:30,496 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-01-15 16:12:30,496 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-01-15 16:12:30,532 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-01-15 16:12:30,555 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2018-01-15 16:12:30,555 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:30,556 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:30,556 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:30,556 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:30,556 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2018-01-15 16:12:30,556 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2018-01-15 16:12:30,557 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2018-01-15 16:12:30,557 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:30,557 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2018-01-15 16:12:30,558 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2018-01-15 16:12:30,558 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:30,558 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2018-01-15 16:12:30,558 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2018-01-15 16:12:30,558 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2018-01-15 16:12:30,559 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize() throws java.lang.Exception 2018-01-15 16:12:30,559 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2018-01-15 16:12:30,559 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2018-01-15 16:12:30,560 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2018-01-15 16:12:30,560 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2018-01-15 16:12:30,560 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2018-01-15 16:12:30,560 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2018-01-15 16:12:30,560 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2018-01-15 16:12:30,561 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2018-01-15 16:12:30,561 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2018-01-15 16:12:30,561 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2018-01-15 16:12:30,562 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2018-01-15 16:12:30,562 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2018-01-15 16:12:30,562 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2018-01-15 16:12:30,562 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2018-01-15 16:12:30,563 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2018-01-15 16:12:30,563 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2018-01-15 16:12:30,563 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2018-01-15 16:12:30,563 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:30,564 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:30,564 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2018-01-15 16:12:30,564 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2018-01-15 16:12:30,565 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:30,565 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2018-01-15 16:12:30,565 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:30,565 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:30,566 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2018-01-15 16:12:30,566 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2018-01-15 16:12:30,566 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2018-01-15 16:12:30,566 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2018-01-15 16:12:30,566 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile) throws org.appng.api.BusinessException 2018-01-15 16:12:30,566 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2018-01-15 16:12:30,567 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2018-01-15 16:12:30,567 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2018-01-15 16:12:30,567 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2018-01-15 16:12:30,568 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2018-01-15 16:12:30,568 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:30,568 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:30,569 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2018-01-15 16:12:30,569 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2018-01-15 16:12:30,569 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:30,569 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:30,569 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:30,570 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2018-01-15 16:12:30,570 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:30,570 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:30,571 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:30,571 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:30,571 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2018-01-15 16:12:30,571 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2018-01-15 16:12:30,572 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:30,572 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2018-01-15 16:12:30,572 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2018-01-15 16:12:30,572 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:30,573 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2018-01-15 16:12:30,573 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:30,573 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:30,573 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:30,574 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:30,574 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2018-01-15 16:12:30,574 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2018-01-15 16:12:30,575 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2018-01-15 16:12:30,575 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2018-01-15 16:12:30,575 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2018-01-15 16:12:30,601 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-01-15 16:12:30,661 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@398f97ae: startup date [Mon Jan 15 16:12:30 CET 2018]; root of context hierarchy 2018-01-15 16:12:30,675 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@398f97ae: startup date [Mon Jan 15 16:12:30 CET 2018]; root of context hierarchy 2018-01-15 16:12:30,720 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-01-15 16:12:30,720 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-01-15 16:12:30,726 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2018-01-15 16:12:30,758 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:///var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/repo 2018-01-15 16:12:30,762 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-01-15 16:12:30,837 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-01-15 16:12:30,840 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-01-15 16:12:30,841 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-01-15 16:12:30,841 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-01-15 16:12:30,850 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-01-15 16:12:30,851 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-01-15 16:12:30,853 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-01-15 16:12:30,853 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-01-15 16:12:30,854 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-01-15 16:12:30,856 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-01-15 16:12:30,856 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-01-15 16:12:30,858 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-01-15 16:12:30,858 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-01-15 16:12:30,868 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:30,868 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:30,868 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:30,869 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:30,869 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:30,869 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:30,870 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:30,870 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-01-15 16:12:30,870 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-01-15 16:12:30,870 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-01-15 16:12:30,870 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-01-15 16:12:30,881 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-01-15 16:12:30,882 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-01-15 16:12:30,883 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-01-15 16:12:30,885 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-01-15 16:12:30,886 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-01-15 16:12:30,888 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-01-15 16:12:30,957 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@398f97ae: startup date [Mon Jan 15 16:12:30 CET 2018]; root of context hierarchy 2018-01-15 16:12:30,959 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:30,959 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.925 s - in org.appng.appngizer.controller.ApplicationPropertyControllerTest [INFO] Running org.appng.appngizer.controller.SiteControllerTest 2018-01-15 16:12:30,965 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:12:30,965 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6cce1f60, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1ca3d997, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@fc4d7c0, org.springframework.test.context.support.DirtiesContextTestExecutionListener@352969e7, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2900553d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2b6d4eeb] 2018-01-15 16:12:30,966 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-01-15 16:12:31,022 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@23ef691: startup date [Mon Jan 15 16:12:31 CET 2018]; root of context hierarchy 2018-01-15 16:12:31,066 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-01-15 16:12:31,077 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:31,077 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:12:31,111 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:12:31,114 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:12:31,208 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:31,210 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-01-15 16:12:31,214 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.002s) 2018-01-15 16:12:31,215 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-01-15 16:12:31,217 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-01-15 16:12:31,219 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-01-15 16:12:31,228 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-01-15 16:12:31,232 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-01-15 16:12:31,234 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-01-15 16:12:31,236 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-01-15 16:12:31,239 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-01-15 16:12:31,240 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-01-15 16:12:31,242 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-01-15 16:12:31,244 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-01-15 16:12:31,246 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.031s). 2018-01-15 16:12:31,293 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:12:31,399 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-01-15 16:12:31,399 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-01-15 16:12:31,434 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-01-15 16:12:31,455 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2018-01-15 16:12:31,455 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:31,455 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:31,455 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:31,456 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:31,456 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2018-01-15 16:12:31,456 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2018-01-15 16:12:31,456 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2018-01-15 16:12:31,456 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:31,457 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2018-01-15 16:12:31,457 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2018-01-15 16:12:31,457 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:31,457 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2018-01-15 16:12:31,458 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2018-01-15 16:12:31,458 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2018-01-15 16:12:31,458 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize() throws java.lang.Exception 2018-01-15 16:12:31,459 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2018-01-15 16:12:31,459 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2018-01-15 16:12:31,459 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2018-01-15 16:12:31,459 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2018-01-15 16:12:31,459 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2018-01-15 16:12:31,460 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2018-01-15 16:12:31,460 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2018-01-15 16:12:31,460 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2018-01-15 16:12:31,460 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2018-01-15 16:12:31,461 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2018-01-15 16:12:31,461 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2018-01-15 16:12:31,461 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2018-01-15 16:12:31,462 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2018-01-15 16:12:31,462 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2018-01-15 16:12:31,462 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2018-01-15 16:12:31,462 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2018-01-15 16:12:31,463 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2018-01-15 16:12:31,463 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:31,463 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:31,463 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2018-01-15 16:12:31,463 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2018-01-15 16:12:31,464 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:31,464 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2018-01-15 16:12:31,464 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:31,465 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:31,465 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2018-01-15 16:12:31,465 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2018-01-15 16:12:31,465 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2018-01-15 16:12:31,465 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2018-01-15 16:12:31,466 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile) throws org.appng.api.BusinessException 2018-01-15 16:12:31,466 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2018-01-15 16:12:31,467 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2018-01-15 16:12:31,467 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2018-01-15 16:12:31,467 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2018-01-15 16:12:31,467 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2018-01-15 16:12:31,467 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:31,468 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:31,468 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2018-01-15 16:12:31,468 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2018-01-15 16:12:31,469 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:31,469 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:31,469 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:31,470 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2018-01-15 16:12:31,470 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:31,470 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:31,470 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:31,471 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:31,471 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2018-01-15 16:12:31,471 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2018-01-15 16:12:31,472 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:31,472 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2018-01-15 16:12:31,472 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2018-01-15 16:12:31,472 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:31,473 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2018-01-15 16:12:31,473 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:31,473 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:31,473 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:31,473 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:31,474 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2018-01-15 16:12:31,474 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2018-01-15 16:12:31,474 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2018-01-15 16:12:31,474 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2018-01-15 16:12:31,475 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2018-01-15 16:12:31,499 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-01-15 16:12:31,557 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@23ef691: startup date [Mon Jan 15 16:12:31 CET 2018]; root of context hierarchy 2018-01-15 16:12:31,571 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@23ef691: startup date [Mon Jan 15 16:12:31 CET 2018]; root of context hierarchy 2018-01-15 16:12:31,621 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-01-15 16:12:31,621 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-01-15 16:12:31,627 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2018-01-15 16:12:31,700 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-01-15 16:12:31,700 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-01-15 16:12:31,701 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-01-15 16:12:31,731 INFO [main] org.appng.core.service.CoreService: starting deletion of site deleteme 2018-01-15 16:12:31,741 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2018-01-15 16:12:31,750 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/webapps/ROOT/WEB-INF/cache/platform/deleteme 2018-01-15 16:12:31,750 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/webapps/ROOT/WEB-INF/cache/application/deleteme 2018-01-15 16:12:31,750 INFO [main] org.appng.core.service.CoreService: done deleting site deleteme 2018-01-15 16:12:31,753 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-01-15 16:12:31,753 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-01-15 16:12:31,753 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 0 ms 2018-01-15 16:12:31,762 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@23ef691: startup date [Mon Jan 15 16:12:31 CET 2018]; root of context hierarchy 2018-01-15 16:12:31,764 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:31,764 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.804 s - in org.appng.appngizer.controller.SiteControllerTest [INFO] Running org.appng.appngizer.controller.GroupControllerTest 2018-01-15 16:12:31,771 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:12:31,771 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3a171ac9, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@752448d2, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2d8a4003, org.springframework.test.context.support.DirtiesContextTestExecutionListener@453e8239, org.springframework.test.context.transaction.TransactionalTestExecutionListener@47fd0905, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@10c8abf0] 2018-01-15 16:12:31,771 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-01-15 16:12:31,822 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@6f3d6bb2: startup date [Mon Jan 15 16:12:31 CET 2018]; root of context hierarchy 2018-01-15 16:12:31,867 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-01-15 16:12:31,879 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:31,879 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:12:31,915 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:12:31,918 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:12:32,011 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:32,013 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-01-15 16:12:32,017 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.002s) 2018-01-15 16:12:32,018 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-01-15 16:12:32,020 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-01-15 16:12:32,023 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-01-15 16:12:32,031 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-01-15 16:12:32,034 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-01-15 16:12:32,036 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-01-15 16:12:32,038 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-01-15 16:12:32,040 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-01-15 16:12:32,042 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-01-15 16:12:32,044 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-01-15 16:12:32,046 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-01-15 16:12:32,048 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.030s). 2018-01-15 16:12:32,095 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:12:32,193 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-01-15 16:12:32,193 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-01-15 16:12:32,224 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-01-15 16:12:32,243 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2018-01-15 16:12:32,243 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:32,243 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:32,243 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:32,243 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:32,244 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2018-01-15 16:12:32,244 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2018-01-15 16:12:32,244 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2018-01-15 16:12:32,244 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:32,245 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2018-01-15 16:12:32,245 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2018-01-15 16:12:32,245 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:32,245 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2018-01-15 16:12:32,245 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2018-01-15 16:12:32,245 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2018-01-15 16:12:32,246 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize() throws java.lang.Exception 2018-01-15 16:12:32,246 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2018-01-15 16:12:32,246 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2018-01-15 16:12:32,246 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2018-01-15 16:12:32,246 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2018-01-15 16:12:32,247 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2018-01-15 16:12:32,247 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2018-01-15 16:12:32,247 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2018-01-15 16:12:32,247 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2018-01-15 16:12:32,248 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2018-01-15 16:12:32,248 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2018-01-15 16:12:32,248 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2018-01-15 16:12:32,248 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2018-01-15 16:12:32,248 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2018-01-15 16:12:32,249 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2018-01-15 16:12:32,249 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2018-01-15 16:12:32,249 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2018-01-15 16:12:32,249 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2018-01-15 16:12:32,250 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:32,250 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:32,250 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2018-01-15 16:12:32,250 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2018-01-15 16:12:32,251 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:32,251 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2018-01-15 16:12:32,251 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:32,251 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:32,251 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2018-01-15 16:12:32,251 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2018-01-15 16:12:32,252 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2018-01-15 16:12:32,252 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2018-01-15 16:12:32,252 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile) throws org.appng.api.BusinessException 2018-01-15 16:12:32,252 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2018-01-15 16:12:32,253 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2018-01-15 16:12:32,253 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2018-01-15 16:12:32,253 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2018-01-15 16:12:32,253 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2018-01-15 16:12:32,253 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:32,254 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:32,254 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2018-01-15 16:12:32,254 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2018-01-15 16:12:32,254 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:32,254 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:32,254 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:32,255 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2018-01-15 16:12:32,255 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:32,255 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:32,255 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:32,256 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:32,256 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2018-01-15 16:12:32,256 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2018-01-15 16:12:32,256 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:32,257 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2018-01-15 16:12:32,257 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2018-01-15 16:12:32,257 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:32,257 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2018-01-15 16:12:32,257 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:32,258 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:32,258 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:32,258 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:32,258 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2018-01-15 16:12:32,259 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2018-01-15 16:12:32,259 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2018-01-15 16:12:32,259 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2018-01-15 16:12:32,259 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2018-01-15 16:12:32,283 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-01-15 16:12:32,343 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6f3d6bb2: startup date [Mon Jan 15 16:12:31 CET 2018]; root of context hierarchy 2018-01-15 16:12:32,359 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6f3d6bb2: startup date [Mon Jan 15 16:12:31 CET 2018]; root of context hierarchy 2018-01-15 16:12:32,404 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-01-15 16:12:32,404 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-01-15 16:12:32,409 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms 2018-01-15 16:12:32,439 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:///var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/repo 2018-01-15 16:12:32,443 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-01-15 16:12:32,445 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-01-15 16:12:32,446 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-01-15 16:12:32,447 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-01-15 16:12:32,447 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-01-15 16:12:32,451 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-01-15 16:12:32,452 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-01-15 16:12:32,453 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-01-15 16:12:32,453 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-01-15 16:12:32,454 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-01-15 16:12:32,455 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-01-15 16:12:32,455 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-01-15 16:12:32,455 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-01-15 16:12:32,456 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-01-15 16:12:32,461 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:32,461 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:32,461 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:32,461 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:32,461 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:32,462 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:32,462 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:32,462 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-01-15 16:12:32,462 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-01-15 16:12:32,462 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-01-15 16:12:32,462 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-01-15 16:12:32,468 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-01-15 16:12:32,469 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-01-15 16:12:32,469 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-01-15 16:12:32,470 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-01-15 16:12:32,471 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-01-15 16:12:32,472 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-01-15 16:12:32,516 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-01-15 16:12:32,516 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-01-15 16:12:32,517 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-01-15 16:12:32,529 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-01-15 16:12:32,529 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-01-15 16:12:32,530 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-01-15 16:12:32,538 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@6f3d6bb2: startup date [Mon Jan 15 16:12:31 CET 2018]; root of context hierarchy 2018-01-15 16:12:32,540 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:32,540 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.775 s - in org.appng.appngizer.controller.GroupControllerTest [INFO] Running org.appng.appngizer.controller.SitePropertyControllerTest 2018-01-15 16:12:32,545 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:12:32,545 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@28e826c3, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@337348de, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7c315b7c, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4e9eb9b6, org.springframework.test.context.transaction.TransactionalTestExecutionListener@27294098, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@e35d91b] 2018-01-15 16:12:32,546 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-01-15 16:12:32,603 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@78a9991a: startup date [Mon Jan 15 16:12:32 CET 2018]; root of context hierarchy 2018-01-15 16:12:32,653 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-01-15 16:12:32,667 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:32,667 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:12:32,709 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:12:32,712 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:12:32,819 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:32,821 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-01-15 16:12:32,826 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.003s) 2018-01-15 16:12:32,827 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-01-15 16:12:32,829 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-01-15 16:12:32,832 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-01-15 16:12:32,841 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-01-15 16:12:32,845 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-01-15 16:12:32,847 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-01-15 16:12:32,850 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-01-15 16:12:32,852 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-01-15 16:12:32,854 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-01-15 16:12:32,857 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-01-15 16:12:32,859 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-01-15 16:12:32,861 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.034s). 2018-01-15 16:12:32,914 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:12:33,031 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-01-15 16:12:33,031 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-01-15 16:12:33,062 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-01-15 16:12:33,084 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2018-01-15 16:12:33,084 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:33,084 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:33,084 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:33,084 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:33,085 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2018-01-15 16:12:33,085 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2018-01-15 16:12:33,085 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2018-01-15 16:12:33,085 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:33,086 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2018-01-15 16:12:33,086 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2018-01-15 16:12:33,086 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:33,086 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2018-01-15 16:12:33,086 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2018-01-15 16:12:33,087 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2018-01-15 16:12:33,087 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize() throws java.lang.Exception 2018-01-15 16:12:33,087 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2018-01-15 16:12:33,088 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2018-01-15 16:12:33,088 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2018-01-15 16:12:33,088 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2018-01-15 16:12:33,088 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2018-01-15 16:12:33,088 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2018-01-15 16:12:33,089 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2018-01-15 16:12:33,089 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2018-01-15 16:12:33,089 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2018-01-15 16:12:33,089 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2018-01-15 16:12:33,090 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2018-01-15 16:12:33,090 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2018-01-15 16:12:33,090 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2018-01-15 16:12:33,091 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2018-01-15 16:12:33,091 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2018-01-15 16:12:33,091 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2018-01-15 16:12:33,091 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2018-01-15 16:12:33,092 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:33,092 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:33,092 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2018-01-15 16:12:33,092 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2018-01-15 16:12:33,093 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:33,093 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2018-01-15 16:12:33,093 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:33,093 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:33,093 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2018-01-15 16:12:33,094 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2018-01-15 16:12:33,094 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2018-01-15 16:12:33,094 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2018-01-15 16:12:33,094 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile) throws org.appng.api.BusinessException 2018-01-15 16:12:33,094 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2018-01-15 16:12:33,095 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2018-01-15 16:12:33,095 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2018-01-15 16:12:33,095 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2018-01-15 16:12:33,095 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2018-01-15 16:12:33,096 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:33,096 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:33,096 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2018-01-15 16:12:33,097 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2018-01-15 16:12:33,097 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:33,097 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:33,097 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:33,097 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2018-01-15 16:12:33,098 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:33,098 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:33,098 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:33,098 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:33,099 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2018-01-15 16:12:33,099 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2018-01-15 16:12:33,099 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:33,099 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2018-01-15 16:12:33,100 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2018-01-15 16:12:33,100 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:33,100 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2018-01-15 16:12:33,100 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:33,101 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:33,101 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:33,101 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:33,101 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2018-01-15 16:12:33,102 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2018-01-15 16:12:33,102 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2018-01-15 16:12:33,102 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2018-01-15 16:12:33,102 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2018-01-15 16:12:33,127 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-01-15 16:12:33,186 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@78a9991a: startup date [Mon Jan 15 16:12:32 CET 2018]; root of context hierarchy 2018-01-15 16:12:33,203 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@78a9991a: startup date [Mon Jan 15 16:12:32 CET 2018]; root of context hierarchy 2018-01-15 16:12:33,249 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-01-15 16:12:33,249 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-01-15 16:12:33,255 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2018-01-15 16:12:33,402 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@78a9991a: startup date [Mon Jan 15 16:12:32 CET 2018]; root of context hierarchy 2018-01-15 16:12:33,404 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:33,405 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.864 s - in org.appng.appngizer.controller.SitePropertyControllerTest [INFO] Running org.appng.appngizer.controller.ApplicationControllerTest 2018-01-15 16:12:33,410 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:12:33,411 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@602d2058, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2b35e309, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@45fffd2c, org.springframework.test.context.support.DirtiesContextTestExecutionListener@260287a7, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2fa44cdf, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2b8ddf89] 2018-01-15 16:12:33,411 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-01-15 16:12:33,470 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@11214149: startup date [Mon Jan 15 16:12:33 CET 2018]; root of context hierarchy 2018-01-15 16:12:33,524 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-01-15 16:12:33,537 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:33,537 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:12:33,575 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:12:33,578 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:12:33,682 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:33,684 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-01-15 16:12:33,689 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.002s) 2018-01-15 16:12:33,690 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-01-15 16:12:33,692 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-01-15 16:12:33,695 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-01-15 16:12:33,704 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-01-15 16:12:33,709 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-01-15 16:12:33,711 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-01-15 16:12:33,713 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-01-15 16:12:33,716 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-01-15 16:12:33,718 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-01-15 16:12:33,721 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-01-15 16:12:33,723 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-01-15 16:12:33,726 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.036s). 2018-01-15 16:12:33,778 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:12:33,964 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-01-15 16:12:33,964 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-01-15 16:12:33,999 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-01-15 16:12:34,021 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2018-01-15 16:12:34,021 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:34,021 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:34,022 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:34,022 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:34,022 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2018-01-15 16:12:34,022 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2018-01-15 16:12:34,022 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2018-01-15 16:12:34,022 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:34,023 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2018-01-15 16:12:34,023 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2018-01-15 16:12:34,023 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:34,023 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2018-01-15 16:12:34,023 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2018-01-15 16:12:34,023 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2018-01-15 16:12:34,023 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize() throws java.lang.Exception 2018-01-15 16:12:34,024 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2018-01-15 16:12:34,024 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2018-01-15 16:12:34,024 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2018-01-15 16:12:34,024 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2018-01-15 16:12:34,024 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2018-01-15 16:12:34,024 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2018-01-15 16:12:34,024 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2018-01-15 16:12:34,025 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2018-01-15 16:12:34,025 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2018-01-15 16:12:34,025 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2018-01-15 16:12:34,025 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2018-01-15 16:12:34,025 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2018-01-15 16:12:34,025 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2018-01-15 16:12:34,026 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2018-01-15 16:12:34,026 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2018-01-15 16:12:34,026 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2018-01-15 16:12:34,026 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2018-01-15 16:12:34,026 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:34,026 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:34,026 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2018-01-15 16:12:34,027 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2018-01-15 16:12:34,027 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:34,027 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2018-01-15 16:12:34,027 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:34,027 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:34,028 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2018-01-15 16:12:34,028 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2018-01-15 16:12:34,028 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2018-01-15 16:12:34,028 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2018-01-15 16:12:34,028 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile) throws org.appng.api.BusinessException 2018-01-15 16:12:34,028 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2018-01-15 16:12:34,028 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2018-01-15 16:12:34,028 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2018-01-15 16:12:34,029 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2018-01-15 16:12:34,029 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2018-01-15 16:12:34,029 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:34,029 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:34,029 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2018-01-15 16:12:34,029 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2018-01-15 16:12:34,030 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:34,030 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:34,030 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:34,030 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2018-01-15 16:12:34,030 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:34,030 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:34,031 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:34,031 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:34,031 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2018-01-15 16:12:34,031 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2018-01-15 16:12:34,031 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:34,031 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2018-01-15 16:12:34,031 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2018-01-15 16:12:34,032 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:34,032 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2018-01-15 16:12:34,032 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:34,032 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:34,032 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:34,032 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:34,033 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2018-01-15 16:12:34,033 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2018-01-15 16:12:34,033 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2018-01-15 16:12:34,033 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2018-01-15 16:12:34,033 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2018-01-15 16:12:34,061 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-01-15 16:12:34,115 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@11214149: startup date [Mon Jan 15 16:12:33 CET 2018]; root of context hierarchy 2018-01-15 16:12:34,129 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@11214149: startup date [Mon Jan 15 16:12:33 CET 2018]; root of context hierarchy 2018-01-15 16:12:34,173 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-01-15 16:12:34,173 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-01-15 16:12:34,178 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms 2018-01-15 16:12:34,207 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:///var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/repo 2018-01-15 16:12:34,211 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-01-15 16:12:34,214 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-01-15 16:12:34,215 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-01-15 16:12:34,215 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-01-15 16:12:34,215 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-01-15 16:12:34,220 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-01-15 16:12:34,220 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-01-15 16:12:34,221 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-01-15 16:12:34,221 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-01-15 16:12:34,222 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-01-15 16:12:34,222 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-01-15 16:12:34,222 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-01-15 16:12:34,223 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-01-15 16:12:34,223 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-01-15 16:12:34,228 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:34,229 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:34,229 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:34,229 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:34,229 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:34,229 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:34,229 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:34,230 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-01-15 16:12:34,230 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-01-15 16:12:34,230 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-01-15 16:12:34,230 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-01-15 16:12:34,235 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-01-15 16:12:34,236 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-01-15 16:12:34,237 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-01-15 16:12:34,238 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-01-15 16:12:34,238 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-01-15 16:12:34,240 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-01-15 16:12:34,267 INFO [main] org.appng.core.service.CoreService: application 'demo-application' is beeing converted from filebased to database 2018-01-15 16:12:34,270 INFO [main] org.appng.core.service.CoreService: creating resource(s) for database-based application demo-application - 1.5.3 2018-01-15 16:12:34,270 INFO [main] org.appng.core.service.CoreService: saving applicationresource events.xml 2018-01-15 16:12:34,276 INFO [main] org.appng.core.service.CoreService: saving applicationresource messages-demo.properties 2018-01-15 16:12:34,277 INFO [main] org.appng.core.service.CoreService: saving applicationresource beans.xml 2018-01-15 16:12:34,278 INFO [main] org.appng.core.service.CoreService: saving applicationresource page.xml 2018-01-15 16:12:34,278 INFO [main] org.appng.core.service.CoreService: saving applicationresource mssql/V1.0_script.sql 2018-01-15 16:12:34,279 INFO [main] org.appng.core.service.CoreService: saving applicationresource mysql/V1.0_script.sql 2018-01-15 16:12:34,279 INFO [main] org.appng.core.service.CoreService: saving applicationresource application.xml 2018-01-15 16:12:34,280 INFO [main] org.appng.core.service.CoreService: saving applicationresource plugin.xml 2018-01-15 16:12:34,281 INFO [main] org.appng.core.service.CoreService: saving applicationresource master.xml 2018-01-15 16:12:34,282 INFO [main] org.appng.core.service.CoreService: saving applicationresource datasources.xml 2018-01-15 16:12:34,315 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@11214149: startup date [Mon Jan 15 16:12:33 CET 2018]; root of context hierarchy 2018-01-15 16:12:34,317 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:34,317 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.911 s - in org.appng.appngizer.controller.ApplicationControllerTest [INFO] Running org.appng.appngizer.controller.SubjectControllerTest 2018-01-15 16:12:34,328 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:12:34,329 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@298e95ed, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3f727390, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@12d84621, org.springframework.test.context.support.DirtiesContextTestExecutionListener@23e585e4, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7e194d88, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@525b5f28] 2018-01-15 16:12:34,330 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-01-15 16:12:34,389 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@2e2e20c: startup date [Mon Jan 15 16:12:34 CET 2018]; root of context hierarchy 2018-01-15 16:12:34,434 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-01-15 16:12:34,445 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:34,445 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:12:34,480 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:12:34,483 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:12:34,566 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:34,568 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-01-15 16:12:34,571 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.002s) 2018-01-15 16:12:34,574 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-01-15 16:12:34,578 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-01-15 16:12:34,582 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-01-15 16:12:34,596 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-01-15 16:12:34,602 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-01-15 16:12:34,605 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-01-15 16:12:34,608 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-01-15 16:12:34,612 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-01-15 16:12:34,615 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-01-15 16:12:34,618 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-01-15 16:12:34,621 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-01-15 16:12:34,624 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.049s). 2018-01-15 16:12:34,682 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:12:34,789 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-01-15 16:12:34,789 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-01-15 16:12:34,820 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-01-15 16:12:34,841 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2018-01-15 16:12:34,841 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:34,841 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:34,842 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:34,842 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:34,842 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2018-01-15 16:12:34,842 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2018-01-15 16:12:34,843 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2018-01-15 16:12:34,843 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:34,843 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2018-01-15 16:12:34,843 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2018-01-15 16:12:34,844 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:34,844 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2018-01-15 16:12:34,844 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2018-01-15 16:12:34,844 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2018-01-15 16:12:34,844 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize() throws java.lang.Exception 2018-01-15 16:12:34,845 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2018-01-15 16:12:34,845 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2018-01-15 16:12:34,845 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2018-01-15 16:12:34,845 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2018-01-15 16:12:34,845 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2018-01-15 16:12:34,846 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2018-01-15 16:12:34,846 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2018-01-15 16:12:34,846 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2018-01-15 16:12:34,846 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2018-01-15 16:12:34,847 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2018-01-15 16:12:34,847 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2018-01-15 16:12:34,847 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2018-01-15 16:12:34,847 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2018-01-15 16:12:34,847 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2018-01-15 16:12:34,848 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2018-01-15 16:12:34,848 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2018-01-15 16:12:34,848 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2018-01-15 16:12:34,848 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:34,848 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:34,849 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2018-01-15 16:12:34,849 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2018-01-15 16:12:34,849 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:34,850 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2018-01-15 16:12:34,850 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:34,850 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:34,850 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2018-01-15 16:12:34,850 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2018-01-15 16:12:34,850 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2018-01-15 16:12:34,851 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2018-01-15 16:12:34,851 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile) throws org.appng.api.BusinessException 2018-01-15 16:12:34,851 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2018-01-15 16:12:34,851 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2018-01-15 16:12:34,852 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2018-01-15 16:12:34,852 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2018-01-15 16:12:34,852 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2018-01-15 16:12:34,852 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:34,852 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:34,853 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2018-01-15 16:12:34,853 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2018-01-15 16:12:34,853 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:34,853 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:34,853 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:34,854 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2018-01-15 16:12:34,854 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:34,854 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:34,854 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:34,855 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:34,855 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2018-01-15 16:12:34,855 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2018-01-15 16:12:34,855 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:34,856 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2018-01-15 16:12:34,856 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2018-01-15 16:12:34,856 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:34,856 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2018-01-15 16:12:34,857 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:34,857 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:34,857 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:34,857 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:34,858 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2018-01-15 16:12:34,858 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2018-01-15 16:12:34,858 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2018-01-15 16:12:34,858 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2018-01-15 16:12:34,858 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2018-01-15 16:12:34,885 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-01-15 16:12:34,944 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2e2e20c: startup date [Mon Jan 15 16:12:34 CET 2018]; root of context hierarchy 2018-01-15 16:12:34,960 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@2e2e20c: startup date [Mon Jan 15 16:12:34 CET 2018]; root of context hierarchy 2018-01-15 16:12:35,022 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-01-15 16:12:35,022 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-01-15 16:12:35,031 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 9 ms 2018-01-15 16:12:35,103 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-01-15 16:12:35,103 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-01-15 16:12:35,104 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 0 ms 2018-01-15 16:12:35,116 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-01-15 16:12:35,116 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-01-15 16:12:35,117 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-01-15 16:12:35,127 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@2e2e20c: startup date [Mon Jan 15 16:12:34 CET 2018]; root of context hierarchy 2018-01-15 16:12:35,128 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:35,128 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.811 s - in org.appng.appngizer.controller.SubjectControllerTest [INFO] Running org.appng.appngizer.controller.PermissionControllerTest 2018-01-15 16:12:35,134 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2018-01-15 16:12:35,134 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@68d02503, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5c5121f9, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@18105d14, org.springframework.test.context.support.DirtiesContextTestExecutionListener@77092597, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1e98ee48, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4b935a8b] 2018-01-15 16:12:35,134 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-01-15 16:12:35,188 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@51f15610: startup date [Mon Jan 15 16:12:35 CET 2018]; root of context hierarchy 2018-01-15 16:12:35,237 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-01-15 16:12:35,250 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:35,250 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-01-15 16:12:35,288 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-01-15 16:12:35,291 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-01-15 16:12:35,384 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:35,386 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-01-15 16:12:35,390 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 9 migrations (execution time 00:00.002s) 2018-01-15 16:12:35,391 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-01-15 16:12:35,393 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-01-15 16:12:35,395 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-01-15 16:12:35,403 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-01-15 16:12:35,407 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-01-15 16:12:35,410 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-01-15 16:12:35,412 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-01-15 16:12:35,414 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-01-15 16:12:35,416 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-01-15 16:12:35,418 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-01-15 16:12:35,420 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-01-15 16:12:35,422 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 9 migrations to schema "PUBLIC" (execution time 00:00.031s). 2018-01-15 16:12:35,471 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-01-15 16:12:35,575 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-01-15 16:12:35,575 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-01-15 16:12:35,606 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-01-15 16:12:35,627 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listProperties(java.lang.String) 2018-01-15 16:12:35,627 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteApplication(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:35,627 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:35,627 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:35,628 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.deleteProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:35,628 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getApplication(java.lang.String) 2018-01-15 16:12:35,628 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.updateApplication(java.lang.String,org.appng.appngizer.model.xml.Application) throws org.appng.api.BusinessException 2018-01-15 16:12:35,628 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.listApplications() 2018-01-15 16:12:35,628 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{name}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.ApplicationController.getProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:35,629 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.info() throws java.lang.Exception 2018-01-15 16:12:35,629 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnections(java.lang.String) 2018-01-15 16:12:35,629 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnectionForApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:35,629 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnectionforApplication(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Database) 2018-01-15 16:12:35,630 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.getDatabaseConnection(java.lang.String,java.lang.Integer) 2018-01-15 16:12:35,630 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/database/{id}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateDatabaseConnection(java.lang.String,java.lang.Integer,org.appng.appngizer.model.xml.Database) 2018-01-15 16:12:35,630 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database/initialize],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.initialize() throws java.lang.Exception 2018-01-15 16:12:35,630 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.createGroup(org.appng.appngizer.model.xml.Group) 2018-01-15 16:12:35,630 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.getGroup(java.lang.String) 2018-01-15 16:12:35,631 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.updateGroup(java.lang.String,org.appng.appngizer.model.xml.Group) 2018-01-15 16:12:35,631 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.deleteGroup(java.lang.String) 2018-01-15 16:12:35,631 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/group],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.GroupController.listGroups() 2018-01-15 16:12:35,631 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.login(java.lang.String,javax.servlet.http.HttpServletRequest) 2018-01-15 16:12:35,631 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.Home.welcome() 2018-01-15 16:12:35,632 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.listPermissions(java.lang.String) 2018-01-15 16:12:35,632 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.createPermission(java.lang.String,org.appng.appngizer.model.xml.Permission) 2018-01-15 16:12:35,632 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.updatePermission(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Permission) 2018-01-15 16:12:35,632 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.deletePermission(java.lang.String,java.lang.String) 2018-01-15 16:12:35,633 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/permission/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PermissionController.getPermission(java.lang.String,java.lang.String) 2018-01-15 16:12:35,633 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.showPlatform() 2018-01-15 16:12:35,633 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/system],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listSystemProperties() 2018-01-15 16:12:35,633 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/environment],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.listEnvironment() 2018-01-15 16:12:35,633 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/reload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformController.reloadPlatform() 2018-01-15 16:12:35,634 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.listProperties() 2018-01-15 16:12:35,634 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.createProperty(org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:35,634 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.updateProperty(org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:35,634 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.deleteProperty(java.lang.String) 2018-01-15 16:12:35,635 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.PlatformPropertyController.getProperty(java.lang.String) 2018-01-15 16:12:35,635 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepository(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:35,635 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackages(java.lang.String,java.lang.String) 2018-01-15 16:12:35,635 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.getRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:35,636 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/{package}/{version}/{timestamp}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepositoryPackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:35,636 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.createRepository(org.appng.appngizer.model.xml.Repository) throws org.appng.api.BusinessException,java.net.URISyntaxException 2018-01-15 16:12:35,636 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.updateRepository(java.lang.String,org.appng.appngizer.model.xml.Repository) throws java.net.URISyntaxException 2018-01-15 16:12:35,636 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/install],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.installPackage(java.lang.String,org.appng.appngizer.model.xml.Package) throws org.appng.api.BusinessException 2018-01-15 16:12:35,636 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.listRepositories() 2018-01-15 16:12:35,637 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}/upload],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.uploadPackage(java.lang.String,org.springframework.web.multipart.MultipartFile) throws org.appng.api.BusinessException 2018-01-15 16:12:35,637 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/repository/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RepositoryController.deleteRepository(java.lang.String) 2018-01-15 16:12:35,637 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.getRole(java.lang.String,java.lang.String) 2018-01-15 16:12:35,637 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.listRoles(java.lang.String) 2018-01-15 16:12:35,637 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.createRole(java.lang.String,org.appng.appngizer.model.xml.Role) 2018-01-15 16:12:35,638 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.updateRole(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Role) 2018-01-15 16:12:35,638 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/application/{app}/role/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.RoleController.deleteRole(java.lang.String,java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:35,638 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:35,638 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.listApplications(java.lang.String) 2018-01-15 16:12:35,639 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.grantApplicationForSites(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Grants) 2018-01-15 16:12:35,639 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/grants],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.getGrantsForApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:35,639 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.activateApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:35,639 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationController.deactivateApplication(java.lang.String,java.lang.String) 2018-01-15 16:12:35,639 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.listProperties(java.lang.String,java.lang.String) 2018-01-15 16:12:35,640 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.createProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:35,640 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.updateProperty(java.lang.String,java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:35,640 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.deleteProperty(java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:35,640 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/application/{app}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteApplicationPropertyController.getProperty(java.lang.String,java.lang.String,java.lang.String) 2018-01-15 16:12:35,641 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.getSite(java.lang.String) 2018-01-15 16:12:35,641 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.listSites() 2018-01-15 16:12:35,641 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}/reload],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.reloadSite(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:35,641 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.createSite(org.appng.appngizer.model.xml.Site) 2018-01-15 16:12:35,641 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.updateSite(java.lang.String,org.appng.appngizer.model.xml.Site) 2018-01-15 16:12:35,642 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SiteController.deleteSite(java.lang.String) throws org.appng.api.BusinessException 2018-01-15 16:12:35,642 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2018-01-15 16:12:35,642 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:35,642 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperty(java.lang.String,org.appng.appngizer.model.xml.Property) 2018-01-15 16:12:35,643 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:35,643 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property/{prop}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.getProperty(java.lang.String,java.lang.String) 2018-01-15 16:12:35,643 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.createSubject(org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2018-01-15 16:12:35,644 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.updateSubject(java.lang.String,org.appng.appngizer.model.xml.Subject) throws org.appng.api.BusinessException 2018-01-15 16:12:35,644 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.deleteSubject(java.lang.String) 2018-01-15 16:12:35,644 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.listSubjects() 2018-01-15 16:12:35,644 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/subject/{name}],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SubjectController.getSubject(java.lang.String) 2018-01-15 16:12:35,670 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-01-15 16:12:35,727 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@51f15610: startup date [Mon Jan 15 16:12:35 CET 2018]; root of context hierarchy 2018-01-15 16:12:35,742 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@51f15610: startup date [Mon Jan 15 16:12:35 CET 2018]; root of context hierarchy 2018-01-15 16:12:35,784 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-01-15 16:12:35,784 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-01-15 16:12:35,789 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms 2018-01-15 16:12:35,813 INFO [main] org.appng.core.service.CoreService: retrieving 'demo-application-1.5.3' from repository file:///var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/repo 2018-01-15 16:12:35,816 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-01-15 16:12:35,819 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-01-15 16:12:35,820 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-01-15 16:12:35,820 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-01-15 16:12:35,820 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-01-15 16:12:35,823 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-01-15 16:12:35,824 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-01-15 16:12:35,824 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-01-15 16:12:35,824 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-01-15 16:12:35,825 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-01-15 16:12:35,826 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-01-15 16:12:35,826 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-01-15 16:12:35,826 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-01-15 16:12:35,826 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-01-15 16:12:35,830 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:35,830 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:35,831 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:35,831 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:35,831 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:35,831 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:35,831 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-01-15 16:12:35,831 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-01-15 16:12:35,832 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-01-15 16:12:35,835 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-01-15 16:12:35,835 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-01-15 16:12:35,845 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-01-15 16:12:35,846 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-01-15 16:12:35,848 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-01-15 16:12:35,851 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-01-15 16:12:35,852 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-01-15 16:12:35,858 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-01-15 16:12:35,892 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-01-15 16:12:35,900 INFO [main] org.appng.core.service.CoreService: creating new permission 'newName' for application 'demo-application' 2018-01-15 16:12:35,911 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@51f15610: startup date [Mon Jan 15 16:12:35 CET 2018]; root of context hierarchy 2018-01-15 16:12:35,913 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-01-15 16:12:35,913 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.783 s - in org.appng.appngizer.controller.PermissionControllerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.1.0:war (default-war) @ appng-appngizer --- [INFO] Packaging webapp [INFO] Assembling webapp [appng-appngizer] in [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.16.2] [INFO] Processing war project [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/webapp/META-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.16.2] [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/webapp/WEB-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.16.2] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/webapp] [INFO] Webapp assembled in [50 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.16.2.war [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-appngizer --- [WARNING] Error fetching link: https://appng.org/appng-appngizer-jaxb/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-core/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://appng.org/appng-testsupport/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://tomcat.apache.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.appngizer.controller... Loading source files for package org.appng.appngizer.model... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/ApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/AppNGizer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/AppNGizerConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/AppNGizerServlet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/ControllerBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/DatabaseController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/GroupController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/Jaxb2Marshaller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/PermissionController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/PlatformController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/PlatformPropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/RepositoryController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/RoleController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/SessionFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/SiteApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/SiteApplicationPropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/SiteController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/SitePropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/SubjectController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Applications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Database.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Databases.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Groups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Links.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Repositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Sites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/Subjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/UriAware.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/overview-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/constant-values.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/serialized-form.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/PlatformPropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/AppNGizer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/SubjectController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/GroupController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/ApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/SitePropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/AppNGizerServlet.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/PlatformController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/SiteController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/DatabaseController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/Jaxb2Marshaller.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/SiteApplicationPropertyController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/ControllerBase.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/SessionFilter.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/SiteApplicationController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/RepositoryController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/AppNGizerConfigurer.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/PermissionController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/class-use/RoleController.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Database.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Subject.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Sites.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Home.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Package.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Permission.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Link.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Application.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Roles.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Repository.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Groups.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Applications.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Subjects.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Platform.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Databases.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Site.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Group.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Properties.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Repositories.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Links.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Permissions.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Property.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Role.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/Packages.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/class-use/UriAware.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/controller/package-use.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/org/appng/appngizer/model/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/overview-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.16.2-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-appngizer >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-appngizer <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-appngizer --- [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (pdf-generate-user-manual) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/property-update.xml [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-user-manual.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (html-generate-user-manual) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/property-update.xml [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-user-manual.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (pdf-generate-install-platform) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/property-update.xml [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-platform-installation-guide.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (html-generate-install-platform) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/property-update.xml [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-platform-installation-guide.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (pdf-generate-setup-guide) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/property-update.xml [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-setup-guide.adoc [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (html-generate-setup-guide) @ appng-appngizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] ignoreDelta true [INFO] Copying 47 resources [INFO] Copying file appng.css [INFO] Copying file images/appng.png [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/role-list.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/repository-update_response.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/property-update.xml [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/asciidoc/appngizer-setup-guide.adoc [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-appngizer --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.16.2-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-appngizer --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-appngizer --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.16.2.war to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.16.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.16.2.war.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.16.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.16.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.16.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-appngizer --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.5-02 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.16.2.war to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.16.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.16.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.16.2.war.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.16.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.16.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.16.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] --- maven-antrun-plugin:1.8:run (default) @ appng-appngizer --- [INFO] Executing tasks main: [copy] Copying 1 file to /srv/www/appng.org/appng/builds/stable [INFO] Executed tasks [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG appNGizer Maven Plugin 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-appngizer-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-appngizer-maven-plugin --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-plugin-plugin:3.5:descriptor (default-descriptor) @ appng-appngizer-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 2 mojo descriptors. [INFO] [INFO] --- maven-plugin-plugin:3.5:descriptor (mojo-descriptor) @ appng-appngizer-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-javadoc mojo extractor found 0 mojo descriptor. [INFO] java-annotations mojo extractor found 2 mojo descriptors. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-appngizer-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-appngizer-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-appngizer-maven-plugin --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-appngizer-maven-plugin --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.16.2.jar [INFO] [INFO] --- maven-plugin-plugin:3.5:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ appng-appngizer-maven-plugin --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-appngizer-maven-plugin --- [WARNING] Error fetching link: https://appng.org/appng-appngizer-jaxb/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://github.com/spring-projects/spring-framework/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.maven.plugins.appngizer... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/org/appng/maven/plugins/appngizer/InstallMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/org/appng/maven/plugins/appngizer/UploadMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/org/appng/maven/plugins/appngizer/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/org/appng/maven/plugins/appngizer/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/org/appng/maven/plugins/appngizer/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/constant-values.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/org/appng/maven/plugins/appngizer/class-use/UploadMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/org/appng/maven/plugins/appngizer/class-use/InstallMojo.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/org/appng/maven/plugins/appngizer/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.16.2-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-appngizer-maven-plugin >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-appngizer-maven-plugin <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-appngizer-maven-plugin --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-appngizer-maven-plugin --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.16.2-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-appngizer-maven-plugin --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-appngizer-maven-plugin --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.16.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.16.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.16.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.16.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.16.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-appngizer-maven-plugin --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.5-02 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.16.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.16.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.16.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.16.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.16.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.16.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG camunda 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-camunda --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-camunda --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-camunda --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-camunda --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-camunda --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.camunda.bpm.TaskWrapperTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 s - in org.appng.camunda.bpm.TaskWrapperTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-camunda --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-camunda --- [WARNING] Error fetching link: https://appng.org/appng-api/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://www.camunda.org/camunda-database-settings/camunda-engine-spring/apidocs/package-list. Ignored it. [WARNING] Error fetching link: https://projectlombok.org/apidocs/package-list. Ignored it. [WARNING] Error fetching link: http://junit.org/apidocs/package-list. Ignored it. [INFO] Loading source files for package org.appng.camunda.bpm... Constructing Javadoc information... Standard Doclet version 1.8.0_131 Building tree for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/org/appng/camunda/bpm/TaskWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/org/appng/camunda/bpm/package-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/org/appng/camunda/bpm/package-summary.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/org/appng/camunda/bpm/package-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/constant-values.html... Copying file StandardDocFile[file:/var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/resources/javadoc/appng-javadoc.css] to file appng-javadoc.css... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/org/appng/camunda/bpm/class-use/TaskWrapper.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/org/appng/camunda/bpm/package-use.html... Building index for all the packages and classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/overview-tree.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/index-all.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/deprecated-list.html... Building index for all classes... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/allclasses-frame.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/allclasses-noframe.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/index.html... Generating /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/apidocs/help-doc.html... [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.16.2-javadoc.jar [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-camunda >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-camunda <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-camunda --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-camunda --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.16.2-sources.jar [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-camunda --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-camunda --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.16.2-javadoc.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.16.2.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.16.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.16.2-javadoc.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.16.2-sources.jar.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-camunda --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.5-02 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.16.2.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.16.2-javadoc.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2-javadoc.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.16.2-sources.jar to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2-sources.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.16.2.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.16.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2.pom.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.16.2-javadoc.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2-javadoc.jar.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.16.2-sources.jar.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application, including Camunda BPM process engine libraries 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-application-camunda --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-application-camunda --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-application-camunda --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-application-camunda --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-application-camunda --- [INFO] No tests to run. [INFO] [INFO] --- maven-war-plugin:3.1.0:war (default-war) @ appng-application-camunda --- [INFO] Packaging webapp [INFO] Assembling webapp [appng-application-camunda] in [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.16.2] [INFO] Processing war project [INFO] Processing overlay [ id org.appng:appng-application] [INFO] Webapp assembled in [1599 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.16.2.war [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (build-jars) @ appng-application-camunda --- [INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) > generate-sources @ appng-application-camunda >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG XML-API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-plugininfo) @ appng-xmlapi --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-xmlapi --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNG Core Library 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-publishing) @ appng-core --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-core --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/generated-sources/jaxb added. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking appNGizer JAXB API 1.16.2 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- jaxb2-maven-plugin:1.6:xjc (generate-xmlapi) @ appng-appngizer-jaxb --- [INFO] No changes detected in schema or binding files - skipping source generation. [INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) < generate-sources @ appng-application-camunda <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:2.10.4:aggregate (build-aggregated) @ appng-application-camunda --- [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-application-camunda --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ appng-application-camunda --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-application-camunda --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.16.2.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application-camunda/1.16.2/appng-application-camunda-1.16.2.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-application-camunda/1.16.2/appng-application-camunda-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.16.2.war.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-camunda/1.16.2/appng-application-camunda-1.16.2.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.16.2.pom.asc to /var/lib/jenkins/.m2/repository/org/appng/appng-application-camunda/1.16.2/appng-application-camunda-1.16.2.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) @ appng-application-camunda --- [INFO] Performing local staging (local stagingDirectory="/var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging")... [INFO] + Using server credentials "sonatype" from Maven settings. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.5-02 and edition "Professional" [INFO] * Using staging profile ID "5db33f1e7729b7" (matched by Nexus). [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.16.2.war to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-camunda/1.16.2/appng-application-camunda-1.16.2.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/pom.xml to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-camunda/1.16.2/appng-application-camunda-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.16.2.war.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-camunda/1.16.2/appng-application-camunda-1.16.2.war.asc [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.16.2.pom.asc to /var/lib/jenkins/workspace/appNG_Release/appng/target/nexus-staging/staging/5db33f1e7729b7/org/appng/appng-application-camunda/1.16.2/appng-application-camunda-1.16.2.pom.asc [INFO] Performing remote staging... [INFO] [INFO] * Remote staging into staging profile ID "5db33f1e7729b7" [INFO] * Created staging repository with ID "orgappng-1034". [INFO] * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034 [INFO] * Uploading locally staged artifacts to profile org.appng Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2.jar.asc (473 B at 679 B/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-camunda/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-camunda/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-camunda/maven-metadata.xml (304 B at 360 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-search/1.16.2/appng-search-1.16.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-search/1.16.2/appng-search-1.16.2.pom.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-search/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-search/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-search/maven-metadata.xml (303 B at 371 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-mail/1.16.2/appng-mail-1.16.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-mail/1.16.2/appng-mail-1.16.2.jar.asc (473 B at 2.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-mail/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-mail/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-mail/maven-metadata.xml (301 B at 369 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2.pom.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer-jaxb/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 311 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer-jaxb/maven-metadata.xml (311 B at 71 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application/1.16.2/appng-application-1.16.2.war.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application/1.16.2/appng-application-1.16.2.war.asc (473 B at 2.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application/maven-metadata.xml (308 B at 340 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-mail/1.16.2/appng-mail-1.16.2.jar Progress (1): 2.0/15 kB Progress (1): 4.1/15 kB Progress (1): 6.1/15 kB Progress (1): 8.2/15 kB Progress (1): 10/15 kB Progress (1): 12/15 kB Progress (1): 14/15 kB Progress (1): 15 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-mail/1.16.2/appng-mail-1.16.2.jar (15 kB at 20 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-mail/1.16.2/appng-mail-1.16.2.pom Progress (1): 1.2 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-mail/1.16.2/appng-mail-1.16.2.pom (1.2 kB at 1.8 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2-javadoc.jar.asc (473 B at 150 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-api/1.16.2/appng-api-1.16.2-javadoc.jar Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0 MB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-api/1.16.2/appng-api-1.16.2-javadoc.jar (1.0 MB at 201 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-api/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-api/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-api/maven-metadata.xml (300 B at 350 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2-javadoc.jar Progress (1): 2.0/146 kB Progress (1): 4.1/146 kB Progress (1): 6.1/146 kB Progress (1): 8.2/146 kB Progress (1): 10/146 kB Progress (1): 12/146 kB Progress (1): 14/146 kB Progress (1): 16/146 kB Progress (1): 18/146 kB Progress (1): 20/146 kB Progress (1): 23/146 kB Progress (1): 25/146 kB Progress (1): 27/146 kB Progress (1): 29/146 kB Progress (1): 31/146 kB Progress (1): 33/146 kB Progress (1): 35/146 kB Progress (1): 37/146 kB Progress (1): 39/146 kB Progress (1): 41/146 kB Progress (1): 43/146 kB Progress (1): 45/146 kB Progress (1): 47/146 kB Progress (1): 49/146 kB Progress (1): 51/146 kB Progress (1): 53/146 kB Progress (1): 55/146 kB Progress (1): 57/146 kB Progress (1): 59/146 kB Progress (1): 61/146 kB Progress (1): 63/146 kB Progress (1): 66/146 kB Progress (1): 68/146 kB Progress (1): 70/146 kB Progress (1): 72/146 kB Progress (1): 74/146 kB Progress (1): 76/146 kB Progress (1): 78/146 kB Progress (1): 80/146 kB Progress (1): 82/146 kB Progress (1): 84/146 kB Progress (1): 86/146 kB Progress (1): 88/146 kB Progress (1): 90/146 kB Progress (1): 92/146 kB Progress (1): 94/146 kB Progress (1): 96/146 kB Progress (1): 98/146 kB Progress (1): 100/146 kB Progress (1): 102/146 kB Progress (1): 104/146 kB Progress (1): 106/146 kB Progress (1): 109/146 kB Progress (1): 111/146 kB Progress (1): 113/146 kB Progress (1): 115/146 kB Progress (1): 117/146 kB Progress (1): 119/146 kB Progress (1): 121/146 kB Progress (1): 123/146 kB Progress (1): 125/146 kB Progress (1): 127/146 kB Progress (1): 129/146 kB Progress (1): 131/146 kB Progress (1): 133/146 kB Progress (1): 135/146 kB Progress (1): 137/146 kB Progress (1): 139/146 kB Progress (1): 141/146 kB Progress (1): 143/146 kB Progress (1): 145/146 kB Progress (1): 146 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2-javadoc.jar (146 kB at 158 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-taglib/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-taglib/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-taglib/maven-metadata.xml (303 B at 340 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-documentation/1.16.2/appng-documentation-1.16.2.jar Progress (1): 2.0/33 kB Progress (1): 4.1/33 kB Progress (1): 6.1/33 kB Progress (1): 8.2/33 kB Progress (1): 10/33 kB Progress (1): 12/33 kB Progress (1): 14/33 kB Progress (1): 16/33 kB Progress (1): 18/33 kB Progress (1): 20/33 kB Progress (1): 23/33 kB Progress (1): 25/33 kB Progress (1): 27/33 kB Progress (1): 29/33 kB Progress (1): 31/33 kB Progress (1): 33/33 kB Progress (1): 33 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-documentation/1.16.2/appng-documentation-1.16.2.jar (33 kB at 37 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-documentation/1.16.2/appng-documentation-1.16.2.pom Progress (1): 2.0/3.2 kB Progress (1): 3.2 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-documentation/1.16.2/appng-documentation-1.16.2.pom (3.2 kB at 4.5 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-documentation/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-documentation/maven-metadata.xml Progress (1): 310 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-documentation/maven-metadata.xml (310 B at 340 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2.jar Progress (1): 2.0/3.1 kB Progress (1): 3.1 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2.jar (3.1 kB at 4.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2.pom Progress (1): 983 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2.pom (983 B at 1.3 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat8/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat8/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat8/maven-metadata.xml (304 B at 69 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-template-assembly/1.16.2/appng-template-assembly-1.16.2-sources.jar Progress (1): 2.0/2.7 kB Progress (1): 2.7 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-template-assembly/1.16.2/appng-template-assembly-1.16.2-sources.jar (2.7 kB at 4.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-template-assembly/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 314 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-template-assembly/maven-metadata.xml (314 B at 300 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-cli/1.16.2/appng-cli-1.16.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-cli/1.16.2/appng-cli-1.16.2-sources.jar.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-cli/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-cli/maven-metadata.xml Progress (1): 300 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-cli/maven-metadata.xml (300 B at 327 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2.war.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2.war.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 306 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer/maven-metadata.xml (306 B at 337 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-search/1.16.2/appng-search-1.16.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-search/1.16.2/appng-search-1.16.2.jar.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2.pom.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-testsupport/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-testsupport/maven-metadata.xml (308 B at 364 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-search/1.16.2/appng-search-1.16.2-javadoc.jar Progress (1): 2.0/196 kB Progress (1): 4.1/196 kB Progress (1): 6.1/196 kB Progress (1): 8.2/196 kB Progress (1): 10/196 kB Progress (1): 12/196 kB Progress (1): 14/196 kB Progress (1): 16/196 kB Progress (1): 18/196 kB Progress (1): 20/196 kB Progress (1): 23/196 kB Progress (1): 25/196 kB Progress (1): 27/196 kB Progress (1): 29/196 kB Progress (1): 31/196 kB Progress (1): 33/196 kB Progress (1): 35/196 kB Progress (1): 37/196 kB Progress (1): 39/196 kB Progress (1): 41/196 kB Progress (1): 43/196 kB Progress (1): 45/196 kB Progress (1): 47/196 kB Progress (1): 49/196 kB Progress (1): 51/196 kB Progress (1): 53/196 kB Progress (1): 55/196 kB Progress (1): 57/196 kB Progress (1): 59/196 kB Progress (1): 61/196 kB Progress (1): 63/196 kB Progress (1): 66/196 kB Progress (1): 68/196 kB Progress (1): 70/196 kB Progress (1): 72/196 kB Progress (1): 74/196 kB Progress (1): 76/196 kB Progress (1): 78/196 kB Progress (1): 80/196 kB Progress (1): 82/196 kB Progress (1): 84/196 kB Progress (1): 86/196 kB Progress (1): 88/196 kB Progress (1): 90/196 kB Progress (1): 92/196 kB Progress (1): 94/196 kB Progress (1): 96/196 kB Progress (1): 98/196 kB Progress (1): 100/196 kB Progress (1): 102/196 kB Progress (1): 104/196 kB Progress (1): 106/196 kB Progress (1): 109/196 kB Progress (1): 111/196 kB Progress (1): 113/196 kB Progress (1): 115/196 kB Progress (1): 117/196 kB Progress (1): 119/196 kB Progress (1): 121/196 kB Progress (1): 123/196 kB Progress (1): 125/196 kB Progress (1): 127/196 kB Progress (1): 129/196 kB Progress (1): 131/196 kB Progress (1): 133/196 kB Progress (1): 135/196 kB Progress (1): 137/196 kB Progress (1): 139/196 kB Progress (1): 141/196 kB Progress (1): 143/196 kB Progress (1): 145/196 kB Progress (1): 147/196 kB Progress (1): 150/196 kB Progress (1): 152/196 kB Progress (1): 154/196 kB Progress (1): 156/196 kB Progress (1): 158/196 kB Progress (1): 160/196 kB Progress (1): 162/196 kB Progress (1): 164/196 kB Progress (1): 166/196 kB Progress (1): 168/196 kB Progress (1): 170/196 kB Progress (1): 172/196 kB Progress (1): 174/196 kB Progress (1): 176/196 kB Progress (1): 178/196 kB Progress (1): 180/196 kB Progress (1): 182/196 kB Progress (1): 184/196 kB Progress (1): 186/196 kB Progress (1): 188/196 kB Progress (1): 190/196 kB Progress (1): 193/196 kB Progress (1): 195/196 kB Progress (1): 196 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-search/1.16.2/appng-search-1.16.2-javadoc.jar (196 kB at 207 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2-sources.jar Progress (1): 2.0/58 kB Progress (1): 4.1/58 kB Progress (1): 6.1/58 kB Progress (1): 8.2/58 kB Progress (1): 10/58 kB Progress (1): 12/58 kB Progress (1): 14/58 kB Progress (1): 16/58 kB Progress (1): 18/58 kB Progress (1): 20/58 kB Progress (1): 23/58 kB Progress (1): 25/58 kB Progress (1): 27/58 kB Progress (1): 29/58 kB Progress (1): 31/58 kB Progress (1): 33/58 kB Progress (1): 35/58 kB Progress (1): 37/58 kB Progress (1): 39/58 kB Progress (1): 41/58 kB Progress (1): 43/58 kB Progress (1): 45/58 kB Progress (1): 47/58 kB Progress (1): 49/58 kB Progress (1): 51/58 kB Progress (1): 53/58 kB Progress (1): 55/58 kB Progress (1): 57/58 kB Progress (1): 58 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2-sources.jar (58 kB at 87 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-parent/1.16.2/appng-application-parent-1.16.2.pom Progress (1): 2.0/5.8 kB Progress (1): 4.1/5.8 kB Progress (1): 5.8 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-parent/1.16.2/appng-application-parent-1.16.2.pom (5.8 kB at 9.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-parent/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-parent/maven-metadata.xml Progress (1): 315 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-parent/maven-metadata.xml (315 B at 339 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2-sources.jar Progress (1): 2.0/4.8 kB Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2-sources.jar (4.8 kB at 7.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2-sources.jar Progress (1): 2.0/21 kB Progress (1): 4.1/21 kB Progress (1): 6.1/21 kB Progress (1): 8.2/21 kB Progress (1): 10/21 kB Progress (1): 12/21 kB Progress (1): 14/21 kB Progress (1): 16/21 kB Progress (1): 18/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2-sources.jar (21 kB at 25 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-formtags/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-formtags/maven-metadata.xml Progress (1): 305 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-formtags/maven-metadata.xml (305 B at 354 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-parent/1.16.2/appng-application-parent-1.16.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-parent/1.16.2/appng-application-parent-1.16.2.pom.asc (473 B at 2.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-mail/1.16.2/appng-mail-1.16.2-javadoc.jar Progress (1): 2.0/86 kB Progress (1): 4.1/86 kB Progress (1): 6.1/86 kB Progress (1): 8.2/86 kB Progress (1): 10/86 kB Progress (1): 12/86 kB Progress (1): 14/86 kB Progress (1): 16/86 kB Progress (1): 18/86 kB Progress (1): 20/86 kB Progress (1): 23/86 kB Progress (1): 25/86 kB Progress (1): 27/86 kB Progress (1): 29/86 kB Progress (1): 31/86 kB Progress (1): 33/86 kB Progress (1): 35/86 kB Progress (1): 37/86 kB Progress (1): 39/86 kB Progress (1): 41/86 kB Progress (1): 43/86 kB Progress (1): 45/86 kB Progress (1): 47/86 kB Progress (1): 49/86 kB Progress (1): 51/86 kB Progress (1): 53/86 kB Progress (1): 55/86 kB Progress (1): 57/86 kB Progress (1): 59/86 kB Progress (1): 61/86 kB Progress (1): 63/86 kB Progress (1): 66/86 kB Progress (1): 68/86 kB Progress (1): 70/86 kB Progress (1): 72/86 kB Progress (1): 74/86 kB Progress (1): 76/86 kB Progress (1): 78/86 kB Progress (1): 80/86 kB Progress (1): 82/86 kB Progress (1): 84/86 kB Progress (1): 86/86 kB Progress (1): 86 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-mail/1.16.2/appng-mail-1.16.2-javadoc.jar (86 kB at 94 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2.pom.asc (473 B at 1.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-core/1.16.2/appng-core-1.16.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-core/1.16.2/appng-core-1.16.2-javadoc.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-core/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-core/maven-metadata.xml Progress (1): 301 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-core/maven-metadata.xml (301 B at 331 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2.pom.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2-sources.jar Progress (1): 2.0/3.0 kB Progress (1): 3.0 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2-sources.jar (3.0 kB at 4.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat7/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat7/maven-metadata.xml Progress (1): 304 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat7/maven-metadata.xml (304 B at 352 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2-javadoc.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-archetype-application/1.16.2/appng-archetype-application-1.16.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-archetype-application/1.16.2/appng-archetype-application-1.16.2.pom.asc (473 B at 2.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-archetype-application/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 318 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-archetype-application/maven-metadata.xml (318 B at 373 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-archetype-application/1.16.2/appng-archetype-application-1.16.2.jar Progress (1): 2.0/14 kB Progress (1): 4.1/14 kB Progress (1): 6.1/14 kB Progress (1): 8.2/14 kB Progress (1): 10/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-archetype-application/1.16.2/appng-archetype-application-1.16.2.jar (14 kB at 20 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-archetype-application/1.16.2/appng-archetype-application-1.16.2.pom Progress (1): 504 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-archetype-application/1.16.2/appng-archetype-application-1.16.2.pom (504 B at 721 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application/1.16.2/appng-application-1.16.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application/1.16.2/appng-application-1.16.2.pom.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-parent/1.16.2/appng-parent-1.16.2.pom Progress (1): 2.0/32 kB Progress (1): 4.1/32 kB Progress (1): 6.1/32 kB Progress (1): 8.2/32 kB Progress (1): 10/32 kB Progress (1): 12/32 kB Progress (1): 14/32 kB Progress (1): 16/32 kB Progress (1): 18/32 kB Progress (1): 20/32 kB Progress (1): 23/32 kB Progress (1): 25/32 kB Progress (1): 27/32 kB Progress (1): 29/32 kB Progress (1): 31/32 kB Progress (1): 32 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-parent/1.16.2/appng-parent-1.16.2.pom (32 kB at 41 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-parent/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-parent/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-parent/maven-metadata.xml (303 B at 356 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2.pom.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2.jar.asc (473 B at 2.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2-javadoc.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tools/1.16.2/appng-tools-1.16.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tools/1.16.2/appng-tools-1.16.2-javadoc.jar.asc (473 B at 2.1 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tools/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tools/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tools/maven-metadata.xml (302 B at 344 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-search/1.16.2/appng-search-1.16.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-search/1.16.2/appng-search-1.16.2-javadoc.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2-sources.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2.jar Progress (1): 2.0/16 kB Progress (1): 4.1/16 kB Progress (1): 6.1/16 kB Progress (1): 8.2/16 kB Progress (1): 10/16 kB Progress (1): 12/16 kB Progress (1): 14/16 kB Progress (1): 16 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2.jar (16 kB at 21 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2.pom Progress (1): 2.0/3.8 kB Progress (1): 3.8 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2.pom (3.8 kB at 5.9 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/maven/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 353 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (353 B at 440 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/maven/maven-metadata.xml Progress (1): 261 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/maven/maven-metadata.xml (261 B at 425 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-api/1.16.2/appng-api-1.16.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-api/1.16.2/appng-api-1.16.2.pom.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2-javadoc.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2-javadoc.jar Progress (1): 2.0/27 kB Progress (1): 4.1/27 kB Progress (1): 6.1/27 kB Progress (1): 8.2/27 kB Progress (1): 10/27 kB Progress (1): 12/27 kB Progress (1): 14/27 kB Progress (1): 16/27 kB Progress (1): 18/27 kB Progress (1): 20/27 kB Progress (1): 23/27 kB Progress (1): 25/27 kB Progress (1): 27/27 kB Progress (1): 27 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2-javadoc.jar (27 kB at 39 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-assembly/1.16.2/appng-application-assembly-1.16.2.jar Progress (1): 1.6 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-assembly/1.16.2/appng-application-assembly-1.16.2.jar (1.6 kB at 2.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-assembly/1.16.2/appng-application-assembly-1.16.2.pom Progress (1): 533 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-assembly/1.16.2/appng-application-assembly-1.16.2.pom (533 B at 875 B/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-assembly/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 317 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-assembly/maven-metadata.xml (317 B at 354 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2-javadoc.jar Progress (1): 2.0/109 kB Progress (1): 4.1/109 kB Progress (1): 6.1/109 kB Progress (1): 8.2/109 kB Progress (1): 10/109 kB Progress (1): 12/109 kB Progress (1): 14/109 kB Progress (1): 16/109 kB Progress (1): 18/109 kB Progress (1): 20/109 kB Progress (1): 23/109 kB Progress (1): 25/109 kB Progress (1): 27/109 kB Progress (1): 29/109 kB Progress (1): 31/109 kB Progress (1): 33/109 kB Progress (1): 35/109 kB Progress (1): 37/109 kB Progress (1): 39/109 kB Progress (1): 41/109 kB Progress (1): 43/109 kB Progress (1): 45/109 kB Progress (1): 47/109 kB Progress (1): 49/109 kB Progress (1): 51/109 kB Progress (1): 53/109 kB Progress (1): 55/109 kB Progress (1): 57/109 kB Progress (1): 59/109 kB Progress (1): 61/109 kB Progress (1): 63/109 kB Progress (1): 66/109 kB Progress (1): 68/109 kB Progress (1): 70/109 kB Progress (1): 72/109 kB Progress (1): 74/109 kB Progress (1): 76/109 kB Progress (1): 78/109 kB Progress (1): 80/109 kB Progress (1): 82/109 kB Progress (1): 84/109 kB Progress (1): 86/109 kB Progress (1): 88/109 kB Progress (1): 90/109 kB Progress (1): 92/109 kB Progress (1): 94/109 kB Progress (1): 96/109 kB Progress (1): 98/109 kB Progress (1): 100/109 kB Progress (1): 102/109 kB Progress (1): 104/109 kB Progress (1): 106/109 kB Progress (1): 109/109 kB Progress (1): 109 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2-javadoc.jar (109 kB at 110 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application/1.16.2/appng-application-1.16.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application/1.16.2/appng-application-1.16.2-sources.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-search/1.16.2/appng-search-1.16.2.jar Progress (1): 2.0/54 kB Progress (1): 4.1/54 kB Progress (1): 6.1/54 kB Progress (1): 8.2/54 kB Progress (1): 10/54 kB Progress (1): 12/54 kB Progress (1): 14/54 kB Progress (1): 16/54 kB Progress (1): 18/54 kB Progress (1): 20/54 kB Progress (1): 23/54 kB Progress (1): 25/54 kB Progress (1): 27/54 kB Progress (1): 29/54 kB Progress (1): 31/54 kB Progress (1): 33/54 kB Progress (1): 35/54 kB Progress (1): 37/54 kB Progress (1): 39/54 kB Progress (1): 41/54 kB Progress (1): 43/54 kB Progress (1): 45/54 kB Progress (1): 47/54 kB Progress (1): 49/54 kB Progress (1): 51/54 kB Progress (1): 53/54 kB Progress (1): 54 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-search/1.16.2/appng-search-1.16.2.jar (54 kB at 83 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-search/1.16.2/appng-search-1.16.2.pom Progress (1): 2.0/2.3 kB Progress (1): 2.3 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-search/1.16.2/appng-search-1.16.2.pom (2.3 kB at 3.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2.jar Progress (1): 2.0/3.0 kB Progress (1): 3.0 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2.jar (3.0 kB at 4.7 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2.pom Progress (1): 1.0 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2.pom (1.0 kB at 1.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-archetype-application/1.16.2/appng-archetype-application-1.16.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-archetype-application/1.16.2/appng-archetype-application-1.16.2.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2-sources.jar Progress (1): 2.0/35 kB Progress (1): 4.1/35 kB Progress (1): 6.1/35 kB Progress (1): 8.2/35 kB Progress (1): 10/35 kB Progress (1): 12/35 kB Progress (1): 14/35 kB Progress (1): 16/35 kB Progress (1): 18/35 kB Progress (1): 20/35 kB Progress (1): 23/35 kB Progress (1): 25/35 kB Progress (1): 27/35 kB Progress (1): 29/35 kB Progress (1): 31/35 kB Progress (1): 33/35 kB Progress (1): 35 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2-sources.jar (35 kB at 52 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-api/1.16.2/appng-api-1.16.2.jar Progress (1): 2.0/313 kB Progress (1): 4.1/313 kB Progress (1): 6.1/313 kB Progress (1): 8.2/313 kB Progress (1): 10/313 kB Progress (1): 12/313 kB Progress (1): 14/313 kB Progress (1): 16/313 kB Progress (1): 18/313 kB Progress (1): 20/313 kB Progress (1): 23/313 kB Progress (1): 25/313 kB Progress (1): 27/313 kB Progress (1): 29/313 kB Progress (1): 31/313 kB Progress (1): 33/313 kB Progress (1): 35/313 kB Progress (1): 37/313 kB Progress (1): 39/313 kB Progress (1): 41/313 kB Progress (1): 43/313 kB Progress (1): 45/313 kB Progress (1): 47/313 kB Progress (1): 49/313 kB Progress (1): 51/313 kB Progress (1): 53/313 kB Progress (1): 55/313 kB Progress (1): 57/313 kB Progress (1): 59/313 kB Progress (1): 61/313 kB Progress (1): 63/313 kB Progress (1): 66/313 kB Progress (1): 68/313 kB Progress (1): 70/313 kB Progress (1): 72/313 kB Progress (1): 74/313 kB Progress (1): 76/313 kB Progress (1): 78/313 kB Progress (1): 80/313 kB Progress (1): 82/313 kB Progress (1): 84/313 kB Progress (1): 86/313 kB Progress (1): 88/313 kB Progress (1): 90/313 kB Progress (1): 92/313 kB Progress (1): 94/313 kB Progress (1): 96/313 kB Progress (1): 98/313 kB Progress (1): 100/313 kB Progress (1): 102/313 kB Progress (1): 104/313 kB Progress (1): 106/313 kB Progress (1): 109/313 kB Progress (1): 111/313 kB Progress (1): 113/313 kB Progress (1): 115/313 kB Progress (1): 117/313 kB Progress (1): 119/313 kB Progress (1): 121/313 kB Progress (1): 123/313 kB Progress (1): 125/313 kB Progress (1): 127/313 kB Progress (1): 129/313 kB Progress (1): 131/313 kB Progress (1): 133/313 kB Progress (1): 135/313 kB Progress (1): 137/313 kB Progress (1): 139/313 kB Progress (1): 141/313 kB Progress (1): 143/313 kB Progress (1): 145/313 kB Progress (1): 147/313 kB Progress (1): 150/313 kB Progress (1): 152/313 kB Progress (1): 154/313 kB Progress (1): 156/313 kB Progress (1): 158/313 kB Progress (1): 160/313 kB Progress (1): 162/313 kB Progress (1): 164/313 kB Progress (1): 166/313 kB Progress (1): 168/313 kB Progress (1): 170/313 kB Progress (1): 172/313 kB Progress (1): 174/313 kB Progress (1): 176/313 kB Progress (1): 178/313 kB Progress (1): 180/313 kB Progress (1): 182/313 kB Progress (1): 184/313 kB Progress (1): 186/313 kB Progress (1): 188/313 kB Progress (1): 190/313 kB Progress (1): 193/313 kB Progress (1): 195/313 kB Progress (1): 197/313 kB Progress (1): 199/313 kB Progress (1): 201/313 kB Progress (1): 203/313 kB Progress (1): 205/313 kB Progress (1): 207/313 kB Progress (1): 209/313 kB Progress (1): 211/313 kB Progress (1): 213/313 kB Progress (1): 215/313 kB Progress (1): 217/313 kB Progress (1): 219/313 kB Progress (1): 221/313 kB Progress (1): 223/313 kB Progress (1): 225/313 kB Progress (1): 227/313 kB Progress (1): 229/313 kB Progress (1): 231/313 kB Progress (1): 233/313 kB Progress (1): 236/313 kB Progress (1): 238/313 kB Progress (1): 240/313 kB Progress (1): 242/313 kB Progress (1): 244/313 kB Progress (1): 246/313 kB Progress (1): 248/313 kB Progress (1): 250/313 kB Progress (1): 252/313 kB Progress (1): 254/313 kB Progress (1): 256/313 kB Progress (1): 258/313 kB Progress (1): 260/313 kB Progress (1): 262/313 kB Progress (1): 264/313 kB Progress (1): 266/313 kB Progress (1): 268/313 kB Progress (1): 270/313 kB Progress (1): 272/313 kB Progress (1): 274/313 kB Progress (1): 276/313 kB Progress (1): 279/313 kB Progress (1): 281/313 kB Progress (1): 283/313 kB Progress (1): 285/313 kB Progress (1): 287/313 kB Progress (1): 289/313 kB Progress (1): 291/313 kB Progress (1): 293/313 kB Progress (1): 295/313 kB Progress (1): 297/313 kB Progress (1): 299/313 kB Progress (1): 301/313 kB Progress (1): 303/313 kB Progress (1): 305/313 kB Progress (1): 307/313 kB Progress (1): 309/313 kB Progress (1): 311/313 kB Progress (1): 313 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-api/1.16.2/appng-api-1.16.2.jar (313 kB at 410 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-api/1.16.2/appng-api-1.16.2.pom Progress (1): 2.0/3.9 kB Progress (1): 3.9 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-api/1.16.2/appng-api-1.16.2.pom (3.9 kB at 6.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2.jar Progress (1): 2.0/23 kB Progress (1): 4.1/23 kB Progress (1): 6.1/23 kB Progress (1): 8.2/23 kB Progress (1): 10/23 kB Progress (1): 12/23 kB Progress (1): 14/23 kB Progress (1): 16/23 kB Progress (1): 18/23 kB Progress (1): 20/23 kB Progress (1): 23/23 kB Progress (1): 23 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2.jar (23 kB at 34 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2.pom Progress (1): 2.0/2.5 kB Progress (1): 2.5 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2.pom (2.5 kB at 3.9 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-persistence/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-persistence/maven-metadata.xml Progress (1): 308 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-persistence/maven-metadata.xml (308 B at 314 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2-javadoc.jar Progress (1): 2.0/27 kB Progress (1): 4.1/27 kB Progress (1): 6.1/27 kB Progress (1): 8.2/27 kB Progress (1): 10/27 kB Progress (1): 12/27 kB Progress (1): 14/27 kB Progress (1): 16/27 kB Progress (1): 18/27 kB Progress (1): 20/27 kB Progress (1): 23/27 kB Progress (1): 25/27 kB Progress (1): 27/27 kB Progress (1): 27 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2-javadoc.jar (27 kB at 36 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-forms/1.16.2/appng-forms-1.16.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-forms/1.16.2/appng-forms-1.16.2.pom.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-forms/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-forms/maven-metadata.xml Progress (1): 302 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-forms/maven-metadata.xml (302 B at 358 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2.jar Progress (1): 2.0/153 kB Progress (1): 4.1/153 kB Progress (1): 6.1/153 kB Progress (1): 8.2/153 kB Progress (1): 10/153 kB Progress (1): 12/153 kB Progress (1): 14/153 kB Progress (1): 16/153 kB Progress (1): 18/153 kB Progress (1): 20/153 kB Progress (1): 23/153 kB Progress (1): 25/153 kB Progress (1): 27/153 kB Progress (1): 29/153 kB Progress (1): 31/153 kB Progress (1): 33/153 kB Progress (1): 35/153 kB Progress (1): 37/153 kB Progress (1): 39/153 kB Progress (1): 41/153 kB Progress (1): 43/153 kB Progress (1): 45/153 kB Progress (1): 47/153 kB Progress (1): 49/153 kB Progress (1): 51/153 kB Progress (1): 53/153 kB Progress (1): 55/153 kB Progress (1): 57/153 kB Progress (1): 59/153 kB Progress (1): 61/153 kB Progress (1): 63/153 kB Progress (1): 66/153 kB Progress (1): 68/153 kB Progress (1): 70/153 kB Progress (1): 72/153 kB Progress (1): 74/153 kB Progress (1): 76/153 kB Progress (1): 78/153 kB Progress (1): 80/153 kB Progress (1): 82/153 kB Progress (1): 84/153 kB Progress (1): 86/153 kB Progress (1): 88/153 kB Progress (1): 90/153 kB Progress (1): 92/153 kB Progress (1): 94/153 kB Progress (1): 96/153 kB Progress (1): 98/153 kB Progress (1): 100/153 kB Progress (1): 102/153 kB Progress (1): 104/153 kB Progress (1): 106/153 kB Progress (1): 109/153 kB Progress (1): 111/153 kB Progress (1): 113/153 kB Progress (1): 115/153 kB Progress (1): 117/153 kB Progress (1): 119/153 kB Progress (1): 121/153 kB Progress (1): 123/153 kB Progress (1): 125/153 kB Progress (1): 127/153 kB Progress (1): 129/153 kB Progress (1): 131/153 kB Progress (1): 133/153 kB Progress (1): 135/153 kB Progress (1): 137/153 kB Progress (1): 139/153 kB Progress (1): 141/153 kB Progress (1): 143/153 kB Progress (1): 145/153 kB Progress (1): 147/153 kB Progress (1): 150/153 kB Progress (1): 152/153 kB Progress (1): 153 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2.jar (153 kB at 163 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2.pom Progress (1): 2.0/3.1 kB Progress (1): 3.1 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2.pom (3.1 kB at 4.7 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-xmlapi/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 303 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-xmlapi/maven-metadata.xml (303 B at 351 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2-javadoc.jar Progress (1): 2.0/262 kB Progress (1): 4.1/262 kB Progress (1): 6.1/262 kB Progress (1): 8.2/262 kB Progress (1): 10/262 kB Progress (1): 12/262 kB Progress (1): 14/262 kB Progress (1): 16/262 kB Progress (1): 18/262 kB Progress (1): 20/262 kB Progress (1): 23/262 kB Progress (1): 25/262 kB Progress (1): 27/262 kB Progress (1): 29/262 kB Progress (1): 31/262 kB Progress (1): 33/262 kB Progress (1): 35/262 kB Progress (1): 37/262 kB Progress (1): 39/262 kB Progress (1): 41/262 kB Progress (1): 43/262 kB Progress (1): 45/262 kB Progress (1): 47/262 kB Progress (1): 49/262 kB Progress (1): 51/262 kB Progress (1): 53/262 kB Progress (1): 55/262 kB Progress (1): 57/262 kB Progress (1): 59/262 kB Progress (1): 61/262 kB Progress (1): 63/262 kB Progress (1): 66/262 kB Progress (1): 68/262 kB Progress (1): 70/262 kB Progress (1): 72/262 kB Progress (1): 74/262 kB Progress (1): 76/262 kB Progress (1): 78/262 kB Progress (1): 80/262 kB Progress (1): 82/262 kB Progress (1): 84/262 kB Progress (1): 86/262 kB Progress (1): 88/262 kB Progress (1): 90/262 kB Progress (1): 92/262 kB Progress (1): 94/262 kB Progress (1): 96/262 kB Progress (1): 98/262 kB Progress (1): 100/262 kB Progress (1): 102/262 kB Progress (1): 104/262 kB Progress (1): 106/262 kB Progress (1): 109/262 kB Progress (1): 111/262 kB Progress (1): 113/262 kB Progress (1): 115/262 kB Progress (1): 117/262 kB Progress (1): 119/262 kB Progress (1): 121/262 kB Progress (1): 123/262 kB Progress (1): 125/262 kB Progress (1): 127/262 kB Progress (1): 129/262 kB Progress (1): 131/262 kB Progress (1): 133/262 kB Progress (1): 135/262 kB Progress (1): 137/262 kB Progress (1): 139/262 kB Progress (1): 141/262 kB Progress (1): 143/262 kB Progress (1): 145/262 kB Progress (1): 147/262 kB Progress (1): 150/262 kB Progress (1): 152/262 kB Progress (1): 154/262 kB Progress (1): 156/262 kB Progress (1): 158/262 kB Progress (1): 160/262 kB Progress (1): 162/262 kB Progress (1): 164/262 kB Progress (1): 166/262 kB Progress (1): 168/262 kB Progress (1): 170/262 kB Progress (1): 172/262 kB Progress (1): 174/262 kB Progress (1): 176/262 kB Progress (1): 178/262 kB Progress (1): 180/262 kB Progress (1): 182/262 kB Progress (1): 184/262 kB Progress (1): 186/262 kB Progress (1): 188/262 kB Progress (1): 190/262 kB Progress (1): 193/262 kB Progress (1): 195/262 kB Progress (1): 197/262 kB Progress (1): 199/262 kB Progress (1): 201/262 kB Progress (1): 203/262 kB Progress (1): 205/262 kB Progress (1): 207/262 kB Progress (1): 209/262 kB Progress (1): 211/262 kB Progress (1): 213/262 kB Progress (1): 215/262 kB Progress (1): 217/262 kB Progress (1): 219/262 kB Progress (1): 221/262 kB Progress (1): 223/262 kB Progress (1): 225/262 kB Progress (1): 227/262 kB Progress (1): 229/262 kB Progress (1): 231/262 kB Progress (1): 233/262 kB Progress (1): 236/262 kB Progress (1): 238/262 kB Progress (1): 240/262 kB Progress (1): 242/262 kB Progress (1): 244/262 kB Progress (1): 246/262 kB Progress (1): 248/262 kB Progress (1): 250/262 kB Progress (1): 252/262 kB Progress (1): 254/262 kB Progress (1): 256/262 kB Progress (1): 258/262 kB Progress (1): 260/262 kB Progress (1): 262/262 kB Progress (1): 262 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2-javadoc.jar (262 kB at 154 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2-javadoc.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-forms/1.16.2/appng-forms-1.16.2.jar Progress (1): 2.0/19 kB Progress (1): 4.1/19 kB Progress (1): 6.1/19 kB Progress (1): 8.2/19 kB Progress (1): 10/19 kB Progress (1): 12/19 kB Progress (1): 14/19 kB Progress (1): 16/19 kB Progress (1): 18/19 kB Progress (1): 19 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-forms/1.16.2/appng-forms-1.16.2.jar (19 kB at 29 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-forms/1.16.2/appng-forms-1.16.2.pom Progress (1): 1.6 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-forms/1.16.2/appng-forms-1.16.2.pom (1.6 kB at 2.5 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-cli/1.16.2/appng-cli-1.16.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-cli/1.16.2/appng-cli-1.16.2-javadoc.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-forms/1.16.2/appng-forms-1.16.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-forms/1.16.2/appng-forms-1.16.2-javadoc.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2-sources.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2.jar Progress (1): 2.0/31 kB Progress (1): 4.1/31 kB Progress (1): 6.1/31 kB Progress (1): 8.2/31 kB Progress (1): 10/31 kB Progress (1): 12/31 kB Progress (1): 14/31 kB Progress (1): 16/31 kB Progress (1): 18/31 kB Progress (1): 20/31 kB Progress (1): 23/31 kB Progress (1): 25/31 kB Progress (1): 27/31 kB Progress (1): 29/31 kB Progress (1): 31/31 kB Progress (1): 31 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2.jar (31 kB at 49 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2.pom Progress (1): 1.7 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2.pom (1.7 kB at 2.7 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-api/1.16.2/appng-api-1.16.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-api/1.16.2/appng-api-1.16.2.jar.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2.pom.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-mail/1.16.2/appng-mail-1.16.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-mail/1.16.2/appng-mail-1.16.2-sources.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-documentation/1.16.2/appng-documentation-1.16.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-documentation/1.16.2/appng-documentation-1.16.2-sources.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2-sources.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-forms/1.16.2/appng-forms-1.16.2-sources.jar Progress (1): 2.0/19 kB Progress (1): 4.1/19 kB Progress (1): 6.1/19 kB Progress (1): 8.2/19 kB Progress (1): 10/19 kB Progress (1): 12/19 kB Progress (1): 14/19 kB Progress (1): 16/19 kB Progress (1): 18/19 kB Progress (1): 19 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-forms/1.16.2/appng-forms-1.16.2-sources.jar (19 kB at 29 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-api/1.16.2/appng-api-1.16.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-api/1.16.2/appng-api-1.16.2-sources.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2-sources.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-forms/1.16.2/appng-forms-1.16.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-forms/1.16.2/appng-forms-1.16.2.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2-javadoc.jar Progress (1): 2.0/160 kB Progress (1): 4.1/160 kB Progress (1): 6.1/160 kB Progress (1): 8.2/160 kB Progress (1): 10/160 kB Progress (1): 12/160 kB Progress (1): 14/160 kB Progress (1): 16/160 kB Progress (1): 18/160 kB Progress (1): 20/160 kB Progress (1): 23/160 kB Progress (1): 25/160 kB Progress (1): 27/160 kB Progress (1): 29/160 kB Progress (1): 31/160 kB Progress (1): 33/160 kB Progress (1): 35/160 kB Progress (1): 37/160 kB Progress (1): 39/160 kB Progress (1): 41/160 kB Progress (1): 43/160 kB Progress (1): 45/160 kB Progress (1): 47/160 kB Progress (1): 49/160 kB Progress (1): 51/160 kB Progress (1): 53/160 kB Progress (1): 55/160 kB Progress (1): 57/160 kB Progress (1): 59/160 kB Progress (1): 61/160 kB Progress (1): 63/160 kB Progress (1): 66/160 kB Progress (1): 68/160 kB Progress (1): 70/160 kB Progress (1): 72/160 kB Progress (1): 74/160 kB Progress (1): 76/160 kB Progress (1): 78/160 kB Progress (1): 80/160 kB Progress (1): 82/160 kB Progress (1): 84/160 kB Progress (1): 86/160 kB Progress (1): 88/160 kB Progress (1): 90/160 kB Progress (1): 92/160 kB Progress (1): 94/160 kB Progress (1): 96/160 kB Progress (1): 98/160 kB Progress (1): 100/160 kB Progress (1): 102/160 kB Progress (1): 104/160 kB Progress (1): 106/160 kB Progress (1): 109/160 kB Progress (1): 111/160 kB Progress (1): 113/160 kB Progress (1): 115/160 kB Progress (1): 117/160 kB Progress (1): 119/160 kB Progress (1): 121/160 kB Progress (1): 123/160 kB Progress (1): 125/160 kB Progress (1): 127/160 kB Progress (1): 129/160 kB Progress (1): 131/160 kB Progress (1): 133/160 kB Progress (1): 135/160 kB Progress (1): 137/160 kB Progress (1): 139/160 kB Progress (1): 141/160 kB Progress (1): 143/160 kB Progress (1): 145/160 kB Progress (1): 147/160 kB Progress (1): 150/160 kB Progress (1): 152/160 kB Progress (1): 154/160 kB Progress (1): 156/160 kB Progress (1): 158/160 kB Progress (1): 160 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2-javadoc.jar (160 kB at 210 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-bom/1.16.2/appng-application-bom-1.16.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-bom/1.16.2/appng-application-bom-1.16.2.pom.asc (473 B at 2.0 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-bom/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-bom/maven-metadata.xml Progress (1): 312 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-bom/maven-metadata.xml (312 B at 368 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-template-parent/1.16.2/appng-template-parent-1.16.2.pom Progress (1): 2.0/5.3 kB Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-template-parent/1.16.2/appng-template-parent-1.16.2.pom (5.3 kB at 7.6 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-template-parent/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-template-parent/maven-metadata.xml Progress (1): 312 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-template-parent/maven-metadata.xml (312 B at 360 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2.pom.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-cli/1.16.2/appng-cli-1.16.2-sources.jar Progress (1): 2.0/81 kB Progress (1): 4.1/81 kB Progress (1): 6.1/81 kB Progress (1): 8.2/81 kB Progress (1): 10/81 kB Progress (1): 12/81 kB Progress (1): 14/81 kB Progress (1): 16/81 kB Progress (1): 18/81 kB Progress (1): 20/81 kB Progress (1): 23/81 kB Progress (1): 25/81 kB Progress (1): 27/81 kB Progress (1): 29/81 kB Progress (1): 31/81 kB Progress (1): 33/81 kB Progress (1): 35/81 kB Progress (1): 37/81 kB Progress (1): 39/81 kB Progress (1): 41/81 kB Progress (1): 43/81 kB Progress (1): 45/81 kB Progress (1): 47/81 kB Progress (1): 49/81 kB Progress (1): 51/81 kB Progress (1): 53/81 kB Progress (1): 55/81 kB Progress (1): 57/81 kB Progress (1): 59/81 kB Progress (1): 61/81 kB Progress (1): 63/81 kB Progress (1): 66/81 kB Progress (1): 68/81 kB Progress (1): 70/81 kB Progress (1): 72/81 kB Progress (1): 74/81 kB Progress (1): 76/81 kB Progress (1): 78/81 kB Progress (1): 80/81 kB Progress (1): 81 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-cli/1.16.2/appng-cli-1.16.2-sources.jar (81 kB at 94 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tools/1.16.2/appng-tools-1.16.2-sources.jar Progress (1): 2.0/40 kB Progress (1): 4.1/40 kB Progress (1): 6.1/40 kB Progress (1): 8.2/40 kB Progress (1): 10/40 kB Progress (1): 12/40 kB Progress (1): 14/40 kB Progress (1): 16/40 kB Progress (1): 18/40 kB Progress (1): 20/40 kB Progress (1): 23/40 kB Progress (1): 25/40 kB Progress (1): 27/40 kB Progress (1): 29/40 kB Progress (1): 31/40 kB Progress (1): 33/40 kB Progress (1): 35/40 kB Progress (1): 37/40 kB Progress (1): 39/40 kB Progress (1): 40 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tools/1.16.2/appng-tools-1.16.2-sources.jar (40 kB at 61 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-cli/1.16.2/appng-cli-1.16.2.jar Progress (1): 2.0/101 kB Progress (1): 4.1/101 kB Progress (1): 6.1/101 kB Progress (1): 8.2/101 kB Progress (1): 10/101 kB Progress (1): 12/101 kB Progress (1): 14/101 kB Progress (1): 16/101 kB Progress (1): 18/101 kB Progress (1): 20/101 kB Progress (1): 23/101 kB Progress (1): 25/101 kB Progress (1): 27/101 kB Progress (1): 29/101 kB Progress (1): 31/101 kB Progress (1): 33/101 kB Progress (1): 35/101 kB Progress (1): 37/101 kB Progress (1): 39/101 kB Progress (1): 41/101 kB Progress (1): 43/101 kB Progress (1): 45/101 kB Progress (1): 47/101 kB Progress (1): 49/101 kB Progress (1): 51/101 kB Progress (1): 53/101 kB Progress (1): 55/101 kB Progress (1): 57/101 kB Progress (1): 59/101 kB Progress (1): 61/101 kB Progress (1): 63/101 kB Progress (1): 66/101 kB Progress (1): 68/101 kB Progress (1): 70/101 kB Progress (1): 72/101 kB Progress (1): 74/101 kB Progress (1): 76/101 kB Progress (1): 78/101 kB Progress (1): 80/101 kB Progress (1): 82/101 kB Progress (1): 84/101 kB Progress (1): 86/101 kB Progress (1): 88/101 kB Progress (1): 90/101 kB Progress (1): 92/101 kB Progress (1): 94/101 kB Progress (1): 96/101 kB Progress (1): 98/101 kB Progress (1): 100/101 kB Progress (1): 101 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-cli/1.16.2/appng-cli-1.16.2.jar (101 kB at 128 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-cli/1.16.2/appng-cli-1.16.2.pom Progress (1): 1.2 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-cli/1.16.2/appng-cli-1.16.2.pom (1.2 kB at 1.7 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2-sources.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2-sources.jar.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2.pom.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-template-parent/1.16.2/appng-template-parent-1.16.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-template-parent/1.16.2/appng-template-parent-1.16.2.pom.asc (473 B at 2.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application/1.16.2/appng-application-1.16.2.zip Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94 MB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application/1.16.2/appng-application-1.16.2.zip (94 MB at 15 MB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2.pom.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-core/1.16.2/appng-core-1.16.2-sources.jar Progress (1): 2.0/329 kB Progress (1): 4.1/329 kB Progress (1): 6.1/329 kB Progress (1): 8.2/329 kB Progress (1): 10/329 kB Progress (1): 12/329 kB Progress (1): 14/329 kB Progress (1): 16/329 kB Progress (1): 18/329 kB Progress (1): 20/329 kB Progress (1): 23/329 kB Progress (1): 25/329 kB Progress (1): 27/329 kB Progress (1): 29/329 kB Progress (1): 31/329 kB Progress (1): 33/329 kB Progress (1): 35/329 kB Progress (1): 37/329 kB Progress (1): 39/329 kB Progress (1): 41/329 kB Progress (1): 43/329 kB Progress (1): 45/329 kB Progress (1): 47/329 kB Progress (1): 49/329 kB Progress (1): 51/329 kB Progress (1): 53/329 kB Progress (1): 55/329 kB Progress (1): 57/329 kB Progress (1): 59/329 kB Progress (1): 61/329 kB Progress (1): 63/329 kB Progress (1): 66/329 kB Progress (1): 68/329 kB Progress (1): 70/329 kB Progress (1): 72/329 kB Progress (1): 74/329 kB Progress (1): 76/329 kB Progress (1): 78/329 kB Progress (1): 80/329 kB Progress (1): 82/329 kB Progress (1): 84/329 kB Progress (1): 86/329 kB Progress (1): 88/329 kB Progress (1): 90/329 kB Progress (1): 92/329 kB Progress (1): 94/329 kB Progress (1): 96/329 kB Progress (1): 98/329 kB Progress (1): 100/329 kB Progress (1): 102/329 kB Progress (1): 104/329 kB Progress (1): 106/329 kB Progress (1): 109/329 kB Progress (1): 111/329 kB Progress (1): 113/329 kB Progress (1): 115/329 kB Progress (1): 117/329 kB Progress (1): 119/329 kB Progress (1): 121/329 kB Progress (1): 123/329 kB Progress (1): 125/329 kB Progress (1): 127/329 kB Progress (1): 129/329 kB Progress (1): 131/329 kB Progress (1): 133/329 kB Progress (1): 135/329 kB Progress (1): 137/329 kB Progress (1): 139/329 kB Progress (1): 141/329 kB Progress (1): 143/329 kB Progress (1): 145/329 kB Progress (1): 147/329 kB Progress (1): 150/329 kB Progress (1): 152/329 kB Progress (1): 154/329 kB Progress (1): 156/329 kB Progress (1): 158/329 kB Progress (1): 160/329 kB Progress (1): 162/329 kB Progress (1): 164/329 kB Progress (1): 166/329 kB Progress (1): 168/329 kB Progress (1): 170/329 kB Progress (1): 172/329 kB Progress (1): 174/329 kB Progress (1): 176/329 kB Progress (1): 178/329 kB Progress (1): 180/329 kB Progress (1): 182/329 kB Progress (1): 184/329 kB Progress (1): 186/329 kB Progress (1): 188/329 kB Progress (1): 190/329 kB Progress (1): 193/329 kB Progress (1): 195/329 kB Progress (1): 197/329 kB Progress (1): 199/329 kB Progress (1): 201/329 kB Progress (1): 203/329 kB Progress (1): 205/329 kB Progress (1): 207/329 kB Progress (1): 209/329 kB Progress (1): 211/329 kB Progress (1): 213/329 kB Progress (1): 215/329 kB Progress (1): 217/329 kB Progress (1): 219/329 kB Progress (1): 221/329 kB Progress (1): 223/329 kB Progress (1): 225/329 kB Progress (1): 227/329 kB Progress (1): 229/329 kB Progress (1): 231/329 kB Progress (1): 233/329 kB Progress (1): 236/329 kB Progress (1): 238/329 kB Progress (1): 240/329 kB Progress (1): 242/329 kB Progress (1): 244/329 kB Progress (1): 246/329 kB Progress (1): 248/329 kB Progress (1): 250/329 kB Progress (1): 252/329 kB Progress (1): 254/329 kB Progress (1): 256/329 kB Progress (1): 258/329 kB Progress (1): 260/329 kB Progress (1): 262/329 kB Progress (1): 264/329 kB Progress (1): 266/329 kB Progress (1): 268/329 kB Progress (1): 270/329 kB Progress (1): 272/329 kB Progress (1): 274/329 kB Progress (1): 276/329 kB Progress (1): 279/329 kB Progress (1): 281/329 kB Progress (1): 283/329 kB Progress (1): 285/329 kB Progress (1): 287/329 kB Progress (1): 289/329 kB Progress (1): 291/329 kB Progress (1): 293/329 kB Progress (1): 295/329 kB Progress (1): 297/329 kB Progress (1): 299/329 kB Progress (1): 301/329 kB Progress (1): 303/329 kB Progress (1): 305/329 kB Progress (1): 307/329 kB Progress (1): 309/329 kB Progress (1): 311/329 kB Progress (1): 313/329 kB Progress (1): 315/329 kB Progress (1): 317/329 kB Progress (1): 319/329 kB Progress (1): 322/329 kB Progress (1): 324/329 kB Progress (1): 326/329 kB Progress (1): 328/329 kB Progress (1): 329 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-core/1.16.2/appng-core-1.16.2-sources.jar (329 kB at 384 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-core/1.16.2/appng-core-1.16.2.jar Progress (1): 2.0/503 kB Progress (1): 4.1/503 kB Progress (1): 6.1/503 kB Progress (1): 8.2/503 kB Progress (1): 10/503 kB Progress (1): 12/503 kB Progress (1): 14/503 kB Progress (1): 16/503 kB Progress (1): 18/503 kB Progress (1): 20/503 kB Progress (1): 23/503 kB Progress (1): 25/503 kB Progress (1): 27/503 kB Progress (1): 29/503 kB Progress (1): 31/503 kB Progress (1): 33/503 kB Progress (1): 35/503 kB Progress (1): 37/503 kB Progress (1): 39/503 kB Progress (1): 41/503 kB Progress (1): 43/503 kB Progress (1): 45/503 kB Progress (1): 47/503 kB Progress (1): 49/503 kB Progress (1): 51/503 kB Progress (1): 53/503 kB Progress (1): 55/503 kB Progress (1): 57/503 kB Progress (1): 59/503 kB Progress (1): 61/503 kB Progress (1): 63/503 kB Progress (1): 66/503 kB Progress (1): 68/503 kB Progress (1): 70/503 kB Progress (1): 72/503 kB Progress (1): 74/503 kB Progress (1): 76/503 kB Progress (1): 78/503 kB Progress (1): 80/503 kB Progress (1): 82/503 kB Progress (1): 84/503 kB Progress (1): 86/503 kB Progress (1): 88/503 kB Progress (1): 90/503 kB Progress (1): 92/503 kB Progress (1): 94/503 kB Progress (1): 96/503 kB Progress (1): 98/503 kB Progress (1): 100/503 kB Progress (1): 102/503 kB Progress (1): 104/503 kB Progress (1): 106/503 kB Progress (1): 109/503 kB Progress (1): 111/503 kB Progress (1): 113/503 kB Progress (1): 115/503 kB Progress (1): 117/503 kB Progress (1): 119/503 kB Progress (1): 121/503 kB Progress (1): 123/503 kB Progress (1): 125/503 kB Progress (1): 127/503 kB Progress (1): 129/503 kB Progress (1): 131/503 kB Progress (1): 133/503 kB Progress (1): 135/503 kB Progress (1): 137/503 kB Progress (1): 139/503 kB Progress (1): 141/503 kB Progress (1): 143/503 kB Progress (1): 145/503 kB Progress (1): 147/503 kB Progress (1): 150/503 kB Progress (1): 152/503 kB Progress (1): 154/503 kB Progress (1): 156/503 kB Progress (1): 158/503 kB Progress (1): 160/503 kB Progress (1): 162/503 kB Progress (1): 164/503 kB Progress (1): 166/503 kB Progress (1): 168/503 kB Progress (1): 170/503 kB Progress (1): 172/503 kB Progress (1): 174/503 kB Progress (1): 176/503 kB Progress (1): 178/503 kB Progress (1): 180/503 kB Progress (1): 182/503 kB Progress (1): 184/503 kB Progress (1): 186/503 kB Progress (1): 188/503 kB Progress (1): 190/503 kB Progress (1): 193/503 kB Progress (1): 195/503 kB Progress (1): 197/503 kB Progress (1): 199/503 kB Progress (1): 201/503 kB Progress (1): 203/503 kB Progress (1): 205/503 kB Progress (1): 207/503 kB Progress (1): 209/503 kB Progress (1): 211/503 kB Progress (1): 213/503 kB Progress (1): 215/503 kB Progress (1): 217/503 kB Progress (1): 219/503 kB Progress (1): 221/503 kB Progress (1): 223/503 kB Progress (1): 225/503 kB Progress (1): 227/503 kB Progress (1): 229/503 kB Progress (1): 231/503 kB Progress (1): 233/503 kB Progress (1): 236/503 kB Progress (1): 238/503 kB Progress (1): 240/503 kB Progress (1): 242/503 kB Progress (1): 244/503 kB Progress (1): 246/503 kB Progress (1): 248/503 kB Progress (1): 250/503 kB Progress (1): 252/503 kB Progress (1): 254/503 kB Progress (1): 256/503 kB Progress (1): 258/503 kB Progress (1): 260/503 kB Progress (1): 262/503 kB Progress (1): 264/503 kB Progress (1): 266/503 kB Progress (1): 268/503 kB Progress (1): 270/503 kB Progress (1): 272/503 kB Progress (1): 274/503 kB Progress (1): 276/503 kB Progress (1): 279/503 kB Progress (1): 281/503 kB Progress (1): 283/503 kB Progress (1): 285/503 kB Progress (1): 287/503 kB Progress (1): 289/503 kB Progress (1): 291/503 kB Progress (1): 293/503 kB Progress (1): 295/503 kB Progress (1): 297/503 kB Progress (1): 299/503 kB Progress (1): 301/503 kB Progress (1): 303/503 kB Progress (1): 305/503 kB Progress (1): 307/503 kB Progress (1): 309/503 kB Progress (1): 311/503 kB Progress (1): 313/503 kB Progress (1): 315/503 kB Progress (1): 317/503 kB Progress (1): 319/503 kB Progress (1): 322/503 kB Progress (1): 324/503 kB Progress (1): 326/503 kB Progress (1): 328/503 kB Progress (1): 330/503 kB Progress (1): 332/503 kB Progress (1): 334/503 kB Progress (1): 336/503 kB Progress (1): 338/503 kB Progress (1): 340/503 kB Progress (1): 342/503 kB Progress (1): 344/503 kB Progress (1): 346/503 kB Progress (1): 348/503 kB Progress (1): 350/503 kB Progress (1): 352/503 kB Progress (1): 354/503 kB Progress (1): 356/503 kB Progress (1): 358/503 kB Progress (1): 360/503 kB Progress (1): 362/503 kB Progress (1): 365/503 kB Progress (1): 367/503 kB Progress (1): 369/503 kB Progress (1): 371/503 kB Progress (1): 373/503 kB Progress (1): 375/503 kB Progress (1): 377/503 kB Progress (1): 379/503 kB Progress (1): 381/503 kB Progress (1): 383/503 kB Progress (1): 385/503 kB Progress (1): 387/503 kB Progress (1): 389/503 kB Progress (1): 391/503 kB Progress (1): 393/503 kB Progress (1): 395/503 kB Progress (1): 397/503 kB Progress (1): 399/503 kB Progress (1): 401/503 kB Progress (1): 403/503 kB Progress (1): 406/503 kB Progress (1): 408/503 kB Progress (1): 410/503 kB Progress (1): 412/503 kB Progress (1): 414/503 kB Progress (1): 416/503 kB Progress (1): 418/503 kB Progress (1): 420/503 kB Progress (1): 422/503 kB Progress (1): 424/503 kB Progress (1): 426/503 kB Progress (1): 428/503 kB Progress (1): 430/503 kB Progress (1): 432/503 kB Progress (1): 434/503 kB Progress (1): 436/503 kB Progress (1): 438/503 kB Progress (1): 440/503 kB Progress (1): 442/503 kB Progress (1): 444/503 kB Progress (1): 446/503 kB Progress (1): 449/503 kB Progress (1): 451/503 kB Progress (1): 453/503 kB Progress (1): 455/503 kB Progress (1): 457/503 kB Progress (1): 459/503 kB Progress (1): 461/503 kB Progress (1): 463/503 kB Progress (1): 465/503 kB Progress (1): 467/503 kB Progress (1): 469/503 kB Progress (1): 471/503 kB Progress (1): 473/503 kB Progress (1): 475/503 kB Progress (1): 477/503 kB Progress (1): 479/503 kB Progress (1): 481/503 kB Progress (1): 483/503 kB Progress (1): 485/503 kB Progress (1): 487/503 kB Progress (1): 489/503 kB Progress (1): 492/503 kB Progress (1): 494/503 kB Progress (1): 496/503 kB Progress (1): 498/503 kB Progress (1): 500/503 kB Progress (1): 502/503 kB Progress (1): 503 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-core/1.16.2/appng-core-1.16.2.jar (503 kB at 657 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-core/1.16.2/appng-core-1.16.2.pom Progress (1): 2.0/9.6 kB Progress (1): 4.1/9.6 kB Progress (1): 6.1/9.6 kB Progress (1): 8.2/9.6 kB Progress (1): 9.6 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-core/1.16.2/appng-core-1.16.2.pom (9.6 kB at 15 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-cli/1.16.2/appng-cli-1.16.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-cli/1.16.2/appng-cli-1.16.2.pom.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-assembly/1.16.2/appng-application-assembly-1.16.2-sources.jar Progress (1): 2.0/2.7 kB Progress (1): 2.7 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-assembly/1.16.2/appng-application-assembly-1.16.2-sources.jar (2.7 kB at 4.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application/1.16.2/appng-application-1.16.2.zip.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application/1.16.2/appng-application-1.16.2.zip.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-forms/1.16.2/appng-forms-1.16.2-javadoc.jar Progress (1): 2.0/89 kB Progress (1): 4.1/89 kB Progress (1): 6.1/89 kB Progress (1): 8.2/89 kB Progress (1): 10/89 kB Progress (1): 12/89 kB Progress (1): 14/89 kB Progress (1): 16/89 kB Progress (1): 18/89 kB Progress (1): 20/89 kB Progress (1): 23/89 kB Progress (1): 25/89 kB Progress (1): 27/89 kB Progress (1): 29/89 kB Progress (1): 31/89 kB Progress (1): 33/89 kB Progress (1): 35/89 kB Progress (1): 37/89 kB Progress (1): 39/89 kB Progress (1): 41/89 kB Progress (1): 43/89 kB Progress (1): 45/89 kB Progress (1): 47/89 kB Progress (1): 49/89 kB Progress (1): 51/89 kB Progress (1): 53/89 kB Progress (1): 55/89 kB Progress (1): 57/89 kB Progress (1): 59/89 kB Progress (1): 61/89 kB Progress (1): 63/89 kB Progress (1): 66/89 kB Progress (1): 68/89 kB Progress (1): 70/89 kB Progress (1): 72/89 kB Progress (1): 74/89 kB Progress (1): 76/89 kB Progress (1): 78/89 kB Progress (1): 80/89 kB Progress (1): 82/89 kB Progress (1): 84/89 kB Progress (1): 86/89 kB Progress (1): 88/89 kB Progress (1): 89 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-forms/1.16.2/appng-forms-1.16.2-javadoc.jar (89 kB at 22 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2.jar.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2.jar Progress (1): 2.0/6.3 kB Progress (1): 4.1/6.3 kB Progress (1): 6.1/6.3 kB Progress (1): 6.3 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2.jar (6.3 kB at 1.7 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2.pom Progress (1): 2.0 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2.pom (2.0 kB at 2.8 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2.jar Progress (1): 2.0/30 kB Progress (1): 4.1/30 kB Progress (1): 6.1/30 kB Progress (1): 8.2/30 kB Progress (1): 10/30 kB Progress (1): 12/30 kB Progress (1): 14/30 kB Progress (1): 16/30 kB Progress (1): 18/30 kB Progress (1): 20/30 kB Progress (1): 23/30 kB Progress (1): 25/30 kB Progress (1): 27/30 kB Progress (1): 29/30 kB Progress (1): 30 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2.jar (30 kB at 38 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2.pom Progress (1): 1.8 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2.pom (1.8 kB at 2.7 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-core/1.16.2/appng-core-1.16.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-core/1.16.2/appng-core-1.16.2.pom.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-archetype-application/1.16.2/appng-archetype-application-1.16.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-archetype-application/1.16.2/appng-archetype-application-1.16.2-sources.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2.pom.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2-sources.jar Progress (1): 2.0/21 kB Progress (1): 4.1/21 kB Progress (1): 6.1/21 kB Progress (1): 8.2/21 kB Progress (1): 10/21 kB Progress (1): 12/21 kB Progress (1): 14/21 kB Progress (1): 16/21 kB Progress (1): 18/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2-sources.jar (21 kB at 31 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2-javadoc.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tools/1.16.2/appng-tools-1.16.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tools/1.16.2/appng-tools-1.16.2.pom.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-assembly/1.16.2/appng-application-assembly-1.16.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-assembly/1.16.2/appng-application-assembly-1.16.2.pom.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2-sources.jar Progress (1): 2.0/162 kB Progress (1): 4.1/162 kB Progress (1): 6.1/162 kB Progress (1): 8.2/162 kB Progress (1): 10/162 kB Progress (1): 12/162 kB Progress (1): 14/162 kB Progress (1): 16/162 kB Progress (1): 18/162 kB Progress (1): 20/162 kB Progress (1): 23/162 kB Progress (1): 25/162 kB Progress (1): 27/162 kB Progress (1): 29/162 kB Progress (1): 31/162 kB Progress (1): 33/162 kB Progress (1): 35/162 kB Progress (1): 37/162 kB Progress (1): 39/162 kB Progress (1): 41/162 kB Progress (1): 43/162 kB Progress (1): 45/162 kB Progress (1): 47/162 kB Progress (1): 49/162 kB Progress (1): 51/162 kB Progress (1): 53/162 kB Progress (1): 55/162 kB Progress (1): 57/162 kB Progress (1): 59/162 kB Progress (1): 61/162 kB Progress (1): 63/162 kB Progress (1): 66/162 kB Progress (1): 68/162 kB Progress (1): 70/162 kB Progress (1): 72/162 kB Progress (1): 74/162 kB Progress (1): 76/162 kB Progress (1): 78/162 kB Progress (1): 80/162 kB Progress (1): 82/162 kB Progress (1): 84/162 kB Progress (1): 86/162 kB Progress (1): 88/162 kB Progress (1): 90/162 kB Progress (1): 92/162 kB Progress (1): 94/162 kB Progress (1): 96/162 kB Progress (1): 98/162 kB Progress (1): 100/162 kB Progress (1): 102/162 kB Progress (1): 104/162 kB Progress (1): 106/162 kB Progress (1): 109/162 kB Progress (1): 111/162 kB Progress (1): 113/162 kB Progress (1): 115/162 kB Progress (1): 117/162 kB Progress (1): 119/162 kB Progress (1): 121/162 kB Progress (1): 123/162 kB Progress (1): 125/162 kB Progress (1): 127/162 kB Progress (1): 129/162 kB Progress (1): 131/162 kB Progress (1): 133/162 kB Progress (1): 135/162 kB Progress (1): 137/162 kB Progress (1): 139/162 kB Progress (1): 141/162 kB Progress (1): 143/162 kB Progress (1): 145/162 kB Progress (1): 147/162 kB Progress (1): 150/162 kB Progress (1): 152/162 kB Progress (1): 154/162 kB Progress (1): 156/162 kB Progress (1): 158/162 kB Progress (1): 160/162 kB Progress (1): 162/162 kB Progress (1): 162 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2-sources.jar (162 kB at 189 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tools/1.16.2/appng-tools-1.16.2-javadoc.jar Progress (1): 2.0/236 kB Progress (1): 4.1/236 kB Progress (1): 6.1/236 kB Progress (1): 8.2/236 kB Progress (1): 10/236 kB Progress (1): 12/236 kB Progress (1): 14/236 kB Progress (1): 16/236 kB Progress (1): 18/236 kB Progress (1): 20/236 kB Progress (1): 23/236 kB Progress (1): 25/236 kB Progress (1): 27/236 kB Progress (1): 29/236 kB Progress (1): 31/236 kB Progress (1): 33/236 kB Progress (1): 35/236 kB Progress (1): 37/236 kB Progress (1): 39/236 kB Progress (1): 41/236 kB Progress (1): 43/236 kB Progress (1): 45/236 kB Progress (1): 47/236 kB Progress (1): 49/236 kB Progress (1): 51/236 kB Progress (1): 53/236 kB Progress (1): 55/236 kB Progress (1): 57/236 kB Progress (1): 59/236 kB Progress (1): 61/236 kB Progress (1): 63/236 kB Progress (1): 66/236 kB Progress (1): 68/236 kB Progress (1): 70/236 kB Progress (1): 72/236 kB Progress (1): 74/236 kB Progress (1): 76/236 kB Progress (1): 78/236 kB Progress (1): 80/236 kB Progress (1): 82/236 kB Progress (1): 84/236 kB Progress (1): 86/236 kB Progress (1): 88/236 kB Progress (1): 90/236 kB Progress (1): 92/236 kB Progress (1): 94/236 kB Progress (1): 96/236 kB Progress (1): 98/236 kB Progress (1): 100/236 kB Progress (1): 102/236 kB Progress (1): 104/236 kB Progress (1): 106/236 kB Progress (1): 109/236 kB Progress (1): 111/236 kB Progress (1): 113/236 kB Progress (1): 115/236 kB Progress (1): 117/236 kB Progress (1): 119/236 kB Progress (1): 121/236 kB Progress (1): 123/236 kB Progress (1): 125/236 kB Progress (1): 127/236 kB Progress (1): 129/236 kB Progress (1): 131/236 kB Progress (1): 133/236 kB Progress (1): 135/236 kB Progress (1): 137/236 kB Progress (1): 139/236 kB Progress (1): 141/236 kB Progress (1): 143/236 kB Progress (1): 145/236 kB Progress (1): 147/236 kB Progress (1): 150/236 kB Progress (1): 152/236 kB Progress (1): 154/236 kB Progress (1): 156/236 kB Progress (1): 158/236 kB Progress (1): 160/236 kB Progress (1): 162/236 kB Progress (1): 164/236 kB Progress (1): 166/236 kB Progress (1): 168/236 kB Progress (1): 170/236 kB Progress (1): 172/236 kB Progress (1): 174/236 kB Progress (1): 176/236 kB Progress (1): 178/236 kB Progress (1): 180/236 kB Progress (1): 182/236 kB Progress (1): 184/236 kB Progress (1): 186/236 kB Progress (1): 188/236 kB Progress (1): 190/236 kB Progress (1): 193/236 kB Progress (1): 195/236 kB Progress (1): 197/236 kB Progress (1): 199/236 kB Progress (1): 201/236 kB Progress (1): 203/236 kB Progress (1): 205/236 kB Progress (1): 207/236 kB Progress (1): 209/236 kB Progress (1): 211/236 kB Progress (1): 213/236 kB Progress (1): 215/236 kB Progress (1): 217/236 kB Progress (1): 219/236 kB Progress (1): 221/236 kB Progress (1): 223/236 kB Progress (1): 225/236 kB Progress (1): 227/236 kB Progress (1): 229/236 kB Progress (1): 231/236 kB Progress (1): 233/236 kB Progress (1): 236/236 kB Progress (1): 236 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tools/1.16.2/appng-tools-1.16.2-javadoc.jar (236 kB at 310 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2-sources.jar.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-documentation/1.16.2/appng-documentation-1.16.2-sources.jar Progress (1): 2.0/35 kB Progress (1): 4.1/35 kB Progress (1): 6.1/35 kB Progress (1): 8.2/35 kB Progress (1): 10/35 kB Progress (1): 12/35 kB Progress (1): 14/35 kB Progress (1): 16/35 kB Progress (1): 18/35 kB Progress (1): 20/35 kB Progress (1): 23/35 kB Progress (1): 25/35 kB Progress (1): 27/35 kB Progress (1): 29/35 kB Progress (1): 31/35 kB Progress (1): 33/35 kB Progress (1): 35/35 kB Progress (1): 35 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-documentation/1.16.2/appng-documentation-1.16.2-sources.jar (35 kB at 54 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2-sources.jar Progress (1): 2.0/8.7 kB Progress (1): 4.1/8.7 kB Progress (1): 6.1/8.7 kB Progress (1): 8.2/8.7 kB Progress (1): 8.7 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2-sources.jar (8.7 kB at 13 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2-javadoc.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2.war Progress (1): 2.0/117 kB Progress (1): 4.1/117 kB Progress (1): 6.1/117 kB Progress (1): 8.2/117 kB Progress (1): 10/117 kB Progress (1): 12/117 kB Progress (1): 14/117 kB Progress (1): 16/117 kB Progress (1): 18/117 kB Progress (1): 20/117 kB Progress (1): 23/117 kB Progress (1): 25/117 kB Progress (1): 27/117 kB Progress (1): 29/117 kB Progress (1): 31/117 kB Progress (1): 33/117 kB Progress (1): 35/117 kB Progress (1): 37/117 kB Progress (1): 39/117 kB Progress (1): 41/117 kB Progress (1): 43/117 kB Progress (1): 45/117 kB Progress (1): 47/117 kB Progress (1): 49/117 kB Progress (1): 51/117 kB Progress (1): 53/117 kB Progress (1): 55/117 kB Progress (1): 57/117 kB Progress (1): 59/117 kB Progress (1): 61/117 kB Progress (1): 63/117 kB Progress (1): 66/117 kB Progress (1): 68/117 kB Progress (1): 70/117 kB Progress (1): 72/117 kB Progress (1): 74/117 kB Progress (1): 76/117 kB Progress (1): 78/117 kB Progress (1): 80/117 kB Progress (1): 82/117 kB Progress (1): 84/117 kB Progress (1): 86/117 kB Progress (1): 88/117 kB Progress (1): 90/117 kB Progress (1): 92/117 kB Progress (1): 94/117 kB Progress (1): 96/117 kB Progress (1): 98/117 kB Progress (1): 100/117 kB Progress (1): 102/117 kB Progress (1): 104/117 kB Progress (1): 106/117 kB Progress (1): 109/117 kB Progress (1): 111/117 kB Progress (1): 113/117 kB Progress (1): 115/117 kB Progress (1): 117/117 kB Progress (1): 117 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2.war (117 kB at 161 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2.pom Progress (1): 2.0/7.6 kB Progress (1): 4.1/7.6 kB Progress (1): 6.1/7.6 kB Progress (1): 7.6 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer/1.16.2/appng-appngizer-1.16.2.pom (7.6 kB at 12 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-assembly/1.16.2/appng-application-assembly-1.16.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-assembly/1.16.2/appng-application-assembly-1.16.2.jar.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2-sources.jar Progress (1): 2.0/42 kB Progress (1): 4.1/42 kB Progress (1): 6.1/42 kB Progress (1): 8.2/42 kB Progress (1): 10/42 kB Progress (1): 12/42 kB Progress (1): 14/42 kB Progress (1): 16/42 kB Progress (1): 18/42 kB Progress (1): 20/42 kB Progress (1): 23/42 kB Progress (1): 25/42 kB Progress (1): 27/42 kB Progress (1): 29/42 kB Progress (1): 31/42 kB Progress (1): 33/42 kB Progress (1): 35/42 kB Progress (1): 37/42 kB Progress (1): 39/42 kB Progress (1): 41/42 kB Progress (1): 42 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2-sources.jar (42 kB at 65 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2-sources.jar Progress (1): 2.0/3.0 kB Progress (1): 3.0 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2-sources.jar (3.0 kB at 4.7 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-cli/1.16.2/appng-cli-1.16.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-cli/1.16.2/appng-cli-1.16.2.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-documentation/1.16.2/appng-documentation-1.16.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-documentation/1.16.2/appng-documentation-1.16.2.pom.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-core/1.16.2/appng-core-1.16.2-javadoc.jar Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0 MB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-core/1.16.2/appng-core-1.16.2-javadoc.jar (1.0 MB at 1.3 MB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application/1.16.2/appng-application-1.16.2.war Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.1/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.2/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.3/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.4/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.5/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.6/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.7/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.8/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 0.9/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.0/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.1/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.2/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.3/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.4/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.5/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.6/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.7/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.8/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 1.9/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.0/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.1/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.2/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.3/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.4/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.5/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.6/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.7/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.8/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 2.9/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.0/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.1/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.2/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.3/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.4/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.5/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.6/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.7/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.8/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 3.9/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.0/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.1/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.2/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.3/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.4/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.5/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.6/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.7/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.8/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 4.9/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.0/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.1/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.2/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.3/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.4/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.5/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.6/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.7/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.8/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 5.9/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.0/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.1/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.2/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.3/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.4/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.5/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.6/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.7/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.8/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 6.9/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.0/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.1/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.2/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.3/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.4/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.5/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.6/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.7/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.8/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 7.9/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.0/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.1/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.2/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.3/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.4/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.5/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.6/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.7/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.8/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 8.9/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.0/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.1/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.2/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.3/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.4/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.5/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.6/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.7/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.8/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 9.9/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10.0/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 10/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 11/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 12/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 13/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 14/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 15/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 16/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 17/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 18/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 19/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 20/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 21/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 22/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 23/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 24/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 25/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 26/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 27/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 28/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 29/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 30/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 31/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 32/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 33/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 34/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 35/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 36/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 37/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 38/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 39/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 40/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 41/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 42/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 43/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 44/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 45/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 46/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 47/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 48/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 49/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 50/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 51/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 52/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 53/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 54/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 55/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 56/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 57/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 58/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 59/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 60/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 61/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 62/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 63/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 64/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 65/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 66/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 67/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 68/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 69/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 70/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 71/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 72/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 73/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 74/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 75/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 76/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 77/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 78/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 79/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 80/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 81/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 82/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 83/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 84/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 85/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 86/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 87/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 88/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 89/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 90/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 91/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 92/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 93/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94/94 MB Progress (1): 94 MB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application/1.16.2/appng-application-1.16.2.war (94 MB at 10 MB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application/1.16.2/appng-application-1.16.2.pom Progress (1): 2.0/6.7 kB Progress (1): 4.1/6.7 kB Progress (1): 6.1/6.7 kB Progress (1): 6.7 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application/1.16.2/appng-application-1.16.2.pom (6.7 kB at 10 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tools/1.16.2/appng-tools-1.16.2.jar Progress (1): 2.0/49 kB Progress (1): 4.1/49 kB Progress (1): 6.1/49 kB Progress (1): 8.2/49 kB Progress (1): 10/49 kB Progress (1): 12/49 kB Progress (1): 14/49 kB Progress (1): 16/49 kB Progress (1): 18/49 kB Progress (1): 20/49 kB Progress (1): 23/49 kB Progress (1): 25/49 kB Progress (1): 27/49 kB Progress (1): 29/49 kB Progress (1): 31/49 kB Progress (1): 33/49 kB Progress (1): 35/49 kB Progress (1): 37/49 kB Progress (1): 39/49 kB Progress (1): 41/49 kB Progress (1): 43/49 kB Progress (1): 45/49 kB Progress (1): 47/49 kB Progress (1): 49 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tools/1.16.2/appng-tools-1.16.2.jar (49 kB at 56 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tools/1.16.2/appng-tools-1.16.2.pom Progress (1): 2.0 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tools/1.16.2/appng-tools-1.16.2.pom (2.0 kB at 3.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat7/1.16.2/appng-tomcat7-1.16.2-javadoc.jar.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-parent/1.16.2/appng-parent-1.16.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-parent/1.16.2/appng-parent-1.16.2.pom.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-core/1.16.2/appng-core-1.16.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-core/1.16.2/appng-core-1.16.2-sources.jar.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-camunda/1.16.2/appng-application-camunda-1.16.2.war.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-camunda/1.16.2/appng-application-camunda-1.16.2.war.asc (473 B at 2.2 kB/s) Downloading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-camunda/maven-metadata.xml Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-camunda/maven-metadata.xml Progress (1): 316 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-camunda/maven-metadata.xml (316 B at 306 B/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2-sources.jar.asc (473 B at 2.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-cli/1.16.2/appng-cli-1.16.2-javadoc.jar Progress (1): 2.0/371 kB Progress (1): 4.1/371 kB Progress (1): 6.1/371 kB Progress (1): 8.2/371 kB Progress (1): 10/371 kB Progress (1): 12/371 kB Progress (1): 14/371 kB Progress (1): 16/371 kB Progress (1): 18/371 kB Progress (1): 20/371 kB Progress (1): 23/371 kB Progress (1): 25/371 kB Progress (1): 27/371 kB Progress (1): 29/371 kB Progress (1): 31/371 kB Progress (1): 33/371 kB Progress (1): 35/371 kB Progress (1): 37/371 kB Progress (1): 39/371 kB Progress (1): 41/371 kB Progress (1): 43/371 kB Progress (1): 45/371 kB Progress (1): 47/371 kB Progress (1): 49/371 kB Progress (1): 51/371 kB Progress (1): 53/371 kB Progress (1): 55/371 kB Progress (1): 57/371 kB Progress (1): 59/371 kB Progress (1): 61/371 kB Progress (1): 63/371 kB Progress (1): 66/371 kB Progress (1): 68/371 kB Progress (1): 70/371 kB Progress (1): 72/371 kB Progress (1): 74/371 kB Progress (1): 76/371 kB Progress (1): 78/371 kB Progress (1): 80/371 kB Progress (1): 82/371 kB Progress (1): 84/371 kB Progress (1): 86/371 kB Progress (1): 88/371 kB Progress (1): 90/371 kB Progress (1): 92/371 kB Progress (1): 94/371 kB Progress (1): 96/371 kB Progress (1): 98/371 kB Progress (1): 100/371 kB Progress (1): 102/371 kB Progress (1): 104/371 kB Progress (1): 106/371 kB Progress (1): 109/371 kB Progress (1): 111/371 kB Progress (1): 113/371 kB Progress (1): 115/371 kB Progress (1): 117/371 kB Progress (1): 119/371 kB Progress (1): 121/371 kB Progress (1): 123/371 kB Progress (1): 125/371 kB Progress (1): 127/371 kB Progress (1): 129/371 kB Progress (1): 131/371 kB Progress (1): 133/371 kB Progress (1): 135/371 kB Progress (1): 137/371 kB Progress (1): 139/371 kB Progress (1): 141/371 kB Progress (1): 143/371 kB Progress (1): 145/371 kB Progress (1): 147/371 kB Progress (1): 150/371 kB Progress (1): 152/371 kB Progress (1): 154/371 kB Progress (1): 156/371 kB Progress (1): 158/371 kB Progress (1): 160/371 kB Progress (1): 162/371 kB Progress (1): 164/371 kB Progress (1): 166/371 kB Progress (1): 168/371 kB Progress (1): 170/371 kB Progress (1): 172/371 kB Progress (1): 174/371 kB Progress (1): 176/371 kB Progress (1): 178/371 kB Progress (1): 180/371 kB Progress (1): 182/371 kB Progress (1): 184/371 kB Progress (1): 186/371 kB Progress (1): 188/371 kB Progress (1): 190/371 kB Progress (1): 193/371 kB Progress (1): 195/371 kB Progress (1): 197/371 kB Progress (1): 199/371 kB Progress (1): 201/371 kB Progress (1): 203/371 kB Progress (1): 205/371 kB Progress (1): 207/371 kB Progress (1): 209/371 kB Progress (1): 211/371 kB Progress (1): 213/371 kB Progress (1): 215/371 kB Progress (1): 217/371 kB Progress (1): 219/371 kB Progress (1): 221/371 kB Progress (1): 223/371 kB Progress (1): 225/371 kB Progress (1): 227/371 kB Progress (1): 229/371 kB Progress (1): 231/371 kB Progress (1): 233/371 kB Progress (1): 236/371 kB Progress (1): 238/371 kB Progress (1): 240/371 kB Progress (1): 242/371 kB Progress (1): 244/371 kB Progress (1): 246/371 kB Progress (1): 248/371 kB Progress (1): 250/371 kB Progress (1): 252/371 kB Progress (1): 254/371 kB Progress (1): 256/371 kB Progress (1): 258/371 kB Progress (1): 260/371 kB Progress (1): 262/371 kB Progress (1): 264/371 kB Progress (1): 266/371 kB Progress (1): 268/371 kB Progress (1): 270/371 kB Progress (1): 272/371 kB Progress (1): 274/371 kB Progress (1): 276/371 kB Progress (1): 279/371 kB Progress (1): 281/371 kB Progress (1): 283/371 kB Progress (1): 285/371 kB Progress (1): 287/371 kB Progress (1): 289/371 kB Progress (1): 291/371 kB Progress (1): 293/371 kB Progress (1): 295/371 kB Progress (1): 297/371 kB Progress (1): 299/371 kB Progress (1): 301/371 kB Progress (1): 303/371 kB Progress (1): 305/371 kB Progress (1): 307/371 kB Progress (1): 309/371 kB Progress (1): 311/371 kB Progress (1): 313/371 kB Progress (1): 315/371 kB Progress (1): 317/371 kB Progress (1): 319/371 kB Progress (1): 322/371 kB Progress (1): 324/371 kB Progress (1): 326/371 kB Progress (1): 328/371 kB Progress (1): 330/371 kB Progress (1): 332/371 kB Progress (1): 334/371 kB Progress (1): 336/371 kB Progress (1): 338/371 kB Progress (1): 340/371 kB Progress (1): 342/371 kB Progress (1): 344/371 kB Progress (1): 346/371 kB Progress (1): 348/371 kB Progress (1): 350/371 kB Progress (1): 352/371 kB Progress (1): 354/371 kB Progress (1): 356/371 kB Progress (1): 358/371 kB Progress (1): 360/371 kB Progress (1): 362/371 kB Progress (1): 365/371 kB Progress (1): 367/371 kB Progress (1): 369/371 kB Progress (1): 371/371 kB Progress (1): 371 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-cli/1.16.2/appng-cli-1.16.2-javadoc.jar (371 kB at 353 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-api/1.16.2/appng-api-1.16.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-api/1.16.2/appng-api-1.16.2-javadoc.jar.asc (473 B at 1.9 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2-sources.jar Progress (1): 2.0/42 kB Progress (1): 4.1/42 kB Progress (1): 6.1/42 kB Progress (1): 8.2/42 kB Progress (1): 10/42 kB Progress (1): 12/42 kB Progress (1): 14/42 kB Progress (1): 16/42 kB Progress (1): 18/42 kB Progress (1): 20/42 kB Progress (1): 23/42 kB Progress (1): 25/42 kB Progress (1): 27/42 kB Progress (1): 29/42 kB Progress (1): 31/42 kB Progress (1): 33/42 kB Progress (1): 35/42 kB Progress (1): 37/42 kB Progress (1): 39/42 kB Progress (1): 41/42 kB Progress (1): 42 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2-sources.jar (42 kB at 64 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-core/1.16.2/appng-core-1.16.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-core/1.16.2/appng-core-1.16.2.jar.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-template-assembly/1.16.2/appng-template-assembly-1.16.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-template-assembly/1.16.2/appng-template-assembly-1.16.2.pom.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-template-assembly/1.16.2/appng-template-assembly-1.16.2.jar Progress (1): 1.5 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-template-assembly/1.16.2/appng-template-assembly-1.16.2.jar (1.5 kB at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-template-assembly/1.16.2/appng-template-assembly-1.16.2.pom Progress (1): 871 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-template-assembly/1.16.2/appng-template-assembly-1.16.2.pom (871 B at 1.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2.jar Progress (1): 2.0/54 kB Progress (1): 4.1/54 kB Progress (1): 6.1/54 kB Progress (1): 8.2/54 kB Progress (1): 10/54 kB Progress (1): 12/54 kB Progress (1): 14/54 kB Progress (1): 16/54 kB Progress (1): 18/54 kB Progress (1): 20/54 kB Progress (1): 23/54 kB Progress (1): 25/54 kB Progress (1): 27/54 kB Progress (1): 29/54 kB Progress (1): 31/54 kB Progress (1): 33/54 kB Progress (1): 35/54 kB Progress (1): 37/54 kB Progress (1): 39/54 kB Progress (1): 41/54 kB Progress (1): 43/54 kB Progress (1): 45/54 kB Progress (1): 47/54 kB Progress (1): 49/54 kB Progress (1): 51/54 kB Progress (1): 53/54 kB Progress (1): 54 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2.jar (54 kB at 87 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2.pom Progress (1): 2.0/2.2 kB Progress (1): 2.2 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2.pom (2.2 kB at 3.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2.jar.asc (473 B at 2.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tools/1.16.2/appng-tools-1.16.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tools/1.16.2/appng-tools-1.16.2.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2-javadoc.jar Progress (1): 2.0/105 kB Progress (1): 4.1/105 kB Progress (1): 6.1/105 kB Progress (1): 8.2/105 kB Progress (1): 10/105 kB Progress (1): 12/105 kB Progress (1): 14/105 kB Progress (1): 16/105 kB Progress (1): 18/105 kB Progress (1): 20/105 kB Progress (1): 23/105 kB Progress (1): 25/105 kB Progress (1): 27/105 kB Progress (1): 29/105 kB Progress (1): 31/105 kB Progress (1): 33/105 kB Progress (1): 35/105 kB Progress (1): 37/105 kB Progress (1): 39/105 kB Progress (1): 41/105 kB Progress (1): 43/105 kB Progress (1): 45/105 kB Progress (1): 47/105 kB Progress (1): 49/105 kB Progress (1): 51/105 kB Progress (1): 53/105 kB Progress (1): 55/105 kB Progress (1): 57/105 kB Progress (1): 59/105 kB Progress (1): 61/105 kB Progress (1): 63/105 kB Progress (1): 66/105 kB Progress (1): 68/105 kB Progress (1): 70/105 kB Progress (1): 72/105 kB Progress (1): 74/105 kB Progress (1): 76/105 kB Progress (1): 78/105 kB Progress (1): 80/105 kB Progress (1): 82/105 kB Progress (1): 84/105 kB Progress (1): 86/105 kB Progress (1): 88/105 kB Progress (1): 90/105 kB Progress (1): 92/105 kB Progress (1): 94/105 kB Progress (1): 96/105 kB Progress (1): 98/105 kB Progress (1): 100/105 kB Progress (1): 102/105 kB Progress (1): 104/105 kB Progress (1): 105 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-persistence/1.16.2/appng-persistence-1.16.2-javadoc.jar (105 kB at 170 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-bom/1.16.2/appng-application-bom-1.16.2.pom Progress (1): 2.0/41 kB Progress (1): 4.1/41 kB Progress (1): 6.1/41 kB Progress (1): 8.2/41 kB Progress (1): 10/41 kB Progress (1): 12/41 kB Progress (1): 14/41 kB Progress (1): 16/41 kB Progress (1): 18/41 kB Progress (1): 20/41 kB Progress (1): 23/41 kB Progress (1): 25/41 kB Progress (1): 27/41 kB Progress (1): 29/41 kB Progress (1): 31/41 kB Progress (1): 33/41 kB Progress (1): 35/41 kB Progress (1): 37/41 kB Progress (1): 39/41 kB Progress (1): 41 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-bom/1.16.2/appng-application-bom-1.16.2.pom (41 kB at 66 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tools/1.16.2/appng-tools-1.16.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tools/1.16.2/appng-tools-1.16.2-sources.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-mail/1.16.2/appng-mail-1.16.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-mail/1.16.2/appng-mail-1.16.2-javadoc.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-camunda/1.16.2/appng-camunda-1.16.2.pom.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-search/1.16.2/appng-search-1.16.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-search/1.16.2/appng-search-1.16.2-sources.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2-javadoc.jar Progress (1): 2.0/803 kB Progress (1): 4.1/803 kB Progress (1): 6.1/803 kB Progress (1): 8.2/803 kB Progress (1): 10/803 kB Progress (1): 12/803 kB Progress (1): 14/803 kB Progress (1): 16/803 kB Progress (1): 18/803 kB Progress (1): 20/803 kB Progress (1): 23/803 kB Progress (1): 25/803 kB Progress (1): 27/803 kB Progress (1): 29/803 kB Progress (1): 31/803 kB Progress (1): 33/803 kB Progress (1): 35/803 kB Progress (1): 37/803 kB Progress (1): 39/803 kB Progress (1): 41/803 kB Progress (1): 43/803 kB Progress (1): 45/803 kB Progress (1): 47/803 kB Progress (1): 49/803 kB Progress (1): 51/803 kB Progress (1): 53/803 kB Progress (1): 55/803 kB Progress (1): 57/803 kB Progress (1): 59/803 kB Progress (1): 61/803 kB Progress (1): 63/803 kB Progress (1): 66/803 kB Progress (1): 68/803 kB Progress (1): 70/803 kB Progress (1): 72/803 kB Progress (1): 74/803 kB Progress (1): 76/803 kB Progress (1): 78/803 kB Progress (1): 80/803 kB Progress (1): 82/803 kB Progress (1): 84/803 kB Progress (1): 86/803 kB Progress (1): 88/803 kB Progress (1): 90/803 kB Progress (1): 92/803 kB Progress (1): 94/803 kB Progress (1): 96/803 kB Progress (1): 98/803 kB Progress (1): 100/803 kB Progress (1): 102/803 kB Progress (1): 104/803 kB Progress (1): 106/803 kB Progress (1): 109/803 kB Progress (1): 111/803 kB Progress (1): 113/803 kB Progress (1): 115/803 kB Progress (1): 117/803 kB Progress (1): 119/803 kB Progress (1): 121/803 kB Progress (1): 123/803 kB Progress (1): 125/803 kB Progress (1): 127/803 kB Progress (1): 129/803 kB Progress (1): 131/803 kB Progress (1): 133/803 kB Progress (1): 135/803 kB Progress (1): 137/803 kB Progress (1): 139/803 kB Progress (1): 141/803 kB Progress (1): 143/803 kB Progress (1): 145/803 kB Progress (1): 147/803 kB Progress (1): 150/803 kB Progress (1): 152/803 kB Progress (1): 154/803 kB Progress (1): 156/803 kB Progress (1): 158/803 kB Progress (1): 160/803 kB Progress (1): 162/803 kB Progress (1): 164/803 kB Progress (1): 166/803 kB Progress (1): 168/803 kB Progress (1): 170/803 kB Progress (1): 172/803 kB Progress (1): 174/803 kB Progress (1): 176/803 kB Progress (1): 178/803 kB Progress (1): 180/803 kB Progress (1): 182/803 kB Progress (1): 184/803 kB Progress (1): 186/803 kB Progress (1): 188/803 kB Progress (1): 190/803 kB Progress (1): 193/803 kB Progress (1): 195/803 kB Progress (1): 197/803 kB Progress (1): 199/803 kB Progress (1): 201/803 kB Progress (1): 203/803 kB Progress (1): 205/803 kB Progress (1): 207/803 kB Progress (1): 209/803 kB Progress (1): 211/803 kB Progress (1): 213/803 kB Progress (1): 215/803 kB Progress (1): 217/803 kB Progress (1): 219/803 kB Progress (1): 221/803 kB Progress (1): 223/803 kB Progress (1): 225/803 kB Progress (1): 227/803 kB Progress (1): 229/803 kB Progress (1): 231/803 kB Progress (1): 233/803 kB Progress (1): 236/803 kB Progress (1): 238/803 kB Progress (1): 240/803 kB Progress (1): 242/803 kB Progress (1): 244/803 kB Progress (1): 246/803 kB Progress (1): 248/803 kB Progress (1): 250/803 kB Progress (1): 252/803 kB Progress (1): 254/803 kB Progress (1): 256/803 kB Progress (1): 258/803 kB Progress (1): 260/803 kB Progress (1): 262/803 kB Progress (1): 264/803 kB Progress (1): 266/803 kB Progress (1): 268/803 kB Progress (1): 270/803 kB Progress (1): 272/803 kB Progress (1): 274/803 kB Progress (1): 276/803 kB Progress (1): 279/803 kB Progress (1): 281/803 kB Progress (1): 283/803 kB Progress (1): 285/803 kB Progress (1): 287/803 kB Progress (1): 289/803 kB Progress (1): 291/803 kB Progress (1): 293/803 kB Progress (1): 295/803 kB Progress (1): 297/803 kB Progress (1): 299/803 kB Progress (1): 301/803 kB Progress (1): 303/803 kB Progress (1): 305/803 kB Progress (1): 307/803 kB Progress (1): 309/803 kB Progress (1): 311/803 kB Progress (1): 313/803 kB Progress (1): 315/803 kB Progress (1): 317/803 kB Progress (1): 319/803 kB Progress (1): 322/803 kB Progress (1): 324/803 kB Progress (1): 326/803 kB Progress (1): 328/803 kB Progress (1): 330/803 kB Progress (1): 332/803 kB Progress (1): 334/803 kB Progress (1): 336/803 kB Progress (1): 338/803 kB Progress (1): 340/803 kB Progress (1): 342/803 kB Progress (1): 344/803 kB Progress (1): 346/803 kB Progress (1): 348/803 kB Progress (1): 350/803 kB Progress (1): 352/803 kB Progress (1): 354/803 kB Progress (1): 356/803 kB Progress (1): 358/803 kB Progress (1): 360/803 kB Progress (1): 362/803 kB Progress (1): 365/803 kB Progress (1): 367/803 kB Progress (1): 369/803 kB Progress (1): 371/803 kB Progress (1): 373/803 kB Progress (1): 375/803 kB Progress (1): 377/803 kB Progress (1): 379/803 kB Progress (1): 381/803 kB Progress (1): 383/803 kB Progress (1): 385/803 kB Progress (1): 387/803 kB Progress (1): 389/803 kB Progress (1): 391/803 kB Progress (1): 393/803 kB Progress (1): 395/803 kB Progress (1): 397/803 kB Progress (1): 399/803 kB Progress (1): 401/803 kB Progress (1): 403/803 kB Progress (1): 406/803 kB Progress (1): 408/803 kB Progress (1): 410/803 kB Progress (1): 412/803 kB Progress (1): 414/803 kB Progress (1): 416/803 kB Progress (1): 418/803 kB Progress (1): 420/803 kB Progress (1): 422/803 kB Progress (1): 424/803 kB Progress (1): 426/803 kB Progress (1): 428/803 kB Progress (1): 430/803 kB Progress (1): 432/803 kB Progress (1): 434/803 kB Progress (1): 436/803 kB Progress (1): 438/803 kB Progress (1): 440/803 kB Progress (1): 442/803 kB Progress (1): 444/803 kB Progress (1): 446/803 kB Progress (1): 449/803 kB Progress (1): 451/803 kB Progress (1): 453/803 kB Progress (1): 455/803 kB Progress (1): 457/803 kB Progress (1): 459/803 kB Progress (1): 461/803 kB Progress (1): 463/803 kB Progress (1): 465/803 kB Progress (1): 467/803 kB Progress (1): 469/803 kB Progress (1): 471/803 kB Progress (1): 473/803 kB Progress (1): 475/803 kB Progress (1): 477/803 kB Progress (1): 479/803 kB Progress (1): 481/803 kB Progress (1): 483/803 kB Progress (1): 485/803 kB Progress (1): 487/803 kB Progress (1): 489/803 kB Progress (1): 492/803 kB Progress (1): 494/803 kB Progress (1): 496/803 kB Progress (1): 498/803 kB Progress (1): 500/803 kB Progress (1): 502/803 kB Progress (1): 504/803 kB Progress (1): 506/803 kB Progress (1): 508/803 kB Progress (1): 510/803 kB Progress (1): 512/803 kB Progress (1): 514/803 kB Progress (1): 516/803 kB Progress (1): 518/803 kB Progress (1): 520/803 kB Progress (1): 522/803 kB Progress (1): 524/803 kB Progress (1): 526/803 kB Progress (1): 528/803 kB Progress (1): 530/803 kB Progress (1): 532/803 kB Progress (1): 535/803 kB Progress (1): 537/803 kB Progress (1): 539/803 kB Progress (1): 541/803 kB Progress (1): 543/803 kB Progress (1): 545/803 kB Progress (1): 547/803 kB Progress (1): 549/803 kB Progress (1): 551/803 kB Progress (1): 553/803 kB Progress (1): 555/803 kB Progress (1): 557/803 kB Progress (1): 559/803 kB Progress (1): 561/803 kB Progress (1): 563/803 kB Progress (1): 565/803 kB Progress (1): 567/803 kB Progress (1): 569/803 kB Progress (1): 571/803 kB Progress (1): 573/803 kB Progress (1): 575/803 kB Progress (1): 578/803 kB Progress (1): 580/803 kB Progress (1): 582/803 kB Progress (1): 584/803 kB Progress (1): 586/803 kB Progress (1): 588/803 kB Progress (1): 590/803 kB Progress (1): 592/803 kB Progress (1): 594/803 kB Progress (1): 596/803 kB Progress (1): 598/803 kB Progress (1): 600/803 kB Progress (1): 602/803 kB Progress (1): 604/803 kB Progress (1): 606/803 kB Progress (1): 608/803 kB Progress (1): 610/803 kB Progress (1): 612/803 kB Progress (1): 614/803 kB Progress (1): 616/803 kB Progress (1): 618/803 kB Progress (1): 621/803 kB Progress (1): 623/803 kB Progress (1): 625/803 kB Progress (1): 627/803 kB Progress (1): 629/803 kB Progress (1): 631/803 kB Progress (1): 633/803 kB Progress (1): 635/803 kB Progress (1): 637/803 kB Progress (1): 639/803 kB Progress (1): 641/803 kB Progress (1): 643/803 kB Progress (1): 645/803 kB Progress (1): 647/803 kB Progress (1): 649/803 kB Progress (1): 651/803 kB Progress (1): 653/803 kB Progress (1): 655/803 kB Progress (1): 657/803 kB Progress (1): 659/803 kB Progress (1): 662/803 kB Progress (1): 664/803 kB Progress (1): 666/803 kB Progress (1): 668/803 kB Progress (1): 670/803 kB Progress (1): 672/803 kB Progress (1): 674/803 kB Progress (1): 676/803 kB Progress (1): 678/803 kB Progress (1): 680/803 kB Progress (1): 682/803 kB Progress (1): 684/803 kB Progress (1): 686/803 kB Progress (1): 688/803 kB Progress (1): 690/803 kB Progress (1): 692/803 kB Progress (1): 694/803 kB Progress (1): 696/803 kB Progress (1): 698/803 kB Progress (1): 700/803 kB Progress (1): 702/803 kB Progress (1): 705/803 kB Progress (1): 707/803 kB Progress (1): 709/803 kB Progress (1): 711/803 kB Progress (1): 713/803 kB Progress (1): 715/803 kB Progress (1): 717/803 kB Progress (1): 719/803 kB Progress (1): 721/803 kB Progress (1): 723/803 kB Progress (1): 725/803 kB Progress (1): 727/803 kB Progress (1): 729/803 kB Progress (1): 731/803 kB Progress (1): 733/803 kB Progress (1): 735/803 kB Progress (1): 737/803 kB Progress (1): 739/803 kB Progress (1): 741/803 kB Progress (1): 743/803 kB Progress (1): 745/803 kB Progress (1): 748/803 kB Progress (1): 750/803 kB Progress (1): 752/803 kB Progress (1): 754/803 kB Progress (1): 756/803 kB Progress (1): 758/803 kB Progress (1): 760/803 kB Progress (1): 762/803 kB Progress (1): 764/803 kB Progress (1): 766/803 kB Progress (1): 768/803 kB Progress (1): 770/803 kB Progress (1): 772/803 kB Progress (1): 774/803 kB Progress (1): 776/803 kB Progress (1): 778/803 kB Progress (1): 780/803 kB Progress (1): 782/803 kB Progress (1): 784/803 kB Progress (1): 786/803 kB Progress (1): 788/803 kB Progress (1): 791/803 kB Progress (1): 793/803 kB Progress (1): 795/803 kB Progress (1): 797/803 kB Progress (1): 799/803 kB Progress (1): 801/803 kB Progress (1): 803/803 kB Progress (1): 803 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2-javadoc.jar (803 kB at 897 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-archetype-application/1.16.2/appng-archetype-application-1.16.2-sources.jar Progress (1): 2.0/15 kB Progress (1): 4.1/15 kB Progress (1): 6.1/15 kB Progress (1): 8.2/15 kB Progress (1): 10/15 kB Progress (1): 12/15 kB Progress (1): 14/15 kB Progress (1): 15 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-archetype-application/1.16.2/appng-archetype-application-1.16.2-sources.jar (15 kB at 22 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-mail/1.16.2/appng-mail-1.16.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-mail/1.16.2/appng-mail-1.16.2.pom.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2.jar Progress (1): 2.0/56 kB Progress (1): 4.1/56 kB Progress (1): 6.1/56 kB Progress (1): 8.2/56 kB Progress (1): 10/56 kB Progress (1): 12/56 kB Progress (1): 14/56 kB Progress (1): 16/56 kB Progress (1): 18/56 kB Progress (1): 20/56 kB Progress (1): 23/56 kB Progress (1): 25/56 kB Progress (1): 27/56 kB Progress (1): 29/56 kB Progress (1): 31/56 kB Progress (1): 33/56 kB Progress (1): 35/56 kB Progress (1): 37/56 kB Progress (1): 39/56 kB Progress (1): 41/56 kB Progress (1): 43/56 kB Progress (1): 45/56 kB Progress (1): 47/56 kB Progress (1): 49/56 kB Progress (1): 51/56 kB Progress (1): 53/56 kB Progress (1): 55/56 kB Progress (1): 56 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2.jar (56 kB at 86 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2.pom Progress (1): 1.8 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2.pom (1.8 kB at 2.6 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2-javadoc.jar.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-api/1.16.2/appng-api-1.16.2-sources.jar Progress (1): 2.0/259 kB Progress (1): 4.1/259 kB Progress (1): 6.1/259 kB Progress (1): 8.2/259 kB Progress (1): 10/259 kB Progress (1): 12/259 kB Progress (1): 14/259 kB Progress (1): 16/259 kB Progress (1): 18/259 kB Progress (1): 20/259 kB Progress (1): 23/259 kB Progress (1): 25/259 kB Progress (1): 27/259 kB Progress (1): 29/259 kB Progress (1): 31/259 kB Progress (1): 33/259 kB Progress (1): 35/259 kB Progress (1): 37/259 kB Progress (1): 39/259 kB Progress (1): 41/259 kB Progress (1): 43/259 kB Progress (1): 45/259 kB Progress (1): 47/259 kB Progress (1): 49/259 kB Progress (1): 51/259 kB Progress (1): 53/259 kB Progress (1): 55/259 kB Progress (1): 57/259 kB Progress (1): 59/259 kB Progress (1): 61/259 kB Progress (1): 63/259 kB Progress (1): 66/259 kB Progress (1): 68/259 kB Progress (1): 70/259 kB Progress (1): 72/259 kB Progress (1): 74/259 kB Progress (1): 76/259 kB Progress (1): 78/259 kB Progress (1): 80/259 kB Progress (1): 82/259 kB Progress (1): 84/259 kB Progress (1): 86/259 kB Progress (1): 88/259 kB Progress (1): 90/259 kB Progress (1): 92/259 kB Progress (1): 94/259 kB Progress (1): 96/259 kB Progress (1): 98/259 kB Progress (1): 100/259 kB Progress (1): 102/259 kB Progress (1): 104/259 kB Progress (1): 106/259 kB Progress (1): 109/259 kB Progress (1): 111/259 kB Progress (1): 113/259 kB Progress (1): 115/259 kB Progress (1): 117/259 kB Progress (1): 119/259 kB Progress (1): 121/259 kB Progress (1): 123/259 kB Progress (1): 125/259 kB Progress (1): 127/259 kB Progress (1): 129/259 kB Progress (1): 131/259 kB Progress (1): 133/259 kB Progress (1): 135/259 kB Progress (1): 137/259 kB Progress (1): 139/259 kB Progress (1): 141/259 kB Progress (1): 143/259 kB Progress (1): 145/259 kB Progress (1): 147/259 kB Progress (1): 150/259 kB Progress (1): 152/259 kB Progress (1): 154/259 kB Progress (1): 156/259 kB Progress (1): 158/259 kB Progress (1): 160/259 kB Progress (1): 162/259 kB Progress (1): 164/259 kB Progress (1): 166/259 kB Progress (1): 168/259 kB Progress (1): 170/259 kB Progress (1): 172/259 kB Progress (1): 174/259 kB Progress (1): 176/259 kB Progress (1): 178/259 kB Progress (1): 180/259 kB Progress (1): 182/259 kB Progress (1): 184/259 kB Progress (1): 186/259 kB Progress (1): 188/259 kB Progress (1): 190/259 kB Progress (1): 193/259 kB Progress (1): 195/259 kB Progress (1): 197/259 kB Progress (1): 199/259 kB Progress (1): 201/259 kB Progress (1): 203/259 kB Progress (1): 205/259 kB Progress (1): 207/259 kB Progress (1): 209/259 kB Progress (1): 211/259 kB Progress (1): 213/259 kB Progress (1): 215/259 kB Progress (1): 217/259 kB Progress (1): 219/259 kB Progress (1): 221/259 kB Progress (1): 223/259 kB Progress (1): 225/259 kB Progress (1): 227/259 kB Progress (1): 229/259 kB Progress (1): 231/259 kB Progress (1): 233/259 kB Progress (1): 236/259 kB Progress (1): 238/259 kB Progress (1): 240/259 kB Progress (1): 242/259 kB Progress (1): 244/259 kB Progress (1): 246/259 kB Progress (1): 248/259 kB Progress (1): 250/259 kB Progress (1): 252/259 kB Progress (1): 254/259 kB Progress (1): 256/259 kB Progress (1): 258/259 kB Progress (1): 259 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-api/1.16.2/appng-api-1.16.2-sources.jar (259 kB at 370 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-template-assembly/1.16.2/appng-template-assembly-1.16.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-template-assembly/1.16.2/appng-template-assembly-1.16.2.jar.asc (473 B at 2.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-camunda/1.16.2/appng-application-camunda-1.16.2.pom.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-camunda/1.16.2/appng-application-camunda-1.16.2.pom.asc (473 B at 2.2 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application/1.16.2/appng-application-1.16.2-sources.jar Progress (1): 2.0/3.0 kB Progress (1): 3.0 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application/1.16.2/appng-application-1.16.2-sources.jar (3.0 kB at 3.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-mail/1.16.2/appng-mail-1.16.2-sources.jar Progress (1): 2.0/12 kB Progress (1): 4.1/12 kB Progress (1): 6.1/12 kB Progress (1): 8.2/12 kB Progress (1): 10/12 kB Progress (1): 12 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-mail/1.16.2/appng-mail-1.16.2-sources.jar (12 kB at 18 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2-javadoc.jar Progress (1): 2.0/34 kB Progress (1): 4.1/34 kB Progress (1): 6.1/34 kB Progress (1): 8.2/34 kB Progress (1): 10/34 kB Progress (1): 12/34 kB Progress (1): 14/34 kB Progress (1): 16/34 kB Progress (1): 18/34 kB Progress (1): 20/34 kB Progress (1): 23/34 kB Progress (1): 25/34 kB Progress (1): 27/34 kB Progress (1): 29/34 kB Progress (1): 31/34 kB Progress (1): 33/34 kB Progress (1): 34 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2-javadoc.jar (34 kB at 49 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-assembly/1.16.2/appng-application-assembly-1.16.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-assembly/1.16.2/appng-application-assembly-1.16.2-sources.jar.asc (473 B at 2.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-taglib/1.16.2/appng-taglib-1.16.2-javadoc.jar.asc (473 B at 2.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-documentation/1.16.2/appng-documentation-1.16.2.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-documentation/1.16.2/appng-documentation-1.16.2.jar.asc (473 B at 1.9 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2-javadoc.jar Progress (1): 2.0/219 kB Progress (1): 4.1/219 kB Progress (1): 6.1/219 kB Progress (1): 8.2/219 kB Progress (1): 10/219 kB Progress (1): 12/219 kB Progress (1): 14/219 kB Progress (1): 16/219 kB Progress (1): 18/219 kB Progress (1): 20/219 kB Progress (1): 23/219 kB Progress (1): 25/219 kB Progress (1): 27/219 kB Progress (1): 29/219 kB Progress (1): 31/219 kB Progress (1): 33/219 kB Progress (1): 35/219 kB Progress (1): 37/219 kB Progress (1): 39/219 kB Progress (1): 41/219 kB Progress (1): 43/219 kB Progress (1): 45/219 kB Progress (1): 47/219 kB Progress (1): 49/219 kB Progress (1): 51/219 kB Progress (1): 53/219 kB Progress (1): 55/219 kB Progress (1): 57/219 kB Progress (1): 59/219 kB Progress (1): 61/219 kB Progress (1): 63/219 kB Progress (1): 66/219 kB Progress (1): 68/219 kB Progress (1): 70/219 kB Progress (1): 72/219 kB Progress (1): 74/219 kB Progress (1): 76/219 kB Progress (1): 78/219 kB Progress (1): 80/219 kB Progress (1): 82/219 kB Progress (1): 84/219 kB Progress (1): 86/219 kB Progress (1): 88/219 kB Progress (1): 90/219 kB Progress (1): 92/219 kB Progress (1): 94/219 kB Progress (1): 96/219 kB Progress (1): 98/219 kB Progress (1): 100/219 kB Progress (1): 102/219 kB Progress (1): 104/219 kB Progress (1): 106/219 kB Progress (1): 109/219 kB Progress (1): 111/219 kB Progress (1): 113/219 kB Progress (1): 115/219 kB Progress (1): 117/219 kB Progress (1): 119/219 kB Progress (1): 121/219 kB Progress (1): 123/219 kB Progress (1): 125/219 kB Progress (1): 127/219 kB Progress (1): 129/219 kB Progress (1): 131/219 kB Progress (1): 133/219 kB Progress (1): 135/219 kB Progress (1): 137/219 kB Progress (1): 139/219 kB Progress (1): 141/219 kB Progress (1): 143/219 kB Progress (1): 145/219 kB Progress (1): 147/219 kB Progress (1): 150/219 kB Progress (1): 152/219 kB Progress (1): 154/219 kB Progress (1): 156/219 kB Progress (1): 158/219 kB Progress (1): 160/219 kB Progress (1): 162/219 kB Progress (1): 164/219 kB Progress (1): 166/219 kB Progress (1): 168/219 kB Progress (1): 170/219 kB Progress (1): 172/219 kB Progress (1): 174/219 kB Progress (1): 176/219 kB Progress (1): 178/219 kB Progress (1): 180/219 kB Progress (1): 182/219 kB Progress (1): 184/219 kB Progress (1): 186/219 kB Progress (1): 188/219 kB Progress (1): 190/219 kB Progress (1): 193/219 kB Progress (1): 195/219 kB Progress (1): 197/219 kB Progress (1): 199/219 kB Progress (1): 201/219 kB Progress (1): 203/219 kB Progress (1): 205/219 kB Progress (1): 207/219 kB Progress (1): 209/219 kB Progress (1): 211/219 kB Progress (1): 213/219 kB Progress (1): 215/219 kB Progress (1): 217/219 kB Progress (1): 219/219 kB Progress (1): 219 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-appngizer-jaxb/1.16.2/appng-appngizer-jaxb-1.16.2-javadoc.jar (219 kB at 323 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2-javadoc.jar Progress (1): 2.0/27 kB Progress (1): 4.1/27 kB Progress (1): 6.1/27 kB Progress (1): 8.2/27 kB Progress (1): 10/27 kB Progress (1): 12/27 kB Progress (1): 14/27 kB Progress (1): 16/27 kB Progress (1): 18/27 kB Progress (1): 20/27 kB Progress (1): 23/27 kB Progress (1): 25/27 kB Progress (1): 27/27 kB Progress (1): 27 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-tomcat8/1.16.2/appng-tomcat8-1.16.2-javadoc.jar (27 kB at 38 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-testsupport/1.16.2/appng-testsupport-1.16.2-sources.jar.asc (473 B at 2.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-template-assembly/1.16.2/appng-template-assembly-1.16.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-template-assembly/1.16.2/appng-template-assembly-1.16.2-sources.jar.asc (473 B at 2.0 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-search/1.16.2/appng-search-1.16.2-sources.jar Progress (1): 2.0/39 kB Progress (1): 4.1/39 kB Progress (1): 6.1/39 kB Progress (1): 8.2/39 kB Progress (1): 10/39 kB Progress (1): 12/39 kB Progress (1): 14/39 kB Progress (1): 16/39 kB Progress (1): 18/39 kB Progress (1): 20/39 kB Progress (1): 23/39 kB Progress (1): 25/39 kB Progress (1): 27/39 kB Progress (1): 29/39 kB Progress (1): 31/39 kB Progress (1): 33/39 kB Progress (1): 35/39 kB Progress (1): 37/39 kB Progress (1): 39/39 kB Progress (1): 39 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-search/1.16.2/appng-search-1.16.2-sources.jar (39 kB at 62 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/maven/appng-appngizer-maven-plugin/1.16.2/appng-appngizer-maven-plugin-1.16.2-sources.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-formtags/1.16.2/appng-formtags-1.16.2-sources.jar.asc (473 B at 2.3 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2-javadoc.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-xmlapi/1.16.2/appng-xmlapi-1.16.2-javadoc.jar.asc (473 B at 1.7 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-camunda/1.16.2/appng-application-camunda-1.16.2.war Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.1/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.2/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.3/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.4/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.5/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.6/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.7/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.8/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 0.9/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.0/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.1/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.2/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.3/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.4/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.5/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.6/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.7/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.8/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 1.9/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.0/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.1/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.2/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.3/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.4/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.5/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.6/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.7/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.8/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 2.9/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.0/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.1/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.2/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.3/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.4/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.5/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.6/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.7/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.8/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 3.9/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.0/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.1/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.2/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.3/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.4/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.5/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.6/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.7/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.8/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 4.9/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.0/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.1/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.2/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.3/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.4/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.5/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.6/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.7/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.8/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 5.9/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.0/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.1/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.2/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.3/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.4/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.5/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.6/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.7/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.8/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 6.9/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.0/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.1/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.2/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.3/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.4/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.5/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.6/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.7/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.8/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 7.9/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.0/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.1/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.2/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.3/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.4/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.5/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.6/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.7/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.8/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 8.9/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.0/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.1/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.2/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.3/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.4/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.5/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.6/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.7/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.8/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 9.9/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10.0/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 10/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 11/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 12/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 13/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 14/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 15/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 16/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 17/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 18/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 19/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 20/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 21/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 22/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 23/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 24/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 25/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 26/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 27/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 28/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 29/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 30/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 31/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 32/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 33/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 34/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 35/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 36/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 37/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 38/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 39/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 40/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 41/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 42/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 43/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 44/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 45/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 46/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 47/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 48/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 49/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 50/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 51/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 52/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 53/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 54/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 55/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 56/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 57/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 58/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 59/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 60/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 61/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 62/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 63/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 64/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 65/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 66/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 67/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 68/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 69/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 70/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 71/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 72/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 73/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 74/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 75/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 76/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 77/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 78/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 79/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 80/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 81/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 82/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 83/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 84/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 85/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 86/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 87/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 88/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 89/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 90/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 91/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 92/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 93/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 94/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 95/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 96/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 97/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 98/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 99/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 100/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101/101 MB Progress (1): 101 MB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-camunda/1.16.2/appng-application-camunda-1.16.2.war (101 MB at 6.1 MB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-camunda/1.16.2/appng-application-camunda-1.16.2.pom Progress (1): 2.0/2.1 kB Progress (1): 2.1 kB Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-application-camunda/1.16.2/appng-application-camunda-1.16.2.pom (2.1 kB at 3.1 kB/s) Uploading: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-forms/1.16.2/appng-forms-1.16.2-sources.jar.asc Progress (1): 473 B Uploaded: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgappng-1034/org/appng/appng-forms/1.16.2/appng-forms-1.16.2-sources.jar.asc (473 B at 1.9 kB/s) [INFO] * Upload of locally staged artifacts finished. [INFO] * Closing staging repository with ID "orgappng-1034". Waiting for operation to complete... ............. [INFO] Remote staged 1 repositories, finished with success. [INFO] [INFO] --- maven-antrun-plugin:1.8:run (default) @ appng-application-camunda --- [INFO] Executing tasks main: [copy] Copying 1 file to /srv/www/appng.org/appng/builds/stable [INFO] Executed tasks [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] appNG Parent ....................................... SUCCESS [ 20.736 s] [INFO] appNG Tools ........................................ SUCCESS [ 22.353 s] [INFO] appNG Mail ......................................... SUCCESS [ 15.668 s] [INFO] appNG Forms ........................................ SUCCESS [ 8.821 s] [INFO] appng Formtags ..................................... SUCCESS [ 7.997 s] [INFO] appNG XML-API ...................................... SUCCESS [ 20.480 s] [INFO] appNG public API ................................... SUCCESS [ 24.303 s] [INFO] appNG testsupport .................................. SUCCESS [ 9.362 s] [INFO] appNG Persistence-Tools ............................ SUCCESS [ 43.464 s] [INFO] appNG Search ....................................... SUCCESS [01:00 min] [INFO] appNG Core Library ................................. SUCCESS [01:22 min] [INFO] appNG Tomcat 7 ..................................... SUCCESS [ 13.735 s] [INFO] appNG Tomcat 8 ..................................... SUCCESS [ 9.333 s] [INFO] appNG Command Line Interface ....................... SUCCESS [ 51.417 s] [INFO] appNG Tag Library .................................. SUCCESS [ 14.821 s] [INFO] appNG Application .................................. SUCCESS [ 10.119 s] [INFO] appNG application BOM .............................. SUCCESS [ 2.619 s] [INFO] appNG Documentation ................................ SUCCESS [ 41.550 s] [INFO] appNG Template Assembly Descriptors ................ SUCCESS [ 9.077 s] [INFO] appNG Template Parent .............................. SUCCESS [ 6.938 s] [INFO] appng-application-assembly ......................... SUCCESS [ 10.009 s] [INFO] appNG application parent ........................... SUCCESS [ 11.519 s] [INFO] Archetype - appng-archetype-application ............ SUCCESS [ 10.122 s] [INFO] appNGizer JAXB API ................................. SUCCESS [ 16.878 s] [INFO] appNGizer .......................................... SUCCESS [ 58.834 s] [INFO] appNG appNGizer Maven Plugin ....................... SUCCESS [ 18.949 s] [INFO] appNG camunda ...................................... SUCCESS [ 12.537 s] [INFO] appNG Application, including Camunda BPM process engine libraries SUCCESS [04:48 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 15:07 min [INFO] Finished at: 2018-01-15T16:18:31+01:00 [INFO] Final Memory: 286M/1733M [INFO] ------------------------------------------------------------------------ [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone [Pipeline] { [Pipeline] sh [appng-standalone] Running shell script + /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn clean deploy [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Standalone 1.16.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ appng-standalone --- [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-standalone --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-standalone --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-standalone --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-standalone --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-standalone --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.standalone.ApplicationStartupTest Replacement String: C:\Foo\Bar\Bla\Blubb [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.appng.standalone.ApplicationStartupTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-standalone --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/appng-standalone-1.16.2.jar [INFO] [INFO] --- maven-dependency-plugin:3.0.1:copy-dependencies (default) @ appng-standalone --- [INFO] Copying tomcat-embed-jasper-8.5.23.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/tomcat-embed-jasper-8.5.23.jar [INFO] Copying appng-application-1.16.2.war to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-application-1.16.2.war [INFO] Copying appng-appngizer-1.16.2.war to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-appngizer-1.16.2.war [INFO] Copying ecj-3.12.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/ecj-3.12.3.jar [INFO] Copying tomcat-embed-el-8.5.23.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/tomcat-embed-el-8.5.23.jar [INFO] Copying appng-authentication-1.11.2.zip to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-authentication-1.11.2.zip [INFO] Copying tomcat-annotations-api-8.5.23.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/tomcat-annotations-api-8.5.23.jar [INFO] Copying appng-manager-1.12.4.zip to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-manager-1.12.4.zip [INFO] Copying tomcat-embed-core-8.5.23.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/tomcat-embed-core-8.5.23.jar [INFO] Copying commons-io-2.6.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/commons-io-2.6.jar [INFO] Copying appng-scheduler-1.11.5.zip to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-scheduler-1.11.5.zip [INFO] Copying appng-template-1.14.3.zip to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-template-1.14.3.zip [INFO] Copying tomcat-tribes-8.5.23.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/tomcat-tribes-8.5.23.jar [INFO] Copying tomcat-juli-8.5.23.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/tomcat-juli-8.5.23.jar [INFO] [INFO] --- maven-assembly-plugin:3.0.0:single (default) @ appng-standalone --- [INFO] Reading assembly descriptor: src/main/assembly/assembly.xml [INFO] Building zip: /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/appng-standalone-1.16.2.zip [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-standalone --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/appng-standalone-1.16.2-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-standalone --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/appng-standalone-1.16.2.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-standalone/1.16.2/appng-standalone-1.16.2.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-standalone/1.16.2/appng-standalone-1.16.2.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/appng-standalone-1.16.2.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-standalone/1.16.2/appng-standalone-1.16.2.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/appng-standalone-1.16.2-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-standalone/1.16.2/appng-standalone-1.16.2-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-standalone --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.16.2/appng-standalone-1.16.2.jar Progress (1): 2.0/9.5 kB Progress (1): 4.1/9.5 kB Progress (1): 6.1/9.5 kB Progress (1): 8.2/9.5 kB Progress (1): 9.5 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.16.2/appng-standalone-1.16.2.jar (9.5 kB at 24 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.16.2/appng-standalone-1.16.2.pom Progress (1): 2.0/6.0 kB Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.16.2/appng-standalone-1.16.2.pom (6.0 kB at 149 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml Progress (1): 495 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml (495 B at 1.7 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml Progress (1): 527 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml (527 B at 4.7 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.16.2/appng-standalone-1.16.2.zip Progress (1): 0/102 MB Progress (1): 0/102 MB Progress (1): 0/102 MB Progress (1): 0/102 MB Progress (1): 0/102 MB Progress (1): 0/102 MB Progress (1): 0/102 MB Progress (1): 0/102 MB Progress (1): 0/102 MB Progress (1): 0/102 MB Progress (1): 0/102 MB Progress (1): 0/102 MB Progress (1): 0/102 MB Progress (1): 0/102 MB Progress (1): 0/102 MB Progress (1): 0/102 MB Progress (1): 0/102 MB Progress (1): 0/102 MB Progress (1): 0/102 MB Progress (1): 0/102 MB Progress (1): 0/102 MB Progress (1): 0/102 MB Progress (1): 0/102 MB Progress (1): 0/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.1/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.2/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.3/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.4/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.5/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.6/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.7/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.8/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 0.9/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.0/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.1/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.2/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.3/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.4/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.5/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.6/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.7/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.8/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 1.9/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.0/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.1/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.2/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.3/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.4/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.5/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.6/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.7/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.8/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 2.9/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.0/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.1/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.2/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.3/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.4/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.5/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.6/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.7/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.8/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 3.9/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.0/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.1/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.2/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.3/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.4/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.5/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.6/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.7/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.8/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 4.9/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.0/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.1/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.2/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.3/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.4/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.5/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.6/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.7/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.8/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 5.9/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.0/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.1/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.2/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.3/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.4/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.5/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.6/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.7/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.8/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 6.9/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.0/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.1/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.2/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.3/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.4/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.5/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.6/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.7/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.8/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 7.9/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.0/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.1/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.2/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.3/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.4/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.5/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.6/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.7/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.8/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 8.9/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.0/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.1/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.2/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.3/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.4/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.5/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.6/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.7/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.8/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 9.9/102 MB Progress (1): 10.0/102 MB Progress (1): 10.0/102 MB Progress (1): 10.0/102 MB Progress (1): 10.0/102 MB Progress (1): 10.0/102 MB Progress (1): 10.0/102 MB Progress (1): 10.0/102 MB Progress (1): 10.0/102 MB Progress (1): 10.0/102 MB Progress (1): 10.0/102 MB Progress (1): 10.0/102 MB Progress (1): 10.0/102 MB Progress (1): 10.0/102 MB Progress (1): 10.0/102 MB Progress (1): 10.0/102 MB Progress (1): 10.0/102 MB Progress (1): 10.0/102 MB Progress (1): 10.0/102 MB Progress (1): 10.0/102 MB Progress (1): 10.0/102 MB Progress (1): 10.0/102 MB Progress (1): 10.0/102 MB Progress (1): 10.0/102 MB Progress (1): 10.0/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 10/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 11/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 12/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 13/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 14/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 15/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 16/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 17/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 18/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 19/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 20/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 21/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 22/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 23/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 24/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 25/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 26/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 27/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 28/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 29/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 30/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 31/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 32/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 33/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 34/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 35/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 36/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 37/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 38/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 39/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 40/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 41/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 42/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 43/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 44/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 45/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 46/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 47/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 48/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 49/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 50/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 51/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 52/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 53/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 54/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 55/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 56/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 57/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 58/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 59/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 60/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 61/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 62/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 63/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 64/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 65/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 66/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 67/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 68/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 69/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 70/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 71/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 72/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 73/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 74/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 75/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 76/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 77/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 78/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 79/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 80/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 81/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 82/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 83/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 84/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 85/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 86/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 87/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 88/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 89/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 90/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 91/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 92/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 93/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 94/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 95/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 96/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 97/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 98/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 99/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 100/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 101/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102/102 MB Progress (1): 102 MB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.16.2/appng-standalone-1.16.2.zip (102 MB at 24 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.16.2/appng-standalone-1.16.2-sources.jar Progress (1): 2.0/7.8 kB Progress (1): 4.1/7.8 kB Progress (1): 6.1/7.8 kB Progress (1): 7.8 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.16.2/appng-standalone-1.16.2-sources.jar (7.8 kB at 182 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 15.199 s [INFO] Finished at: 2018-01-15T16:18:53+01:00 [INFO] Final Memory: 28M/596M [INFO] ------------------------------------------------------------------------ [Pipeline] sh [appng-standalone] Running shell script + cp target/appng-standalone-1.16.2.zip /srv/www/appng.org/appng/builds/stable [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Results) [Pipeline] junit Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docs) [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng [Pipeline] { [Pipeline] sh [appng] Running shell script + rm -rf /srv/www/appng.org/appng/docs/1.16.2 [Pipeline] sh [appng] Running shell script + mkdir --parents /srv/www/appng.org/appng/docs/1.16.2/javadoc [Pipeline] sh [appng] Running shell script + mkdir --parents /srv/www/appng.org/appng/docs/1.16.2/reference [Pipeline] sh [appng] Running shell script + mkdir --parents /srv/www/appng.org/appng/docs/1.16.2/appngizer/html [Pipeline] sh [appng] Running shell script + mkdir --parents /srv/www/appng.org/appng/docs/1.16.2/appngizer/pdf [Pipeline] sh [appng] Running shell script + mv -f target/site/apidocs/allclasses-frame.html target/site/apidocs/allclasses-noframe.html target/site/apidocs/appng-javadoc.css target/site/apidocs/constant-values.html target/site/apidocs/deprecated-list.html target/site/apidocs/help-doc.html target/site/apidocs/index-all.html target/site/apidocs/index.html target/site/apidocs/org target/site/apidocs/overview-frame.html target/site/apidocs/overview-summary.html target/site/apidocs/overview-tree.html target/site/apidocs/package-list target/site/apidocs/resources target/site/apidocs/script.js target/site/apidocs/serialized-form.html /srv/www/appng.org/appng/docs/1.16.2/javadoc [Pipeline] sh [appng] Running shell script + mv -f appng-documentation/target/generated-docs/html /srv/www/appng.org/appng/docs/1.16.2/reference [Pipeline] sh [appng] Running shell script + mv -f appng-documentation/target/generated-docs/pdf /srv/www/appng.org/appng/docs/1.16.2/reference [Pipeline] sh [appng] Running shell script + mv -f appng-appngizer/target/generated-docs/pdf/appngizer-platform-installation-guide.pdf appng-appngizer/target/generated-docs/pdf/appngizer-setup-guide.pdf appng-appngizer/target/generated-docs/pdf/appngizer-user-manual.pdf /srv/www/appng.org/appng/docs/1.16.2/appngizer/pdf/ [Pipeline] sh [appng] Running shell script + mv -f appng-appngizer/target/generated-docs/html/appng.css appng-appngizer/target/generated-docs/html/appngizer-platform-installation-guide.html appng-appngizer/target/generated-docs/html/appngizer-setup-guide.html appng-appngizer/target/generated-docs/html/appngizer-user-manual.html appng-appngizer/target/generated-docs/html/coderay-asciidoctor.css appng-appngizer/target/generated-docs/html/images appng-appngizer/target/generated-docs/html/parts appng-appngizer/target/generated-docs/html/xml /srv/www/appng.org/appng/docs/1.16.2/appngizer/html/ [Pipeline] sh [appng] Running shell script + rm -rf /srv/www/appng.org/appng/docs/1.16.2/appngizer/html/parts [Pipeline] sh [appng] Running shell script + rm -rf /srv/www/appng.org/appng/docs/1.16.2/appngizer/html/xml [Pipeline] sh [appng] Running shell script + cp appng-xmlapi/target/classes/appng-application.xsd /srv/www/appng.org/schema/application/appng-application-1.16.2.xsd [Pipeline] sh [appng] Running shell script + cp appng-xmlapi/target/classes/appng-platform.xsd /srv/www/appng.org/schema/platform/appng-platform-1.16.2.xsd [Pipeline] sh [appng] Running shell script + cp appng-appngizer-jaxb/target/classes/appngizer.xsd /srv/www/appng.org/schema/appngizer/appngizer-1.16.2.xsd [Pipeline] sh [appng] Running shell script + cp appng-xmlapi/target/classes/appng-application.xsd /srv/www/appng.org/schema/application/appng-application.xsd [Pipeline] sh [appng] Running shell script + cp appng-xmlapi/target/classes/appng-platform.xsd /srv/www/appng.org/schema/platform/appng-platform.xsd [Pipeline] sh [appng] Running shell script + cp appng-appngizer-jaxb/target/classes/appngizer.xsd /srv/www/appng.org/schema/appngizer/appngizer.xsd [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (merge to master and tag) [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng [Pipeline] { [Pipeline] sh [appng] Running shell script + git checkout master Switched to branch 'master' Your branch is up-to-date with 'origin/master'. [Pipeline] sh [appng] Running shell script + git merge --ff appng-1.16.x --strategy-option theirs Merge made by the 'recursive' strategy. README.adoc | 4 +- appng-api/pom.xml | 30 +- .../main/java/org/appng/api/ActionProvider.java | 2 +- .../org/appng/api/ApplicationConfigProvider.java | 2 +- .../java/org/appng/api/ApplicationController.java | 2 +- .../java/org/appng/api/ApplicationException.java | 2 +- .../java/org/appng/api/AttachmentWebservice.java | 2 +- .../main/java/org/appng/api/BusinessException.java | 2 +- .../src/main/java/org/appng/api/DataContainer.java | 2 +- .../src/main/java/org/appng/api/DataProvider.java | 2 +- .../src/main/java/org/appng/api/Environment.java | 2 +- .../main/java/org/appng/api/FieldConverter.java | 2 +- .../main/java/org/appng/api/FieldProcessor.java | 2 +- .../src/main/java/org/appng/api/FieldWrapper.java | 2 +- .../src/main/java/org/appng/api/FileUpload.java | 2 +- .../java/org/appng/api/FormProcessProvider.java | 2 +- .../src/main/java/org/appng/api/FormValidator.java | 2 +- .../src/main/java/org/appng/api/GlobalTaglet.java | 2 +- .../main/java/org/appng/api/GlobalXMLTaglet.java | 2 +- .../appng/api/InvalidConfigurationException.java | 2 +- .../src/main/java/org/appng/api/MessageParam.java | 2 +- .../src/main/java/org/appng/api/NotBlank.java | 2 +- appng-api/src/main/java/org/appng/api/Option.java | 2 +- appng-api/src/main/java/org/appng/api/Options.java | 2 +- .../src/main/java/org/appng/api/PageProcessor.java | 2 +- .../main/java/org/appng/api/ParameterSupport.java | 2 +- appng-api/src/main/java/org/appng/api/Path.java | 2 +- .../src/main/java/org/appng/api/PathInfo.java | 2 +- .../main/java/org/appng/api/PermissionOwner.java | 2 +- .../java/org/appng/api/PermissionProcessor.java | 2 +- .../src/main/java/org/appng/api/Platform.java | 2 +- .../java/org/appng/api/ProcessingException.java | 2 +- appng-api/src/main/java/org/appng/api/Request.java | 2 +- .../main/java/org/appng/api/RequestSupport.java | 2 +- .../src/main/java/org/appng/api/RequestUtil.java | 2 +- .../src/main/java/org/appng/api/ResultService.java | 2 +- .../src/main/java/org/appng/api/ScheduledJob.java | 2 +- appng-api/src/main/java/org/appng/api/Scope.java | 2 +- appng-api/src/main/java/org/appng/api/Session.java | 2 +- .../main/java/org/appng/api/SiteProperties.java | 2 +- .../src/main/java/org/appng/api/SoapClient.java | 2 +- .../src/main/java/org/appng/api/SoapService.java | 2 +- appng-api/src/main/java/org/appng/api/Taglet.java | 2 +- .../src/main/java/org/appng/api/VHostMode.java | 2 +- .../java/org/appng/api/ValidationMessages.java | 2 +- .../java/org/appng/api/ValidationProvider.java | 2 +- .../src/main/java/org/appng/api/Webservice.java | 2 +- .../src/main/java/org/appng/api/XMLTaglet.java | 2 +- .../main/java/org/appng/api/XPathProcessor.java | 2 +- .../main/java/org/appng/api/auth/AuthTools.java | 2 +- .../java/org/appng/api/auth/PasswordPolicy.java | 2 +- .../main/java/org/appng/api/messaging/Event.java | 2 +- .../java/org/appng/api/messaging/EventHandler.java | 2 +- .../org/appng/api/messaging/EventRegistry.java | 2 +- .../java/org/appng/api/messaging/Messaging.java | 2 +- .../java/org/appng/api/messaging/Receiver.java | 2 +- .../main/java/org/appng/api/messaging/Sender.java | 2 +- .../java/org/appng/api/messaging/Serializer.java | 2 +- .../src/main/java/org/appng/api/model/Account.java | 2 +- .../main/java/org/appng/api/model/Application.java | 2 +- .../org/appng/api/model/ApplicationSubject.java | 2 +- .../main/java/org/appng/api/model/AuthSubject.java | 2 +- .../java/org/appng/api/model/Authorizable.java | 2 +- .../java/org/appng/api/model/FeatureProvider.java | 2 +- .../src/main/java/org/appng/api/model/Group.java | 2 +- .../java/org/appng/api/model/Identifiable.java | 2 +- .../main/java/org/appng/api/model/Identifier.java | 2 +- .../java/org/appng/api/model/NameProvider.java | 2 +- .../main/java/org/appng/api/model/Nameable.java | 2 +- .../src/main/java/org/appng/api/model/Named.java | 2 +- .../main/java/org/appng/api/model/Permission.java | 2 +- .../main/java/org/appng/api/model/Properties.java | 2 +- .../main/java/org/appng/api/model/Property.java | 2 +- .../main/java/org/appng/api/model/Resource.java | 2 +- .../java/org/appng/api/model/ResourceType.java | 2 +- .../main/java/org/appng/api/model/Resources.java | 2 +- .../org/appng/api/model/ReverseableComparator.java | 2 +- .../java/org/appng/api/model/RevisionAware.java | 2 +- .../src/main/java/org/appng/api/model/Role.java | 2 +- .../java/org/appng/api/model/SimpleProperty.java | 2 +- .../src/main/java/org/appng/api/model/Site.java | 2 +- .../src/main/java/org/appng/api/model/Subject.java | 2 +- .../main/java/org/appng/api/model/UserType.java | 2 +- .../main/java/org/appng/api/model/Versionable.java | 2 +- .../java/org/appng/api/observe/Observable.java | 2 +- .../main/java/org/appng/api/observe/Observer.java | 2 +- .../appng/api/observe/impl/ObservableDelegate.java | 2 +- .../appng/api/search/BlockingQueueAccessor.java | 2 +- .../main/java/org/appng/api/search/Consumer.java | 2 +- .../main/java/org/appng/api/search/Document.java | 2 +- .../java/org/appng/api/search/DocumentEvent.java | 2 +- .../org/appng/api/search/DocumentProducer.java | 2 +- .../main/java/org/appng/api/search/Producer.java | 2 +- .../java/org/appng/api/support/AdapterBase.java | 2 +- .../api/support/ApplicationConfigProviderImpl.java | 2 +- .../org/appng/api/support/ApplicationRequest.java | 2 +- .../api/support/ApplicationResourceHolder.java | 2 +- .../java/org/appng/api/support/CallableAction.java | 38 +- .../org/appng/api/support/CallableDataSource.java | 2 +- .../java/org/appng/api/support/ClassWrapper.java | 2 +- .../appng/api/support/ConfigValidationError.java | 2 +- .../org/appng/api/support/ConfigValidator.java | 2 +- .../api/support/DatasourceInheritanceHelper.java | 2 +- .../api/support/DefaultPermissionProcessor.java | 2 +- .../appng/api/support/DollarParameterSupport.java | 2 +- .../api/support/DummyPermissionProcessor.java | 2 +- .../java/org/appng/api/support/ElementHelper.java | 2 +- .../org/appng/api/support/FieldProcessorImpl.java | 2 +- .../appng/api/support/HashParameterSupport.java | 2 +- .../org/appng/api/support/HttpHeaderUtils.java | 2 +- .../src/main/java/org/appng/api/support/I18n.java | 2 +- .../java/org/appng/api/support/LabelSupport.java | 2 +- .../org/appng/api/support/MessageSourceChain.java | 2 +- .../java/org/appng/api/support/OptionFactory.java | 2 +- .../org/appng/api/support/OptionGroupFactory.java | 2 +- .../java/org/appng/api/support/OptionImpl.java | 2 +- .../java/org/appng/api/support/OptionOwner.java | 2 +- .../java/org/appng/api/support/OptionsImpl.java | 2 +- .../appng/api/support/ParameterSupportBase.java | 2 +- .../org/appng/api/support/PositionalXMLReader.java | 2 +- .../java/org/appng/api/support/PropertyHolder.java | 2 +- .../org/appng/api/support/RequestFactoryBean.java | 2 +- .../org/appng/api/support/RequestSupportImpl.java | 2 +- .../api/support/ResourceBundleMessageSource.java | 2 +- .../org/appng/api/support/ResultServiceImpl.java | 2 +- .../org/appng/api/support/SelectionFactory.java | 2 +- .../api/support/SiteAwareObjectInputStream.java | 2 +- .../org/appng/api/support/SiteClassLoader.java | 2 +- .../org/appng/api/support/SortParamSupport.java | 2 +- .../main/java/org/appng/api/support/XSSHelper.java | 2 +- .../java/org/appng/api/support/XmlGenerator.java | 2 +- .../support/environment/AbstractEnvironment.java | 2 +- .../api/support/environment/AttributeWrapper.java | 2 +- .../support/environment/DefaultEnvironment.java | 2 +- .../environment/EnvironmentFactoryBean.java | 2 +- .../api/support/environment/EnvironmentKeys.java | 2 +- .../support/environment/PlatformEnvironment.java | 2 +- .../support/environment/RequestEnvironment.java | 2 +- .../api/support/environment/ScopedEnvironment.java | 2 +- .../support/environment/SessionEnvironment.java | 2 +- .../api/support/environment/SiteEnvironment.java | 2 +- .../org/appng/api/support/field/ConverterBase.java | 2 +- .../support/field/CoordinateFieldConverter.java | 2 +- .../api/support/field/DateFieldConverter.java | 2 +- .../api/support/field/DecimalFieldConverter.java | 2 +- .../api/support/field/DefaultFieldConverter.java | 2 +- .../api/support/field/FieldConversionFactory.java | 2 +- .../api/support/field/FileFieldConverter.java | 2 +- .../api/support/field/IntegerFieldConverter.java | 2 +- .../api/support/field/LinkPanelFieldHandler.java | 2 +- .../api/support/field/ListFieldConverter.java | 2 +- .../api/support/field/NumberFieldConverter.java | 2 +- .../api/support/field/ObjectFieldConverter.java | 2 +- .../validation/DefaultValidationProvider.java | 2 +- .../validation/FileUploadListValidator.java | 2 +- .../support/validation/FileUploadValidator.java | 2 +- .../validation/LocalizedMessageInterpolator.java | 2 +- .../src/test/java/org/appng/api/AbstractTest.java | 2 +- .../java/org/appng/api/ConfigValidatorTest.java | 2 +- .../java/org/appng/api/ConsumerProducerTest.java | 2 +- .../test/java/org/appng/api/DataContainerTest.java | 2 +- .../test/java/org/appng/api/FileUploadTest.java | 2 +- .../test/java/org/appng/api/MetaDataProvider.java | 2 +- appng-api/src/test/java/org/appng/api/Person.java | 2 +- .../java/org/appng/api/XPathProcessorTest.java | 2 +- .../java/org/appng/api/auth/AuthToolsTest.java | 2 +- .../org/appng/api/support/CallableActionTest.java | 82 +- .../appng/api/support/CallableDataSourceTest.java | 2 +- .../api/support/DatasourceInheritanceTest.java | 2 +- .../org/appng/api/support/ElementHelperTest.java | 2 +- .../org/appng/api/support/HttpHeaderUtilsTest.java | 2 +- .../test/java/org/appng/api/support/I18nTest.java | 2 +- .../org/appng/api/support/LabelSupportTest.java | 2 +- .../appng/api/support/MessageSourceChainTest.java | 2 +- .../java/org/appng/api/support/OptionData.java | 2 +- .../java/org/appng/api/support/OptionImplTest.java | 2 +- .../org/appng/api/support/OptionsImplTest.java | 2 +- .../appng/api/support/ParameterSupportTest.java | 2 +- .../org/appng/api/support/PropertyHolderTest.java | 2 +- .../org/appng/api/support/RequestSupportTest.java | 2 +- .../org/appng/api/support/ResultServiceTest.java | 2 +- .../test/java/org/appng/api/support/ScopeTest.java | 2 +- .../appng/api/support/SelectionFactoryTest.java | 2 +- .../appng/api/support/SortParamSupportTest.java | 2 +- .../appng/api/support/ValidationProviderTest.java | 2 +- .../java/org/appng/api/support/XmlValidator.java | 2 +- .../api/support/environment/EnvironmentTest.java | 2 +- .../support/field/AbstractFieldConverterTest.java | 2 +- .../field/DateFieldConverterDateTimeTest.java | 2 +- .../api/support/field/DateFieldConverterTest.java | 2 +- .../support/field/DefaultFieldConverterTest.java | 2 +- .../api/support/field/FileFieldConverterTest.java | 2 +- .../support/field/IntegerFieldConverterTest.java | 2 +- .../support/field/LinkPanelFieldHandlerTest.java | 2 +- .../api/support/field/ListFieldConverterTest.java | 2 +- .../support/field/ObjectFieldConverterTest.java | 2 +- .../validation/FileUploadValidatorTest.java | 2 +- appng-application-assembly/pom.xml | 2 +- appng-application-bom/pom.xml | 30 +- appng-application-camunda/README.adoc | 4 +- appng-application-camunda/pom.xml | 11 +- appng-application-parent/pom.xml | 2 +- appng-application/README.adoc | 6 +- appng-application/pom.xml | 28 +- .../main/webapp/WEB-INF/conf/platformContext.xml | 4 - appng-appngizer-jaxb/pom.xml | 2 +- appng-appngizer-maven-plugin/pom.xml | 2 +- .../maven/plugins/appngizer/AppNGizerMojo.java | 2 +- .../appng/maven/plugins/appngizer/InstallMojo.java | 2 +- .../appng/maven/plugins/appngizer/UploadMojo.java | 2 +- .../maven/plugins/appngizer/AppNGizerMojoTest.java | 2 +- appng-appngizer/pom.xml | 29 +- .../org/appng/appngizer/controller/AppNGizer.java | 2 +- .../appngizer/controller/AppNGizerConfigurer.java | 2 +- .../appngizer/controller/AppNGizerServlet.java | 2 +- .../controller/ApplicationController.java | 2 +- .../appng/appngizer/controller/ControllerBase.java | 2 +- .../appngizer/controller/DatabaseController.java | 2 +- .../appngizer/controller/GroupController.java | 2 +- .../java/org/appng/appngizer/controller/Home.java | 4 +- .../appngizer/controller/Jaxb2Marshaller.java | 2 +- .../appngizer/controller/PermissionController.java | 2 +- .../appngizer/controller/PlatformController.java | 2 +- .../controller/PlatformPropertyController.java | 2 +- .../appng/appngizer/controller/PropertyBase.java | 2 +- .../appngizer/controller/RepositoryController.java | 2 +- .../appng/appngizer/controller/RoleController.java | 2 +- .../appng/appngizer/controller/SessionFilter.java | 2 +- .../controller/SiteApplicationController.java | 2 +- .../SiteApplicationPropertyController.java | 2 +- .../appng/appngizer/controller/SiteController.java | 2 +- .../controller/SitePropertyController.java | 2 +- .../appngizer/controller/SubjectController.java | 2 +- .../org/appng/appngizer/model/Application.java | 2 +- .../org/appng/appngizer/model/Applications.java | 2 +- .../java/org/appng/appngizer/model/Database.java | 2 +- .../java/org/appng/appngizer/model/Databases.java | 2 +- .../main/java/org/appng/appngizer/model/Group.java | 2 +- .../java/org/appng/appngizer/model/Groups.java | 2 +- .../main/java/org/appng/appngizer/model/Home.java | 2 +- .../main/java/org/appng/appngizer/model/Link.java | 2 +- .../main/java/org/appng/appngizer/model/Links.java | 2 +- .../java/org/appng/appngizer/model/Package.java | 2 +- .../java/org/appng/appngizer/model/Packages.java | 2 +- .../java/org/appng/appngizer/model/Permission.java | 2 +- .../org/appng/appngizer/model/Permissions.java | 2 +- .../java/org/appng/appngizer/model/Platform.java | 2 +- .../java/org/appng/appngizer/model/Properties.java | 2 +- .../java/org/appng/appngizer/model/Property.java | 2 +- .../org/appng/appngizer/model/Repositories.java | 2 +- .../java/org/appng/appngizer/model/Repository.java | 2 +- .../main/java/org/appng/appngizer/model/Role.java | 2 +- .../main/java/org/appng/appngizer/model/Roles.java | 2 +- .../main/java/org/appng/appngizer/model/Site.java | 2 +- .../main/java/org/appng/appngizer/model/Sites.java | 2 +- .../java/org/appng/appngizer/model/Subject.java | 2 +- .../java/org/appng/appngizer/model/Subjects.java | 2 +- .../java/org/appng/appngizer/model/UriAware.java | 2 +- .../controller/ApplicationControllerTest.java | 2 +- .../ApplicationPropertyControllerTest.java | 2 +- .../appng/appngizer/controller/ControllerTest.java | 2 +- .../controller/DatabaseControllerTest.java | 2 +- .../appngizer/controller/GroupControllerTest.java | 2 +- .../controller/PermissionControllerTest.java | 2 +- .../controller/PlatformPropertyControllerTest.java | 2 +- .../controller/RepositoryControllerTest.java | 2 +- .../appngizer/controller/RoleControllerTest.java | 2 +- .../controller/SiteApplicationControllerTest.java | 2 +- .../appngizer/controller/SiteControllerTest.java | 2 +- .../controller/SitePropertyControllerTest.java | 2 +- .../controller/SubjectControllerTest.java | 2 +- .../src/test/resources/xml/site-property-list.xml | 20 +- appng-archetype-application/pom.xml | 2 +- appng-archetype-application/readme.txt | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- appng-camunda/pom.xml | 2 +- .../java/org/appng/camunda/bpm/TaskWrapper.java | 15 + .../org/appng/camunda/bpm/TaskWrapperTest.java | 15 + appng-cli/pom.xml | 30 +- .../src/main/java/org/appng/cli/CliBootstrap.java | 2 +- .../org/appng/cli/CliBootstrapEnvironment.java | 2 +- .../src/main/java/org/appng/cli/CliCommands.java | 2 +- appng-cli/src/main/java/org/appng/cli/CliCore.java | 2 +- .../main/java/org/appng/cli/CliEnvironment.java | 2 +- .../src/main/java/org/appng/cli/CliShell.java | 2 +- .../java/org/appng/cli/ExecutableCliCommand.java | 2 +- .../org/appng/cli/NoSuchRepositoryException.java | 2 +- .../java/org/appng/cli/NoSuchSiteException.java | 2 +- .../java/org/appng/cli/commands/CommandBatch.java | 2 +- .../java/org/appng/cli/commands/CommandList.java | 2 +- .../java/org/appng/cli/commands/CommandMain.java | 2 +- .../java/org/appng/cli/commands/FileOwner.java | 2 +- .../commands/application/ActivateApplication.java | 2 +- .../cli/commands/application/BaseApplication.java | 2 +- .../application/DeactivateApplication.java | 2 +- .../commands/application/DeleteApplication.java | 2 +- .../commands/application/InstallApplication.java | 2 +- .../cli/commands/application/ListApplications.java | 2 +- .../cli/commands/applicationrole/AddRole.java | 2 +- .../cli/commands/applicationrole/ListRoles.java | 2 +- .../org/appng/cli/commands/group/AddGroup.java | 2 +- .../org/appng/cli/commands/group/CreateGroup.java | 2 +- .../org/appng/cli/commands/group/DeleteGroup.java | 2 +- .../org/appng/cli/commands/group/ListGroups.java | 2 +- .../appng/cli/commands/heartbeat/HeartBeat.java | 2 +- .../cli/commands/permission/AddPermission.java | 2 +- .../cli/commands/permission/ListPermissions.java | 2 +- .../cli/commands/permission/RemovePermission.java | 2 +- .../cli/commands/property/CreateProperty.java | 2 +- .../cli/commands/property/DeleteProperty.java | 2 +- .../cli/commands/property/ListProperties.java | 2 +- .../cli/commands/property/PropertyHelper.java | 2 +- .../cli/commands/property/UpdateProperty.java | 2 +- .../cli/commands/repository/CreateRepository.java | 2 +- .../cli/commands/repository/DeleteRepository.java | 2 +- .../cli/commands/repository/ListRepositories.java | 2 +- .../appng/cli/commands/site/CheckSiteRunning.java | 2 +- .../org/appng/cli/commands/site/CreateSite.java | 2 +- .../org/appng/cli/commands/site/DeleteSite.java | 2 +- .../org/appng/cli/commands/site/ListSites.java | 2 +- .../org/appng/cli/commands/site/ReloadSite.java | 2 +- .../org/appng/cli/commands/site/SetSiteActive.java | 2 +- .../appng/cli/commands/subject/CreateSubject.java | 2 +- .../appng/cli/commands/subject/DeleteSubject.java | 2 +- .../appng/cli/commands/subject/ListSubjects.java | 2 +- .../cli/commands/template/DeleteTemplate.java | 2 +- .../cli/commands/template/InstallTemplate.java | 2 +- .../org/appng/cli/prettytable/PrettyTable.java | 2 +- .../org/appng/cli/prettytable/TableColumn.java | 2 +- .../org/appng/cli/prettytable/TableConstants.java | 2 +- .../java/org/appng/cli/prettytable/TableRow.java | 2 +- .../org/appng/cli/servlet/InstallListener.java | 2 +- .../java/org/appng/cli/validators/FileExists.java | 2 +- .../test/java/org/appng/cli/CliBootstrapTest.java | 2 +- .../org/appng/cli/CliCoreDBNotInitializedTest.java | 2 +- .../src/test/java/org/appng/cli/CliCoreTest.java | 2 +- .../appng/cli/commands/AbstractCommandTest.java | 2 +- .../org/appng/cli/commands/CommandBatchTest.java | 2 +- .../application/CommandInstallApplicationTest.java | 2 +- .../CommandListApplicationsForSiteTest.java | 2 +- .../application/CommandListApplicationsTest.java | 2 +- .../cli/commands/group/CommandAddGroupTest.java | 2 +- .../cli/commands/group/CommandCreateGroupTest.java | 2 +- .../cli/commands/group/CommandDeleteGroupTest.java | 2 +- .../cli/commands/group/CommandListGroupsTest.java | 2 +- .../cli/commands/permission/AddPermissionTest.java | 2 +- .../commands/permission/BasePermissionTest.java | 2 +- .../commands/permission/ListPermissionTest.java | 2 +- .../commands/permission/RemovePermissionTest.java | 2 +- .../property/CommandCreateClobPropertyTest.java | 2 +- .../property/CommandCreatePropertyTest.java | 2 +- .../property/CommandListPropertiesTest.java | 4 +- .../property/CommandUpdateClobPropertyTest.java | 2 +- .../property/CommandUpdatePropertyTest.java | 2 +- .../repository/CommandCreateRepositoryTest.java | 2 +- .../repository/CommandDeleteRepositoryTest.java | 2 +- .../repository/CommandListRepositoryTest.java | 2 +- .../commands/site/CommandCheckSiteRunningTest.java | 2 +- .../cli/commands/site/CommandCreateSiteTest.java | 2 +- .../cli/commands/site/CommandDeleteSiteTest.java | 2 +- .../cli/commands/site/CommandListSitesTest.java | 2 +- .../commands/site/CommandSetSiteActiveTest.java | 2 +- .../commands/subject/CommandCreateSubjectTest.java | 2 +- .../commands/subject/CommandDeleteSubjectTest.java | 2 +- .../commands/subject/CommandListSubjectTest.java | 2 +- .../template/CommandInstallTemplateTest.java | 2 +- .../org/appng/cli/prettyTable/PrettyTableTest.java | 2 +- appng-core/pom.xml | 35 +- .../src/main/java/org/appng/core/JMXUtils.java | 2 +- .../src/main/java/org/appng/core/Redirect.java | 2 +- .../java/org/appng/core/controller/AppngCache.java | 2 +- .../appng/core/controller/CacheElementBase.java | 2 +- .../java/org/appng/core/controller/Controller.java | 2 +- .../org/appng/core/controller/HttpHeaders.java | 2 +- .../org/appng/core/controller/PlatformStartup.java | 2 +- .../appng/core/controller/RepositoryWatcher.java | 2 +- .../java/org/appng/core/controller/Session.java | 2 +- .../org/appng/core/controller/SessionListener.java | 2 +- .../core/controller/filter/CsrfSetupFilter.java | 2 +- .../core/controller/filter/JspExtensionFilter.java | 2 +- .../controller/filter/MSOfficeUserAgentFilter.java | 2 +- .../core/controller/filter/PageCacheFilter.java | 2 +- .../core/controller/filter/RedirectFilter.java | 2 +- .../core/controller/filter/ResponseWrapper.java | 2 +- .../appng/core/controller/filter/XSSFilter.java | 2 +- .../core/controller/handler/ErrorPageHandler.java | 2 +- .../appng/core/controller/handler/GuiHandler.java | 2 +- .../appng/core/controller/handler/JspHandler.java | 2 +- .../core/controller/handler/ProxyHandler.java | 2 +- .../core/controller/handler/RequestHandler.java | 2 +- .../appng/core/controller/handler/RestService.java | 2 +- .../controller/handler/ServiceRequestHandler.java | 2 +- .../appng/core/controller/handler/SoapService.java | 4 +- .../controller/handler/StaticContentHandler.java | 2 +- .../appng/core/controller/messaging/JedisBase.java | 2 +- .../core/controller/messaging/JedisReceiver.java | 2 +- .../core/controller/messaging/JedisSender.java | 2 +- .../core/controller/messaging/MessageHandler.java | 2 +- .../controller/messaging/MulticastReceiver.java | 2 +- .../core/controller/messaging/MulticastSender.java | 2 +- .../appng/core/controller/messaging/NodeEvent.java | 2 +- .../core/controller/messaging/RabbitMQBase.java | 93 +- .../controller/messaging/RabbitMQReceiver.java | 105 +- .../core/controller/messaging/RabbitMQSender.java | 28 +- .../core/controller/messaging/ReloadSiteEvent.java | 2 +- .../controller/messaging/RequestNodeState.java | 2 +- .../core/controller/messaging/SiteStateEvent.java | 2 +- .../core/controller/messaging/TribesReceiver.java | 2 +- .../core/controller/messaging/TribesSender.java | 2 +- .../org/appng/core/domain/ApplicationImpl.java | 2 +- .../org/appng/core/domain/DatabaseConnection.java | 2 +- .../main/java/org/appng/core/domain/GroupImpl.java | 2 +- .../java/org/appng/core/domain/ObjectUtils.java | 2 +- .../org/appng/core/domain/PackageArchiveImpl.java | 2 +- .../java/org/appng/core/domain/PermissionImpl.java | 2 +- .../core/domain/PersistentPropertyHolder.java | 2 +- .../java/org/appng/core/domain/PropertyImpl.java | 2 +- .../java/org/appng/core/domain/RepositoryImpl.java | 2 +- .../java/org/appng/core/domain/ResourceImpl.java | 2 +- .../main/java/org/appng/core/domain/RoleImpl.java | 2 +- .../org/appng/core/domain/SiteApplication.java | 2 +- .../org/appng/core/domain/SiteApplicationPK.java | 2 +- .../main/java/org/appng/core/domain/SiteImpl.java | 2 +- .../java/org/appng/core/domain/SubjectImpl.java | 2 +- .../main/java/org/appng/core/domain/Template.java | 2 +- .../org/appng/core/domain/TemplateResource.java | 2 +- .../org/appng/core/domain/ValidationPatterns.java | 2 +- .../appng/core/model/AbstractRequestProcessor.java | 2 +- .../appng/core/model/AccessibleApplication.java | 2 +- .../java/org/appng/core/model/ActionElement.java | 9 +- .../org/appng/core/model/ApplicationContext.java | 2 +- .../org/appng/core/model/ApplicationProvider.java | 15 +- .../appng/core/model/ApplicationSubjectImpl.java | 2 +- .../java/org/appng/core/model/CacheProvider.java | 2 +- .../org/appng/core/model/DataSourceElement.java | 2 +- .../org/appng/core/model/FeatureProviderImpl.java | 2 +- .../org/appng/core/model/InstallablePackage.java | 2 +- .../main/java/org/appng/core/model/JarInfo.java | 2 +- .../org/appng/core/model/NavigationBuilder.java | 2 +- .../java/org/appng/core/model/PackageArchive.java | 2 +- .../java/org/appng/core/model/PackageVersion.java | 2 +- .../java/org/appng/core/model/PackageWrapper.java | 2 +- .../appng/core/model/PageParameterProcessor.java | 2 +- .../org/appng/core/model/PlatformProcessor.java | 2 +- .../org/appng/core/model/PlatformTransformer.java | 2 +- .../main/java/org/appng/core/model/Repository.java | 2 +- .../java/org/appng/core/model/RepositoryCache.java | 2 +- .../org/appng/core/model/RepositoryCacheBase.java | 2 +- .../appng/core/model/RepositoryCacheFactory.java | 2 +- .../core/model/RepositoryCacheFilesystem.java | 2 +- .../org/appng/core/model/RepositoryCacheSoap.java | 2 +- .../java/org/appng/core/model/RepositoryMode.java | 2 +- .../org/appng/core/model/RepositoryScheme.java | 2 +- .../java/org/appng/core/model/RepositoryType.java | 2 +- .../java/org/appng/core/model/RepositoryUtils.java | 2 +- .../org/appng/core/model/RequestProcessor.java | 2 +- .../java/org/appng/core/model/ResponseType.java | 2 +- .../org/appng/core/model/ThymeleafProcessor.java | 78 +- .../org/appng/core/model/ZipFileProcessor.java | 2 +- .../core/repository/ApplicationRepository.java | 2 +- .../repository/DatabaseConnectionRepository.java | 2 +- .../org/appng/core/repository/GroupRepository.java | 2 +- .../core/repository/PermissionRepository.java | 2 +- .../appng/core/repository/PropertyRepository.java | 2 +- .../org/appng/core/repository/RepoRepository.java | 2 +- .../appng/core/repository/ResourceRepository.java | 2 +- .../org/appng/core/repository/RoleRepository.java | 2 +- .../core/repository/SiteApplicationRepository.java | 2 +- .../org/appng/core/repository/SiteRepository.java | 2 +- .../appng/core/repository/SubjectRepository.java | 2 +- .../appng/core/repository/TemplateRepository.java | 2 +- .../repository/TemplateResourceRepository.java | 2 +- .../config/ApplicationPostProcessor.java | 2 +- .../core/repository/config/DataSourceFactory.java | 2 +- .../repository/config/DatasourceConfigurer.java | 2 +- .../core/repository/config/HikariCPConfigurer.java | 2 +- .../repository/config/TomcatJdbcConfigurer.java | 2 +- .../appng/core/security/BCryptPasswordHandler.java | 2 +- .../appng/core/security/DefaultPasswordPolicy.java | 2 +- .../java/org/appng/core/security/DigestUtil.java | 2 +- .../org/appng/core/security/DigestValidator.java | 2 +- .../org/appng/core/security/PasswordHandler.java | 2 +- .../java/org/appng/core/security/SaltedDigest.java | 2 +- .../org/appng/core/security/SaltedDigestSha1.java | 2 +- .../appng/core/security/Sha1PasswordHandler.java | 2 +- .../appng/core/security/signing/BaseConfig.java | 2 +- .../core/security/signing/CertChainValidator.java | 2 +- .../org/appng/core/security/signing/CertTools.java | 2 +- .../core/security/signing/SignatureWrapper.java | 2 +- .../org/appng/core/security/signing/Signer.java | 2 +- .../appng/core/security/signing/SignerConfig.java | 2 +- .../core/security/signing/SigningException.java | 2 +- .../core/security/signing/ValidatorConfig.java | 2 +- .../core/service/ApplicationArchiveProcessor.java | 2 +- .../appng/core/service/ApplicationProperties.java | 2 +- .../java/org/appng/core/service/CacheService.java | 2 +- .../java/org/appng/core/service/CoreService.java | 5 +- .../org/appng/core/service/DatabaseService.java | 2 +- .../java/org/appng/core/service/HsqlStarter.java | 2 +- .../org/appng/core/service/InitializerService.java | 8 +- .../java/org/appng/core/service/LdapService.java | 380 +-- .../org/appng/core/service/MigrationService.java | 2 +- .../org/appng/core/service/PropertySupport.java | 6 +- .../org/appng/core/service/TemplateService.java | 2 +- .../org/appng/core/site-config.properties | 8 +- .../src/test/java/org/appng/core/PathInfoTest.java | 2 +- .../core/application/PermissionProcessorTest.java | 2 +- .../core/controller/ApplicationContextTest.java | 2 +- .../org/appng/core/controller/ControllerTest.java | 2 +- .../core/controller/PlatformProcessorTest.java | 2 +- .../appng/core/controller/PlatformStartupTest.java | 2 +- .../org/appng/core/controller/RedirectTest.java | 2 +- .../core/controller/RepositoryWatcherTest.java | 2 +- .../org/appng/core/controller/RequestUtilTest.java | 2 +- .../appng/core/controller/SessionListenerTest.java | 2 +- .../org/appng/core/controller/TestSupport.java | 2 +- .../controller/filter/JspExtensionFilterTest.java | 2 +- .../core/controller/filter/RedirectFilterTest.java | 2 +- .../core/controller/handler/GuiHandlerTest.java | 2 +- .../handler/ServiceRequestHandlerTest.java | 2 +- .../controller/messaging/AbstractMessagingIT.java | 2 +- .../controller/messaging/JedisMessagingIT.java | 2 +- .../core/controller/messaging/MessagingTest.java | 2 +- .../controller/messaging/MultiCastMessagingIT.java | 11 +- .../controller/messaging/RabbitMQMessagingIT.java | 2 +- .../org/appng/core/domain/PackageArchiveTest.java | 2 +- .../java/org/appng/core/domain/SiteImplTest.java | 2 +- .../appng/core/domain/ValidationPatternTest.java | 2 +- .../appng/core/model/ApplicationProviderTest.java | 2 +- .../org/appng/core/model/CacheProviderTest.java | 2 +- .../org/appng/core/model/JarInfoBuilderTest.java | 2 +- .../appng/core/model/OutputFormatAndTypeTest.java | 2 +- .../core/model/PageParameterProcessorTest.java | 2 +- .../src/test/java/org/appng/core/model/Person.java | 2 +- .../appng/core/model/PlatformTransformerTest.java | 2 +- .../appng/core/model/ThymeleafProcessorTest.java | 208 ++ .../core/repository/AbstractRepositoryTest.java | 2 +- .../appng/core/repository/GroupRepositoryTest.java | 2 +- .../core/repository/PermissionRepositoryTest.java | 2 +- .../core/repository/PropertyRepositoryTest.java | 2 +- .../appng/core/repository/RepositoryCacheTest.java | 2 +- .../org/appng/core/repository/RepositoryTest.java | 2 +- .../core/repository/ResourceRepositoryTest.java | 2 +- .../appng/core/repository/RoleRepositoryTest.java | 2 +- .../java/org/appng/core/repository/SchemaGen.java | 2 +- .../appng/core/repository/SiteRepositoryTest.java | 2 +- .../core/repository/SubjectRepositoryTest.java | 2 +- .../core/security/BCryptPasswordHandlerTest.java | 2 +- .../core/security/DefaultPasswordPolicyTest.java | 2 +- .../appng/core/security/DigestValidatorTest.java | 2 +- .../appng/core/security/PasswordHandlerTest.java | 2 +- .../org/appng/core/security/SaltedDigestTest.java | 2 +- .../core/security/Sha1PasswordHandlerTest.java | 2 +- .../appng/core/security/signing/SignerTest.java | 2 +- .../appng/core/service/AppNGTestDataProvider.java | 2 +- .../service/ApplicationArchiveProcessorTest.java | 2 +- .../org/appng/core/service/CoreServiceTest.java | 2 +- .../appng/core/service/DatabaseServiceTest.java | 2 +- .../appng/core/service/InitTestDataProvider.java | 2 +- .../appng/core/service/InitializerServiceTest.java | 2 +- .../appng/core/service/LdapContextFactoryMock.java | 59 + .../org/appng/core/service/LdapContextMock.java | 585 +++++ .../org/appng/core/service/LdapServiceTest.java | 258 +- .../appng/core/service/PropertySupportTest.java | 2 +- .../appng/core/service/TemplateServiceTest.java | 2 +- .../org/appng/core/service/TestInitializer.java | 2 +- .../org/appng/testapplication/TestController.java | 2 +- .../org/appng/testapplication/TestEntities.java | 2 +- .../java/org/appng/testapplication/TestEntity.java | 2 +- .../org/appng/testapplication/TestService.java | 2 +- .../xml/ThymeleafProcessorTest-platform.xml | 2546 ++++++++++++++++++++ appng-documentation/pom.xml | 2 +- .../src/main/asciidoc/listing/dependencies.txt | 8 +- .../src/main/asciidoc/parts/api.adoc | 21 +- .../src/main/asciidoc/parts/maven.adoc | 115 +- .../java/org/appng/documentation/UrlValidator.java | 2 +- .../test/java/org/example/CalculatorService.java | 15 + .../src/test/java/org/example/Employee.java | 15 + .../src/test/java/org/example/Employees.java | 15 + .../src/test/java/org/example/EmployeesTest.java | 15 + appng-forms/pom.xml | 28 +- .../java/org/appng/el/ExpressionEvaluator.java | 2 +- .../src/main/java/org/appng/el/VariableMapper.java | 2 +- .../src/main/java/org/appng/forms/FormUpload.java | 2 +- .../java/org/appng/forms/FormUploadValidator.java | 2 +- .../src/main/java/org/appng/forms/Request.java | 2 +- .../java/org/appng/forms/RequestContainer.java | 2 +- .../src/main/java/org/appng/forms/XSSUtil.java | 2 +- .../java/org/appng/forms/impl/FormUploadBean.java | 2 +- .../java/org/appng/forms/impl/RequestBean.java | 2 +- .../java/org/appng/el/ExpressionEvaluatorTest.java | 2 +- .../test/java/org/appng/forms/FormRequestTest.java | 2 +- .../test/java/org/appng/forms/FormUploadTest.java | 2 +- .../src/test/java/org/appng/forms/RequestTest.java | 2 +- .../src/test/java/org/appng/forms/XSSUtilTest.java | 2 +- appng-formtags/pom.xml | 28 +- .../main/java/org/appng/formtags/ErrorAware.java | 2 +- .../src/main/java/org/appng/formtags/Form.java | 2 +- .../java/org/appng/formtags/FormConfirmation.java | 2 +- .../src/main/java/org/appng/formtags/FormData.java | 2 +- .../main/java/org/appng/formtags/FormElement.java | 2 +- .../java/org/appng/formtags/FormElementOwner.java | 2 +- .../main/java/org/appng/formtags/FormGroup.java | 2 +- .../org/appng/formtags/FormProcessProvider.java | 2 +- .../main/java/org/appng/formtags/LogFormData.java | 2 +- .../java/org/appng/formtags/RuleValidation.java | 2 +- .../appng/formtags/providers/EmailProvider.java | 2 +- .../org/appng/formtags/FormElementRuleTest.java | 2 +- .../java/org/appng/formtags/FormElementTest.java | 2 +- .../org/appng/formtags/RuleValidationTest.java | 2 +- .../test/java/org/appng/formtags/TestRequest.java | 2 +- .../formtags/providers/EmailProviderTest.java | 2 +- appng-mail/pom.xml | 28 +- .../src/main/java/org/appng/mail/Address.java | 2 +- .../src/main/java/org/appng/mail/Attachment.java | 2 +- appng-mail/src/main/java/org/appng/mail/Mail.java | 2 +- .../main/java/org/appng/mail/MailException.java | 2 +- .../main/java/org/appng/mail/MailTransport.java | 2 +- .../src/main/java/org/appng/mail/Receiver.java | 2 +- .../java/org/appng/mail/impl/AttachmentImpl.java | 2 +- .../java/org/appng/mail/impl/DefaultTransport.java | 2 +- .../main/java/org/appng/mail/impl/MailImpl.java | 2 +- .../test/java/org/appng/mail/DummyTransport.java | 2 +- .../src/test/java/org/appng/mail/MailTest.java | 2 +- appng-persistence/pom.xml | 28 +- .../org/appng/persistence/dialect/HSQLDialect.java | 2 +- .../persistence/dialect/MySqlTextDialect.java | 2 +- .../persistence/dialect/SQLServer2008Dialect.java | 2 +- .../repository/EnversSearchRepository.java | 2 +- .../repository/EnversSearchRepositoryImpl.java | 2 +- .../repository/QueryDslSearchRepository.java | 2 +- .../repository/QueryDslSearchRepositoryImpl.java | 2 +- .../appng/persistence/repository/SearchQuery.java | 2 +- .../persistence/repository/SearchRepository.java | 2 +- .../repository/SearchRepositoryFactoryBean.java | 2 +- .../repository/SearchRepositoryImpl.java | 2 +- .../appng/persistence/model/EnversTestEntity.java | 2 +- .../org/appng/persistence/model/QTestEntity.java | 2 +- .../org/appng/persistence/model/TestEntity.java | 2 +- .../repository/EnversRepositoryConfiguration.java | 2 +- .../repository/EnversSearchRepositoryTest.java | 2 +- .../repository/QueryDslSearchRepositoryTest.java | 2 +- .../repository/RepositoryConfiguration.java | 2 +- .../persistence/repository/SearchQueryTest.java | 2 +- .../repository/SearchRepositoryTest.java | 2 +- .../repository/TestEntityEnversRepo.java | 2 +- .../persistence/repository/TestEntityRepo.java | 2 +- appng-search/pom.xml | 28 +- .../java/org/appng/search/DocumentProvider.java | 2 +- .../src/main/java/org/appng/search/Search.java | 2 +- .../main/java/org/appng/search/SearchProvider.java | 2 +- .../org/appng/search/indexer/DocumentIndexer.java | 2 +- .../appng/search/indexer/FileSystemProvider.java | 2 +- .../org/appng/search/indexer/GlobalIndexer.java | 2 +- .../java/org/appng/search/indexer/IndexConfig.java | 2 +- .../java/org/appng/search/indexer/ParseTags.java | 2 +- .../org/appng/search/indexer/SimpleDocument.java | 2 +- .../main/java/org/appng/search/json/Filter.java | 2 +- .../java/org/appng/search/json/FilterConfig.java | 2 +- .../java/org/appng/search/json/FilterData.java | 2 +- .../java/org/appng/search/json/FilterItem.java | 2 +- .../src/main/java/org/appng/search/json/Json.java | 2 +- .../src/main/java/org/appng/search/json/Page.java | 2 +- .../src/main/java/org/appng/search/json/Part.java | 2 +- .../main/java/org/appng/search/json/Result.java | 2 +- .../main/java/org/appng/search/json/Results.java | 2 +- .../main/java/org/appng/search/json/Search.java | 2 +- .../java/org/appng/search/json/SearchFilter.java | 2 +- .../org/appng/search/searcher/DateAdapter.java | 2 +- .../search/searcher/GermanSearchTermProcessor.java | 2 +- .../org/appng/search/searcher/SearchFormatter.java | 2 +- .../appng/search/searcher/SearchTermProcessor.java | 2 +- .../appng/search/searcher/StandardSearcher.java | 2 +- .../org/appng/search/indexer/ParseTagsTest.java | 2 +- .../appng/search/indexer/StandardSearcherTest.java | 2 +- .../searcher/GermanSearchTermProcessorTest.java | 2 +- appng-standalone/pom.xml | 2 +- .../org/appng/standalone/ApplicationStartup.java | 4 +- .../appng/standalone/ApplicationStartupTest.java | 2 +- appng-taglib/pom.xml | 28 +- .../java/org/appng/taglib/ApplicationAdapter.java | 2 +- .../src/main/java/org/appng/taglib/Attribute.java | 2 +- .../src/main/java/org/appng/taglib/If.java | 2 +- .../java/org/appng/taglib/MultiSiteSupport.java | 2 +- .../src/main/java/org/appng/taglib/Parameter.java | 2 +- .../main/java/org/appng/taglib/ParameterOwner.java | 2 +- .../src/main/java/org/appng/taglib/Permission.java | 2 +- .../main/java/org/appng/taglib/TagletAdapter.java | 2 +- .../java/org/appng/taglib/TagletProcessor.java | 2 +- .../src/main/java/org/appng/taglib/form/Form.java | 2 +- .../org/appng/taglib/form/FormConfirmation.java | 2 +- .../main/java/org/appng/taglib/form/FormData.java | 2 +- .../java/org/appng/taglib/form/FormElement.java | 2 +- .../main/java/org/appng/taglib/form/FormGroup.java | 2 +- .../main/java/org/appng/taglib/search/Search.java | 2 +- .../java/org/appng/taglib/search/SearchPart.java | 2 +- .../java/org/appng/taglib/search/Searchable.java | 2 +- .../test/java/org/appng/taglib/AttributeTest.java | 2 +- .../src/test/java/org/appng/taglib/IfTest.java | 2 +- .../org/appng/taglib/MultiSiteSupportTest.java | 2 +- .../test/java/org/appng/taglib/ParameterTest.java | 2 +- .../test/java/org/appng/taglib/PermissionTest.java | 2 +- .../java/org/appng/taglib/TagletAdapterTest.java | 2 +- .../java/org/appng/taglib/TagletProcessorTest.java | 2 +- .../test/java/org/appng/taglib/TagletTestBase.java | 2 +- .../appng/taglib/form/FormConfirmationTest.java | 2 +- .../java/org/appng/taglib/search/SearchTest.java | 2 +- appng-template-assembly/pom.xml | 2 +- appng-template-parent/pom.xml | 4 +- appng-testsupport/pom.xml | 28 +- .../main/java/org/appng/testsupport/TestBase.java | 2 +- .../testsupport/persistence/ConnectionHelper.java | 2 +- .../testsupport/persistence/ConnectionInfo.java | 2 +- .../testsupport/persistence/DatabaseUtil.java | 2 +- .../appng/testsupport/persistence/HsqlServer.java | 2 +- .../persistence/HsqlServerFactoryBean.java | 2 +- .../testsupport/persistence/TestDataProvider.java | 2 +- .../AttributeValueDifferenceHandler.java | 2 +- .../validation/DateFieldDifferenceHandler.java | 2 +- .../testsupport/validation/DifferenceHandler.java | 2 +- .../validation/TextValueDifferenceHandler.java | 2 +- .../validation/WritingJsonValidator.java | 2 +- .../validation/WritingXmlValidator.java | 2 +- .../validation/XPathDifferenceHandler.java | 2 +- .../appng/testsupport/SimpleApplicationTest.java | 2 +- .../AttributeValueDifferenceHandlerTest.java | 2 +- .../validation/DateFieldDifferenceHandlerTest.java | 2 +- .../validation/DifferenceHandlerTest.java | 2 +- .../validation/TextValueDifferenceHandlerTest.java | 2 +- .../validation/WritingJsonValidatorTest.java | 2 +- .../validation/XPathDifferenceHandlerTest.java | 2 +- appng-tomcat7/pom.xml | 2 +- .../org/appng/core/controller/Tomcat7Support.java | 2 +- appng-tomcat8/pom.xml | 2 +- .../org/appng/core/controller/Tomcat8Support.java | 2 +- appng-tools/pom.xml | 28 +- .../src/main/java/org/appng/tools/RandomUtil.java | 2 +- .../org/appng/tools/file/FilePrefixFilter.java | 2 +- .../org/appng/tools/file/FileSuffixFilter.java | 2 +- .../java/org/appng/tools/file/MagicByteCheck.java | 2 +- .../appng/tools/file/PropertyConstantCreator.java | 2 +- .../main/java/org/appng/tools/image/Captcha.java | 2 +- .../java/org/appng/tools/image/ImageMetaData.java | 2 +- .../java/org/appng/tools/image/ImageProcessor.java | 2 +- .../java/org/appng/tools/locator/Coordinate.java | 2 +- .../org/appng/tools/locator/GMapGeoLocator.java | 2 +- .../java/org/appng/tools/locator/GeoLocator.java | 2 +- .../main/java/org/appng/tools/markup/XHTML.java | 2 +- .../src/main/java/org/appng/tools/markup/XML.java | 2 +- .../src/main/java/org/appng/tools/os/Command.java | 2 +- .../java/org/appng/tools/os/OperatingSystem.java | 2 +- .../java/org/appng/tools/os/StringConsumer.java | 2 +- .../src/main/java/org/appng/tools/poi/Border.java | 2 +- .../src/main/java/org/appng/tools/poi/Borders.java | 2 +- .../java/org/appng/tools/poi/ColumnDefinition.java | 2 +- .../main/java/org/appng/tools/poi/FontBuilder.java | 2 +- .../java/org/appng/tools/poi/WorkBookHelper.java | 2 +- .../src/main/java/org/appng/tools/ui/Chunk.java | 2 +- .../main/java/org/appng/tools/ui/Pagination.java | 2 +- .../java/org/appng/tools/ui/StringNormalizer.java | 2 +- .../tools/zipcode/DefaultZipCodeValidator.java | 2 +- .../tools/zipcode/GermanyZipCodeValidator.java | 2 +- .../org/appng/tools/zipcode/ZipCodeCountry.java | 2 +- .../org/appng/tools/zipcode/ZipCodeValidator.java | 2 +- .../tools/zipcode/ZipCodeValidatorFactory.java | 2 +- .../org/appng/tools/file/MagicByteCheckTest.java | 17 +- .../java/org/appng/tools/image/DimensionTest.java | 2 +- .../org/appng/tools/image/ImageProcessorTest.java | 2 +- .../org/appng/tools/locator/GeoLocatorTest.java | 2 +- .../java/org/appng/tools/markup/XHTMLTest.java | 2 +- .../test/java/org/appng/tools/os/CommandTest.java | 2 +- .../java/org/appng/tools/poi/WorkbookTest.java | 2 +- .../java/org/appng/tools/ui/PaginationTest.java | 2 +- .../org/appng/tools/ui/StringNormalizerTest.java | 2 +- appng-xmlapi/pom.xml | 28 +- .../xml/ApplicationPropertyConstantCreator.java | 2 +- .../src/main/java/org/appng/xml/BaseObject.java | 2 +- .../main/java/org/appng/xml/MarshallService.java | 2 +- .../xml/transformation/StyleSheetProvider.java | 2 +- .../org/appng/xml/transformation/Transformer.java | 2 +- .../ApplicationPropertyConstantCreatorTest.java | 2 +- .../java/org/appng/xml/MarshallServiceTest.java | 2 +- .../xml/transformation/StyleSheetProviderTest.java | 2 +- license-header.txt | 2 +- pom.xml | 15 +- 785 files changed, 5195 insertions(+), 1554 deletions(-) create mode 100644 appng-core/src/test/java/org/appng/core/model/ThymeleafProcessorTest.java create mode 100644 appng-core/src/test/java/org/appng/core/service/LdapContextFactoryMock.java create mode 100644 appng-core/src/test/java/org/appng/core/service/LdapContextMock.java create mode 100644 appng-core/src/test/resources/xml/ThymeleafProcessorTest-platform.xml [Pipeline] sh [appng] Running shell script + git tag appng-1.16.2 [Pipeline] sh [appng] Running shell script + git push origin appng-1.16.2 To git@github.com:appNG/appng.git * [new tag] appng-1.16.2 -> appng-1.16.2 [Pipeline] sh [appng] Running shell script + git push warning: push.default is unset; its implicit value has changed in Git 2.0 from 'matching' to 'simple'. To squelch this message and maintain the traditional behavior, use: git config --global push.default matching To squelch this message and adopt the new behavior now, use: git config --global push.default simple When push.default is set to 'matching', git will push local branches to the remote branches that already exist with the same name. Since Git 2.0, Git defaults to the more conservative 'simple' behavior, which only pushes the current branch to the corresponding remote branch that 'git pull' uses to update the current branch. See 'git help config' and search for 'push.default' for further information. (the 'simple' mode was introduced in Git 1.7.11. Use the similar mode 'current' instead of 'simple' if you sometimes use older versions of Git) To git@github.com:appNG/appng.git 3e466da..5da2607 master -> master [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (prepare next version) [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng [Pipeline] { [Pipeline] sh [appng] Running shell script + git show-ref --verify refs/heads/appng-1.17.x fatal: 'refs/heads/appng-1.17.x' - not a valid ref [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 128 Finished: FAILURE